From 95914ea31f516ebf1177ace0a5aaec3e42bc58a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Drouet?= Date: Fri, 17 Jul 2015 19:34:45 +0200 Subject: [PATCH] Enable inode check on disk by default fixes #9666 Signed-off-by: Gunnar Beutner --- itl/command-plugins.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index e382d67f9..21ba2072a 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -813,6 +813,8 @@ object CheckCommand "disk" { vars.disk_wfree = "20%" vars.disk_cfree = "10%" + vars.disk_inode_wfree = "20%" + vars.disk_inode_cfree = "10%" vars.disk_megabytes = true vars.disk_exclude_type = ["none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs"] } -- 2.40.0