Skip to content

Commit

Permalink
planetfm: disable prod endpoint alarms (#8918)
Browse files Browse the repository at this point in the history
drobinson-moj authored Dec 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4cdac22 commit 7402fdd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -88,10 +88,10 @@ locals {
# oasys-national-reporting
onr = ["onr.oasys.az.justice.gov.uk", true, "oasys-national-reporting-pagerduty"]

# planetfm
cafmtrainweb = ["cafmtrainweb.planetfm.service.justice.gov.uk", true, "planetfm-pagerduty"]
cafmtx = ["cafmtx.planetfm.service.justice.gov.uk", true, "planetfm-pagerduty"]
cafmwebx2 = ["cafmwebx2.planetfm.service.justice.gov.uk", true, "planetfm-pagerduty"]
# planetfm - alarms disabled on request from Glenn
#cafmtrainweb = ["cafmtrainweb.planetfm.service.justice.gov.uk", true, "planetfm-pagerduty"]
#cafmtx = ["cafmtx.planetfm.service.justice.gov.uk", true, "planetfm-pagerduty"]
#cafmwebx2 = ["cafmwebx2.planetfm.service.justice.gov.uk", true, "planetfm-pagerduty"]
}
}

0 comments on commit 7402fdd

Please sign in to comment.