Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
7c272590
Commit
7c272590
authored
Mar 01, 2021
by
Jelle van der Waa
🚧
Browse files
Merge branch 'prometheus_up_timeout' into 'master'
Update ServiceDown rule to 10 minutes from 5 min. See merge request
!321
parents
06c6cd81
6185f36c
Pipeline
#5449
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus/files/node.rules.yml
View file @
7c272590
...
...
@@ -302,7 +302,7 @@ groups:
interval
:
15s
rules
:
-
alert
:
ServiceDown
expr
:
avg_over_time(up[
5
m]) * 100 <
50
expr
:
avg_over_time(up[
10
m]) * 100 <
50
annotations
:
description
:
The service {{ $labels.job }} instance {{ $labels.instance }} is
not responding for more than 50% of the time for 5 minutes.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment