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