diff --git a/python-pulumi/src/ptd/grafana_alerts/azure_netapp.yaml b/python-pulumi/src/ptd/grafana_alerts/azure_netapp.yaml index da75dcc..7be63ea 100644 --- a/python-pulumi/src/ptd/grafana_alerts/azure_netapp.yaml +++ b/python-pulumi/src/ptd/grafana_alerts/azure_netapp.yaml @@ -73,7 +73,7 @@ groups: execErrState: Error for: 10m annotations: - description: Azure NetApp Files volume has more than 80% capacity utilization for more than 10 minutes. Note: on new cluster deployments where Azure Monitor scraping has not yet initialized, noDataState=Alerting may produce a false positive after the for:10m window; this is expected during provisioning. + description: "Azure NetApp Files volume has more than 80% capacity utilization for more than 10 minutes. Note: on new cluster deployments where Azure Monitor scraping has not yet initialized, noDataState=Alerting may produce a false positive after the for:10m window; this is expected during provisioning." summary: High capacity utilization on Azure NetApp Files volume {{$labels.resource}} in cluster {{$labels.cluster}} labels: opsgenie: "1" diff --git a/python-pulumi/src/ptd/grafana_alerts/azure_postgres.yaml b/python-pulumi/src/ptd/grafana_alerts/azure_postgres.yaml index 61cce0b..a4d600c 100644 --- a/python-pulumi/src/ptd/grafana_alerts/azure_postgres.yaml +++ b/python-pulumi/src/ptd/grafana_alerts/azure_postgres.yaml @@ -134,7 +134,7 @@ groups: execErrState: Error for: 5m annotations: - description: Azure PostgreSQL Flexible Server has more than 80% storage utilization for more than 5 minutes. Note: on new cluster deployments where Azure Monitor scraping has not yet initialized, noDataState=Alerting may produce a false positive after the for:5m window; this is expected during provisioning. + description: "Azure PostgreSQL Flexible Server has more than 80% storage utilization for more than 5 minutes. Note: on new cluster deployments where Azure Monitor scraping has not yet initialized, noDataState=Alerting may produce a false positive after the for:5m window; this is expected during provisioning." summary: High storage utilization on Azure PostgreSQL server {{$labels.resource}} in cluster {{$labels.cluster}} labels: opsgenie: "1" @@ -244,7 +244,7 @@ groups: execErrState: Error for: 5m annotations: - description: Azure PostgreSQL Flexible Server has more than 500 active database connections for more than 5 minutes. Note: this threshold is calibrated for mid-size SKUs; it may need adjustment for smaller or larger instance sizes. + description: "Azure PostgreSQL Flexible Server has more than 500 active database connections for more than 5 minutes. Note: this threshold is calibrated for mid-size SKUs; it may need adjustment for smaller or larger instance sizes." summary: High database connections on Azure PostgreSQL server {{$labels.resource}} in cluster {{$labels.cluster}} labels: opsgenie: "1" diff --git a/python-pulumi/src/ptd/grafana_alerts/rds.yaml b/python-pulumi/src/ptd/grafana_alerts/rds.yaml index c09e58a..51d3c4d 100644 --- a/python-pulumi/src/ptd/grafana_alerts/rds.yaml +++ b/python-pulumi/src/ptd/grafana_alerts/rds.yaml @@ -134,7 +134,7 @@ groups: execErrState: Error for: 5m annotations: - description: RDS instance has less than 5 GiB of free storage space remaining. Note: on new cluster deployments where CloudWatch scraping has not yet initialized, noDataState=Alerting may produce a false positive after the for:5m window; this is expected during provisioning. + description: "RDS instance has less than 5 GiB of free storage space remaining. Note: on new cluster deployments where CloudWatch scraping has not yet initialized, noDataState=Alerting may produce a false positive after the for:5m window; this is expected during provisioning." summary: Low free storage on RDS instance {{$labels.dimension_DBInstanceIdentifier}} in cluster {{$labels.cluster}} labels: opsgenie: "1" @@ -194,7 +194,7 @@ groups: execErrState: Error for: 10m annotations: - description: RDS instance has less than 512 MiB of freeable memory remaining for more than 10 minutes. Note: this threshold is calibrated for db.r5.large (~16 GiB RAM); it will fire continuously for small instances (e.g. db.t3.micro, db.t3.small). Adjust per instance class. + description: "RDS instance has less than 512 MiB of freeable memory remaining for more than 10 minutes. Note: this threshold is calibrated for db.r5.large (~16 GiB RAM); it will fire continuously for small instances (e.g. db.t3.micro, db.t3.small). Adjust per instance class." summary: Low freeable memory on RDS instance {{$labels.dimension_DBInstanceIdentifier}} in cluster {{$labels.cluster}} labels: opsgenie: "1"