mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
Added Prometheus Not connected to alertmanager alert
This commit is contained in:
parent
97ecdab26c
commit
ce51db2a6f
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: Prometheus not connected to alertmanager
|
||||
description: Prometheus cannot connect the alertmanager
|
||||
query: 'prometheus_notifications_alertmanagers_discovered < 1'
|
||||
severity: error
|
||||
- name: AlertManager configuration reload
|
||||
description: AlertManager configuration reload error
|
||||
query: 'alertmanager_config_last_reload_successful != 1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue