From 812d0c81259d5f548340b2ef4ac25d6f9793db3a Mon Sep 17 00:00:00 2001 From: goll <adrian.goll@gmail.com> Date: Fri, 15 Mar 2019 17:11:29 +0100 Subject: [PATCH] Fix Watchdog alert typo --- jsonnet/kube-prometheus/alerts/general.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet/kube-prometheus/alerts/general.libsonnet b/jsonnet/kube-prometheus/alerts/general.libsonnet index 24a4dfd5..8802097e 100644 --- a/jsonnet/kube-prometheus/alerts/general.libsonnet +++ b/jsonnet/kube-prometheus/alerts/general.libsonnet @@ -23,7 +23,7 @@ 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 - "DeadMansSwitch" integration in PagerDuty. + "DeadMansSnitch" integration in PagerDuty. |||, }, expr: 'vector(1)', -- GitLab