From add097c48994e10502d274c2b2f7b5eaf1db5172 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sun, 16 Feb 2025 23:36:32 +0100 Subject: [PATCH] data: revert 5f57f09 (see #398) --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index 11863ca..d33d641 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -182,7 +182,7 @@ groups: for: 2m - name: Host out of inodes description: Disk is almost running out of available inodes (< 10% left) - query: '(node_filesystem_files_free{fstype!="msdosfs"} / node_filesystem_files{fstype!="msdosfs"} < .10 and ON (instance, device, mountpoint) node_filesystem_readonly == 0)' + query: '(node_filesystem_files_free / node_filesystem_files < .10 and ON (instance, device, mountpoint) node_filesystem_readonly == 0)' severity: critical for: 2m - name: Host filesystem device error