From 45c97c765b9b17f797af432fb703f75a71ea5373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Thu, 30 May 2024 11:44:13 +0200 Subject: [PATCH] =?UTF-8?q?augmentation=20du=20seuil=20d'alerte=20temp?= =?UTF-8?q?=C3=A9rature=20CPU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/alert-rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/alert-rules.yml b/tmpl/alert-rules.yml index 72d5c01..d5257e4 100644 --- a/tmpl/alert-rules.yml +++ b/tmpl/alert-rules.yml @@ -42,7 +42,7 @@ groups: # Heavy CPU temperature - alert: cpu_temp_threshold_exceeded expr: avg(node_hwmon_temp_celsius{job="node"}) BY (instance) - > 50 + > 70 annotations: description: This device's cpu temperature has exceeded the threshold with a value of {{ $value }}.