This commit is contained in:
parent
8643914e50
commit
37733b2dc8
5 changed files with 156 additions and 100 deletions
|
@ -257,7 +257,7 @@ groups:
|
|||
description: "Some Pods of DaemonSet {{ $labels.namespace }}/{{ $labels.daemonset }} are running where they are not supposed to run\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||
|
||||
- alert: KubernetesCronjobTooLong
|
||||
expr: 'time() - kube_cronjob_next_schedule_time > 3600'
|
||||
expr: 'time() - kube_cronjob_next_schedule_time > 604800'
|
||||
for: 0m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue