mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue