summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-09 23:25:28 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-09 23:25:28 +0100
commite9cad366c80a621542f57bcb9b8708b43296819b (patch)
treeeb7c034e25a284d1388479f6955425772cd7d67b /roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml
parentch-ap: switch to WPA2 only (diff)
parentprometheus/alerta: tune some severities (diff)
Merge branch 'experiment/alerta'
Diffstat (limited to 'roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml')
-rw-r--r--roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml b/roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml
index 8d4672b1..422f84cb 100644
--- a/roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml
+++ b/roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml
@@ -215,7 +215,9 @@ prometheus_server_rules_prometheus_alertmanager:
expr: vector(1)
for: 0m
labels:
- severity: critical
+ severity: informational
+ instance: prometheus
+ timeout: 7200
annotations:
summary: Prometheus AlertManager E2E dead man switch (instance {{ '{{' }} $labels.instance {{ '}}' }})
description: "Prometheus DeadManSwitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager.\n VALUE = {{ '{{' }} $value {{ '}}' }}\n LABELS = {{ '{{' }} $labels {{ '}}' }}"