alerting: only alarm on devices that are unreachable for 1m at least

This commit is contained in:
Gregor Michels 2022-12-22 16:33:14 +01:00
parent 69834a8d2b
commit 0475923590
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ groups:
# from https://awesome-prometheus-alerts.grep.to/rules.html#rule-prometheus-self-monitoring-1-2
- alert: PrometheusTargetMissing
expr: up == 0
for: 0m
for: 1m
labels:
severity: critical
annotations: