Skip to content

Commit

Permalink
CDPS-1054: Set custom alert severity (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtac50 authored Nov 25, 2024
1 parent 2d89b99 commit 803f577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm_deploy/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ generic-service:
# CloudPlatform AlertManager receiver to route prometheus alerts to slack
# See https://user-guide.cloud-platform.service.justice.gov.uk/documentation/monitoring-an-app/how-to-create-alarms.html#creating-your-own-custom-alerts
generic-prometheus-alerts:
alertSeverity: digital-prison-service-dev
alertSeverity: hmpps-person-integration-api-dev
2 changes: 1 addition & 1 deletion helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ generic-service:
# CloudPlatform AlertManager receiver to route prometheus alerts to slack
# See https://user-guide.cloud-platform.service.justice.gov.uk/documentation/monitoring-an-app/how-to-create-alarms.html#creating-your-own-custom-alerts
generic-prometheus-alerts:
alertSeverity: digital-prison-service-dev
alertSeverity: hmpps-person-integration-api-preprod
2 changes: 1 addition & 1 deletion helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ generic-service:
# CloudPlatform AlertManager receiver to route prometheus alerts to slack
# See https://user-guide.cloud-platform.service.justice.gov.uk/documentation/monitoring-an-app/how-to-create-alarms.html#creating-your-own-custom-alerts
generic-prometheus-alerts:
alertSeverity: digital-prison-service
alertSeverity: hmpps-person-integration-api-prod

0 comments on commit 803f577

Please sign in to comment.