Add a few more file system types which are ignored by default

refs #8316
This commit is contained in:
Gunnar Beutner 2015-02-12 09:15:46 +01:00
parent 42031b5faa
commit c2e597b494
1 changed files with 1 additions and 1 deletions

View File

@ -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" {