Skip to content
Snippets Groups Projects
Commit 31de04d6 authored by Frederic Branczyk's avatar Frederic Branczyk
Browse files

kube-prometheus: Rename DeadMansSwitch to Watchdog

parent c01be8de
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,15 @@
},
},
{
alert: 'DeadMansSwitch',
alert: 'Watchdog',
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)',
labels: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment