mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 18:36:59 +08:00
Update rules.yml
This commit is contained in:
parent
6ebe6d8a8e
commit
748524d580
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ groups:
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Host high CPU load
|
- name: Host high CPU load
|
||||||
description: CPU load is > 80%
|
description: CPU load is > 80%
|
||||||
query: '100 - (avg by (instance) (rate(node_cpu_seconds_total{mode="idle"}[5m]))) > .80'
|
query: '1 - (avg by (instance) (rate(node_cpu_seconds_total{mode="idle"}[5m]))) > .80'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 10m
|
for: 10m
|
||||||
- name: Host CPU is underutilized
|
- name: Host CPU is underutilized
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue