Skip to content
Snippets Groups Projects
Commit ef539c39 authored by goll's avatar goll
Browse files

Rename DeadMansSwitch to Watchdog

parent 083f66cb
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ These are the available fields with their respective default values:
receiver: 'null'
routes:
- match:
alertname: DeadMansSwitch
alertname: Watchdog
receiver: 'null'
receivers:
- name: 'null'
......@@ -497,7 +497,7 @@ The Alertmanager configuration is located in the `_config.alertmanager.config` c
receiver: 'null'
routes:
- match:
alertname: DeadMansSwitch
alertname: Watchdog
receiver: 'null'
receivers:
- name: 'null'
......
......@@ -49,13 +49,13 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
name: 'example-group',
rules: [
{
alert: 'DeadMansSwitch',
alert: 'Watchdog',
expr: 'vector(1)',
labels: {
severity: 'none',
},
annotations: {
description: 'This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional.',
description: 'This is a Watchdog meant to ensure that the entire alerting pipeline is functional.',
},
},
],
......
......@@ -12,7 +12,7 @@
receiver: 'null'
routes:
- match:
alertname: DeadMansSwitch
alertname: Watchdog
receiver: 'null'
receivers:
- name: 'null'
......
......@@ -9,7 +9,7 @@ route:
receiver: 'null'
routes:
- match:
alertname: DeadMansSwitch
alertname: Watchdog
receiver: 'null'
receivers:
- name: 'null'
{"groups":[{"name":"example-group","rules":[{"alert":"DeadMansSwitch","annotations":{"description":"This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional."},"expr":"vector(1)","labels":{"severity":"none"}}]}]}
\ No newline at end of file
{"groups":[{"name":"example-group","rules":[{"alert":"Watchdog","annotations":{"description":"This is a Watchdog meant to ensure that the entire alerting pipeline is functional."},"expr":"vector(1)","labels":{"severity":"none"}}]}]}
\ No newline at end of file
groups:
- name: example-group
rules:
- alert: DeadMansSwitch
- alert: Watchdog
expr: vector(1)
labels:
severity: "none"
annotations:
description: This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional.
description: This is a Watchdog meant to ensure that the entire alerting pipeline is functional.
......@@ -8,13 +8,13 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
name: 'example-group',
rules: [
{
alert: 'DeadMansSwitch',
alert: 'Watchdog',
expr: 'vector(1)',
labels: {
severity: 'none',
},
annotations: {
description: 'This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional.',
description: 'This is a Watchdog meant to ensure that the entire alerting pipeline is functional.',
},
},
],
......
......@@ -28,7 +28,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
{
receiver: 'null',
match: {
alertname: 'DeadMansSwitch',
alertname: 'Watchdog',
},
},
],
......
......@@ -16,7 +16,7 @@
},
},
{
alert: 'DeadMansSwitch',
alert: 'Watchdog',
annotations: {
message: |||
This is an alert meant to ensure that the entire alerting pipeline is functional.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment