From 748524d58092f965e3167b65fa6949f6875192cf Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 17 Jun 2025 19:15:52 +0200 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index d4e34c3..73751d8 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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