mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-10-27 14:11:03 +01:00
kube-prometheus: Rename DeadMansSwitch to Watchdog
This commit is contained in:
parent
c01be8de06
commit
31de04d69c
@ -16,9 +16,15 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
alert: 'DeadMansSwitch',
|
alert: 'Watchdog',
|
||||||
annotations: {
|
annotations: {
|
||||||
message: 'This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional.',
|
message: |||
|
||||||
|
This is an alert meant to ensure that the entire alerting pipeline is functional.
|
||||||
|
This alert is always firing, therefore it should always be firing in Alertmanager
|
||||||
|
and always fire against a receiver. There are integrations with various notification
|
||||||
|
mechanisms that send a notification when this alert is not firing. For example the
|
||||||
|
"DeadMansSnitch" integration in PagerDuty.
|
||||||
|
|||,
|
||||||
},
|
},
|
||||||
expr: 'vector(1)',
|
expr: 'vector(1)',
|
||||||
labels: {
|
labels: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user