]> granicus.if.org Git - icinga2/commitdiff
ITL disk_exclude_type attribute: FreeBSD's /dev/fd can either be inside devfs, or...
authorMathieu Arnold <mat@mat.cc>
Mon, 16 Jan 2017 14:44:32 +0000 (15:44 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 7 Feb 2017 16:08:31 +0000 (17:08 +0100)
fixes #124

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
itl/command-plugins.conf

index 630d0c54895ef853187c7b8e9d120d68c1a878df..fac617c68ef8e78da3ea5b755f5bf35ffaaceee0 100644 (file)
@@ -1094,7 +1094,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", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse" ]
+       vars.disk_exclude_type = [ "none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse", "fdescfs" ]
 }
 
 object CheckCommand "disk_smb" {