Update rules.yml

This commit is contained in:
Samuel Berthe 2025-06-17 19:15:52 +02:00 committed by GitHub
parent 6ebe6d8a8e
commit 748524d580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -207,7 +207,7 @@ groups:
for: 2m
- name: Host high CPU load
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
for: 10m
- name: Host CPU is underutilized