From 5668d8968e5e0b058d043b3d47a5603a45b48280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Thu, 23 Sep 2021 23:08:47 +0200 Subject: [PATCH] prometheus: Change critical updates severity to warning Don't really need to act immediately. --- roles/prometheus/files/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/prometheus/files/rules.yml b/roles/prometheus/files/rules.yml index b262b95..fc42671 100644 --- a/roles/prometheus/files/rules.yml +++ b/roles/prometheus/files/rules.yml @@ -78,9 +78,9 @@ groups: expr: archlinux_critical_updates_pending > 0 for: 5m labels: - severity: critical + severity: warning annotations: - summary: "Server {{ $labels.instance }} should be updated immediately" + summary: "Server {{ $labels.instance }} should be updated soon" - alert: Pacnew pending expr: archlinux_pacnew_pending > 0 -- 2.44.0