Skip to content
Snippets Groups Projects
Verified Commit 6185f36c authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Update ServiceDown rule to 10 minutes from 5 min.

Our dedicated servers are fairly slow when rebooting and are then not
available for 5 minutes, which means a ServiceDown notification is send
for a normal reboot.
parent 06c6cd81
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ groups:
interval: 15s
rules:
- alert: ServiceDown
expr: avg_over_time(up[5m]) * 100 < 50
expr: avg_over_time(up[10m]) * 100 < 50
annotations:
description: The service {{ $labels.job }} instance {{ $labels.instance }} is
not responding for more than 50% of the time for 5 minutes.
......
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