mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
fix: PrometheusAllTargetsMissing (#283)
This commit is contained in:
parent
2323541f2d
commit
3faf1332a1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ groups:
|
|||
severity: critical
|
||||
- name: Prometheus all targets missing
|
||||
description: A Prometheus job does not have living target anymore.
|
||||
query: 'count by (job) (up) == 0'
|
||||
query: 'sum by (job) (up) == 0'
|
||||
severity: critical
|
||||
- name: Prometheus configuration reload failure
|
||||
description: Prometheus configuration reload error
|
||||
|
|
|
|||
Loading…
Reference in a new issue