From 554850df4118402a632e008fb4b031fcdda25317 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 25 Jun 2025 13:32:16 +0200 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 73751d8..b3df1bd 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -173,7 +173,7 @@ groups: for: 2m - name: Host disk may fill in 24 hours description: Filesystem will likely run out of space within the next 24 hours. - query: 'predict_linear(node_filesystem_avail_bytes{fstype!~"^(fuse.*|tmpfs|cifs|nfs)"}[1h], 86400) <= 0 and node_filesystem_avail_bytes > 0' + query: 'predict_linear(node_filesystem_avail_bytes{fstype!~"^(fuse.*|tmpfs|cifs|nfs)"}[3h], 86400) <= 0 and node_filesystem_avail_bytes > 0' severity: warning comments: | Please add ignored mountpoints in node_exporter parameters like