Skip to content
Snippets Groups Projects
Commit f221675d authored by ale's avatar ale
Browse files

Increase the timeout for HostUnreachable

Require more ICMP probes to fail before the alert triggers.
parent 12823743
No related branches found
No related tags found
No related merge requests found
Pipeline #84169 passed
......@@ -9,7 +9,7 @@ groups:
# might fire immediately after the transition.
- alert: HostUnreachable
expr: min_over_time(host_reachable[10m]) == 0
for: 1m
for: 2m
labels:
severity: warn
annotations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment