mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +02:00
Remove inode default values for the "disk" check command
Free inode check is a an optional argument and does make sense in most cases, yet not in every case. Eg, XFS and filesystems alike dynamically allocate inodes; prompting failures. Because they are definded by default, inode crit and warn cannot be unset any more. fixes #12588 Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
This commit is contained in:
parent
0eea247b7a
commit
e1369b2be3
@ -1086,8 +1086,6 @@ 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", "tracefs", "cgroup", "fuse.gvfsd-fuse" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user