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