From b91c771a4e23e9320a49004cdef60ae263f747fd Mon Sep 17 00:00:00 2001 From: Jon Brighton Date: Mon, 13 Jan 2025 15:26:01 +0000 Subject: [PATCH] CDPS-1086: Setting up RDS alerts for pre and prod --- helm_deploy/values-preprod.yaml | 4 +++- helm_deploy/values-prod.yaml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/helm_deploy/values-preprod.yaml b/helm_deploy/values-preprod.yaml index 87af626..eeb3820 100644 --- a/helm_deploy/values-preprod.yaml +++ b/helm_deploy/values-preprod.yaml @@ -14,4 +14,6 @@ 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: hmpps-prisoner-profile-non-prod \ No newline at end of file + alertSeverity: hmpps-prisoner-profile-non-prod + rdsAlertsDatabases: + cloud-platform-cc9868df34faaf14: "HMPPS Health and Medication DB (preprod)" \ No newline at end of file diff --git a/helm_deploy/values-prod.yaml b/helm_deploy/values-prod.yaml index f3444e8..c6433d4 100644 --- a/helm_deploy/values-prod.yaml +++ b/helm_deploy/values-prod.yaml @@ -12,3 +12,5 @@ generic-service: # 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: hmpps-prisoner-profile-prod + rdsAlertsDatabases: + cloud-platform-2a10e6f376f54011: "HMPPS Health and Medication DB (prod)" \ No newline at end of file