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