From c25b004d3bd21e0864956b46ddbdf143b2a4ed08 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 26 Jun 2018 14:06:37 +0200 Subject: [PATCH] =?UTF-8?q?r=C3=A9glage=20niveau=20alert=20du=20filesyst?= =?UTF-8?q?=C3=A8me?= 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 2eb4b80..8c6a684 100644 --- a/tmpl/alert-rules.yml +++ b/tmpl/alert-rules.yml @@ -33,7 +33,7 @@ groups: # Heavy "/" use - alert: filesystem_threshold_exceeded expr: node_filesystem_avail{job="%%{job_name_node}",mountpoint="/"} / node_filesystem_size{job="%%{job_name_node}"} - * 100 < 90 + * 100 < 20 annotations: description: This device's filesystem usage has exceeded the threshold with a value of {{ $value }}.