From b0d64acb33fa56bf5bb4fc03ec2adabd721f03e0 Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 23 Oct 2021 18:26:08 +0200 Subject: [PATCH] Increased monitoring rule wait for host down --- hosts/monitoring-3/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monitoring-3/rules.yml b/hosts/monitoring-3/rules.yml index 9af4c0b..de0a8de 100644 --- a/hosts/monitoring-3/rules.yml +++ b/hosts/monitoring-3/rules.yml @@ -3,7 +3,7 @@ groups: rules: - alert: InstanceDown expr: up{job="node-exporter"} == 0 - for: 1m + for: 5m labels: severity: critical annotations: