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
3106851b71
commit
8347db07f8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ groups:
|
||||||
- rules:
|
- rules:
|
||||||
- name: Prometheus job missing
|
- name: Prometheus job missing
|
||||||
description: A Prometheus job has disappeared
|
description: A Prometheus job has disappeared
|
||||||
query: 'absent(job="prometheus"})'
|
query: 'absent(up{job="prometheus"})'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Prometheus target missing
|
- name: Prometheus target missing
|
||||||
description: A Prometheus target has disappeared. An exporter might be crashed.
|
description: A Prometheus target has disappeared. An exporter might be crashed.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue