mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Update rules.yml
This commit is contained in:
parent
385b594e7b
commit
43bbcbbdad
1 changed files with 1 additions and 1 deletions
|
|
@ -1817,7 +1817,7 @@ groups:
|
|||
severity: warning
|
||||
for: 10m
|
||||
- name: Kubernetes DaemonSet misscheduled
|
||||
description: Some Pods of DaemonSet {{ $labels.namespace }}/{{ $labels.daemonset }} arerunning where they are not supposed to run
|
||||
description: Some Pods of DaemonSet {{ $labels.namespace }}/{{ $labels.daemonset }} are running where they are not supposed to run
|
||||
query: 'kube_daemonset_status_number_misscheduled > 0'
|
||||
severity: critical
|
||||
for: 1m
|
||||
|
|
|
|||
Loading…
Reference in a new issue