commit eeacf9a0dd
Author: Robert Kaussow <mail@thegeeklab.de> Date: Thu Jun 3 12:50:11 2021 +0200 fix watchdog alert rule description
This commit is contained in:
parent
db236ac255
commit
6007a32a6a
7
index.md
7
index.md
@ -81,10 +81,9 @@ prometheus_alert_rules:
|
|||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
description: This is an alert meant to ensure that the entire alerting pipeline
|
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
|
is functional. This alert is always firing. There are integrations with various
|
||||||
firing in Alertmanager and always fire against a receiver. There are integrations
|
notification mechanisms that send a notification when this alert is not firing
|
||||||
with various notification mechanisms that send a notification when this alert
|
anymore.
|
||||||
is not firing.
|
|
||||||
summary: Ensure entire alerting pipeline is functional
|
summary: Ensure entire alerting pipeline is functional
|
||||||
- alert: InstanceDown
|
- alert: InstanceDown
|
||||||
expr: up == 0
|
expr: up == 0
|
||||||
|
Loading…
Reference in New Issue
Block a user