mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 18:36:59 +08:00
Publish
This commit is contained in:
parent
4b1b8242cb
commit
a3325114ea
1 changed files with 1 additions and 1 deletions
2
dist/rules/kubernetes/kubestate-exporter.yml
vendored
2
dist/rules/kubernetes/kubestate-exporter.yml
vendored
|
|
@ -266,7 +266,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 }}"
|
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
|
- alert: KubernetesCronjobTooLong
|
||||||
expr: 'time() - kube_cronjob_next_schedule_time > 3600'
|
expr: 'kube_job_status_start_time > 0 and absent(kube_job_status_completion_time) and (time() - kube_job_status_start_time) > 3600'
|
||||||
for: 0m
|
for: 0m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue