From 3546f07675fdcbb9bbbe5a2d733ae11493a4ef0c Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 16 Jan 2017 15:44:32 +0100 Subject: [PATCH] ITL disk_exclude_type attribute: FreeBSD's /dev/fd can either be inside devfs, or be of type fdescfs. fixes #124 Signed-off-by: Michael Friedrich --- itl/command-plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 630d0c548..fac617c68 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -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" { -- 2.40.0