fix: HostHighCpuUsage

closes #457
This commit is contained in:
Samuel Berthe 2025-06-17 17:06:04 +02:00
parent 7bcae33011
commit 6702990ee8
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -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: '(avg by (instance) (rate(node_cpu_seconds_total{mode!="idle"}[2m]))) > .80' query: '100 - (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