Enable inode check on disk by default

fixes #9666

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Jérôme Drouet 2015-07-17 19:34:45 +02:00 committed by Gunnar Beutner
parent 0130f2e79a
commit 95914ea31f
1 changed files with 2 additions and 0 deletions

View File

@ -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"]
}