mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
_data/rules.yml: Added Prometheus configuration reload alert rule.
This commit is contained in:
parent
f460b39c97
commit
49d93c6f4f
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ services:
|
|||
- name: Prometheus
|
||||
exporters:
|
||||
- rules:
|
||||
- name: Prometheus configuration reload
|
||||
description: Prometheus configuration reload error
|
||||
query: 'prometheus_config_last_reload_successful != 1'
|
||||
severity: error
|
||||
- name: Exporter down
|
||||
description: Prometheus exporter down
|
||||
query: 'up == 0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue