From 7f4315dca6b806476ba39699647e5290a3a4a7d7 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 6 Jan 2026 21:06:33 -0600 Subject: [PATCH] high cpu alert fixed --- k8s/monitoring/templates/node-alerts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/monitoring/templates/node-alerts.yaml b/k8s/monitoring/templates/node-alerts.yaml index 016eaa0..b78006b 100644 --- a/k8s/monitoring/templates/node-alerts.yaml +++ b/k8s/monitoring/templates/node-alerts.yaml @@ -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