diff --git a/gocd/templates/bash/s4s-ddog-health-check.sh b/gocd/templates/bash/s4s-ddog-health-check.sh index a9bf588e2f8..8b33f3e56f3 100755 --- a/gocd/templates/bash/s4s-ddog-health-check.sh +++ b/gocd/templates/bash/s4s-ddog-health-check.sh @@ -1 +1,8 @@ #!/bin/bash + +/devinfra/scripts/checks/datadog/monitor_status.py \ + 146517092 + + +# Above monitor IDs map to following monitors respectively: +# Snuba Pods Crashlooping in {{sentry_region.name}} diff --git a/gocd/templates/bash/saas-ddog-health-check.sh b/gocd/templates/bash/saas-ddog-health-check.sh index 12ca88dcc41..01bc5908db2 100755 --- a/gocd/templates/bash/saas-ddog-health-check.sh +++ b/gocd/templates/bash/saas-ddog-health-check.sh @@ -1,10 +1,12 @@ #!/bin/bash -/devinfra/scripts/checks/datadog/monitor_status.py --dry-run=true \ +/devinfra/scripts/checks/datadog/monitor_status.py \ 113296727 \ - 42722121 + 42722121 \ + 146517092 # Above monitor IDs map to following monitors respectively: # Snuba - SLO - High API error rate # Snuba - Too many restarts on Snuba pods +# Snuba Pods Crashlooping in {{sentry_region.name}}