mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +08:00
Fix typo in DeadManSwitch alert
Rename it from snitch into switch.
This commit is contained in:
parent
34e62cb327
commit
caaea2eeb7
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ groups:
|
||||||
description: Configurations of AlertManager cluster instances are out of sync
|
description: Configurations of AlertManager cluster instances are out of sync
|
||||||
query: 'count(count_values("config_hash", alertmanager_config_hash)) > 1'
|
query: 'count(count_values("config_hash", alertmanager_config_hash)) > 1'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Prometheus AlertManager E2E dead man snitch
|
- name: Prometheus AlertManager E2E dead man switch
|
||||||
description: Prometheus DeadManSnitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager.
|
description: Prometheus DeadManSwitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager.
|
||||||
query: 'vector(1)'
|
query: 'vector(1)'
|
||||||
severity: error
|
severity: error
|
||||||
- name: Prometheus not connected to alertmanager
|
- name: Prometheus not connected to alertmanager
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue