high cpu alert fixed

This commit is contained in:
Seth Call 2026-01-06 21:06:33 -06:00
parent b14f8006f8
commit 7f4315dca6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ spec:
- name: node.alerts
rules:
- alert: NodeHighCPU
expr: (1 - avg by (instance) (rate(node_cpu_seconds_total{mode="idle"}[5m]))) * 100 > 20
expr: (1 - avg by (instance, job) (rate(node_cpu_seconds_total{mode="idle"}[5m]))) * 100 > 20
for: 2m
labels:
severity: warning