mirror of https://github.com/Icinga/icinga2.git
Add a few more file system types which are ignored by default
refs #8316
This commit is contained in:
parent
42031b5faa
commit
c2e597b494
|
@ -546,7 +546,7 @@ object CheckCommand "disk" {
|
|||
vars.disk_wfree = 20
|
||||
vars.disk_cfree = 10
|
||||
vars.disk_megabytes = true
|
||||
vars.disk_exclude_type = ["none", "tmpfs", "sysfs", "proc", "devtmpfs"]
|
||||
vars.disk_exclude_type = ["none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs"]
|
||||
}
|
||||
|
||||
object CheckCommand "users" {
|
||||
|
|
Loading…
Reference in New Issue