From: Jérôme Drouet Date: Fri, 17 Jul 2015 17:34:45 +0000 (+0200) Subject: Enable inode check on disk by default X-Git-Tag: v2.4.0~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95914ea31f516ebf1177ace0a5aaec3e42bc58a0;p=icinga2 Enable inode check on disk by default fixes #9666 Signed-off-by: Gunnar Beutner --- 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"] }