mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +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
|
severity: warning
|
||||||
for: 10m
|
for: 10m
|
||||||
- name: Kubernetes DaemonSet misscheduled
|
- 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'
|
query: 'kube_daemonset_status_number_misscheduled > 0'
|
||||||
severity: critical
|
severity: critical
|
||||||
for: 1m
|
for: 1m
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue