From eeacf9a0dd9ee5cd438f876d346ad172f1fe6e1f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Jun 2021 12:50:11 +0200 Subject: [PATCH] fix watchdog alert rule description --- defaults/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 799ba6a..7454de4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -121,9 +121,8 @@ prometheus_alert_rules: annotations: description: >- 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. + This alert is always firing. There are integrations with various notification + mechanisms that send a notification when this alert is not firing anymore. summary: "Ensure entire alerting pipeline is functional" - alert: InstanceDown expr: "up == 0"