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

Exclude runner2 from high cpu warnings

Our qemu TCG builds generate plenty of cpu usage over time to be
excluded from warnings.
parent 5232f95a
No related branches found
No related tags found
No related merge requests found
Pipeline #5939 passed
......@@ -3,7 +3,7 @@ groups:
interval: 60s
rules:
- alert: HostHighCpuLoad
expr: 100 - (avg by(instance) (irate(node_cpu_seconds_total{mode="idle",instance!~"build.archlinux.org",instance!~"repro1.pkgbuild.com",instance!~"repro2.pkgbuild.com"}[5m])) * 100) > 80
expr: 100 - (avg by(instance) (irate(node_cpu_seconds_total{mode="idle",instance!~"build.archlinux.org",instance!~"repro1.pkgbuild.com",instance!~"repro2.pkgbuild.com",instance!~"runner2.archlinux.org"}[5m])) * 100) > 80
for: 5m
labels:
severity: warning
......
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