summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-16 21:39:40 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-16 21:39:40 +0100
commit8abc6406b3365fc8d6f25e293aee2b56c4ca611a (patch)
tree7d9f4643fa16c3b2e7960894fe78159bdc7158b3 /roles/monitoring/prometheus/server
parentzfs/syncoid-autosuspend: also check for resilvering (diff)
alerta: tweak blackout settings
Diffstat (limited to 'roles/monitoring/prometheus/server')
-rw-r--r--roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml2
1 files changed, 1 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 422f84cb..b568f722 100644
--- a/roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml
+++ b/roles/monitoring/prometheus/server/defaults/main/rules_prometheus.yml
@@ -217,7 +217,7 @@ prometheus_server_rules_prometheus_alertmanager:
labels:
severity: informational
instance: prometheus
- timeout: 7200
+ timeout: 1200
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 {{ '}}' }}"