Rename DeadMansSwitch to Watchdog

This commit is contained in:
goll
2019-03-15 15:37:42 +01:00
parent 083f66cb46
commit ef539c398b
9 changed files with 13 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
{
receiver: 'null',
match: {
alertname: 'DeadMansSwitch',
alertname: 'Watchdog',
},
},
],

View File

@@ -16,7 +16,7 @@
},
},
{
alert: 'DeadMansSwitch',
alert: 'Watchdog',
annotations: {
message: |||
This is an alert meant to ensure that the entire alerting pipeline is functional.