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
71723dc5
Verified
Commit
71723dc5
authored
Oct 29, 2020
by
Jelle van der Waa
🚧
Browse files
Disable High CPU warning for dragon (build server)
Closes:
#166
parent
c986d386
Pipeline
#2590
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/prometheus/files/node.rules.yml
View file @
71723dc5
...
...
@@ -4,7 +4,7 @@ groups:
rules
:
-
alert
:
HostHighCpuLoad
expr
:
100 - (avg by(instance) (irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100) >
80
expr
:
100 - (avg by(instance) (irate(node_cpu_seconds_total{mode="idle"
,instance!~"dragon.archlinux.org"
}[5m])) * 100) >
80
for
:
5m
labels
:
severity
:
warning
...
...
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