mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Added Alert manager job alert (#272)
Co-authored-by: DIERCKXK <koen.dierckx@vito.be>
This commit is contained in:
parent
038e46743d
commit
21ddd2f752
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ groups:
|
|||
description: Prometheus has restarted more than twice in the last 15 minutes. It might be crashlooping.
|
||||
query: 'changes(process_start_time_seconds{job=~"prometheus|pushgateway|alertmanager"}[15m]) > 2'
|
||||
severity: warning
|
||||
- name: Prometheus AlertManager job missing
|
||||
description: A Prometheus AlertManager job has disappeared
|
||||
query: 'absent(up{job="alertmanager"})'
|
||||
severity: warning
|
||||
- name: Prometheus AlertManager configuration reload failure
|
||||
description: AlertManager configuration reload error
|
||||
query: 'alertmanager_config_last_reload_successful != 1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue