Skip to content

Commit

Permalink
Fixed monitoring tag for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Jan 11, 2024
1 parent cfebe18 commit 00a5b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawlers/deploy/deploy-monitoring.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chown ubuntu:ubuntu "/home/ubuntu/monitoring"
echo
echo
echo -e "${PREFIX_INFO} Retrieving monitoring deployment parameters"
AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+crawlers:true,monitoring:true > "${PARAMETERS_ENV_MONITORING_PATH}"
AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+service:true,monitoring:true > "${PARAMETERS_ENV_MONITORING_PATH}"
chmod 0640 "${PARAMETERS_ENV_MONITORING_PATH}"

echo
Expand All @@ -49,7 +49,7 @@ echo "AWS_LOCAL_IPV4=$(ec2metadata --local-ipv4)" >> "${PARAMETERS_ENV_MONITORIN

echo
echo
echo -e "${PREFIX_INFO} Add AWS default region to monitring parameters"
echo -e "${PREFIX_INFO} Add AWS default region to monitoring parameters"
echo "AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION}" >> "${PARAMETERS_ENV_MONITORING_PATH}"

echo
Expand Down

0 comments on commit 00a5b21

Please sign in to comment.