mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +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
|
- name: Prometheus
|
||||||
exporters:
|
exporters:
|
||||||
- rules:
|
- rules:
|
||||||
|
- name: Prometheus configuration reload
|
||||||
|
description: Prometheus configuration reload error
|
||||||
|
query: 'prometheus_config_last_reload_successful != 1'
|
||||||
|
severity: error
|
||||||
- name: Exporter down
|
- name: Exporter down
|
||||||
description: Prometheus exporter down
|
description: Prometheus exporter down
|
||||||
query: 'up == 0'
|
query: 'up == 0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue