mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +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
|
severity: critical
|
||||||
- name: Prometheus all targets missing
|
- name: Prometheus all targets missing
|
||||||
description: A Prometheus job does not have living target anymore.
|
description: A Prometheus job does not have living target anymore.
|
||||||
query: 'count by (job) (up) == 0'
|
query: 'sum by (job) (up) == 0'
|
||||||
severity: critical
|
severity: critical
|
||||||
- name: Prometheus configuration reload failure
|
- name: Prometheus configuration reload failure
|
||||||
description: Prometheus configuration reload error
|
description: Prometheus configuration reload error
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue