From 7a7a8c7779bcbc66fae5f1e6ec3e24eeecef91a4 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 6 Jun 2016 09:55:46 +0200 Subject: [PATCH] Add "fuse.gvfsd-fuse" to the list of excluded file systems for check_disk fixes #11887 --- 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 93367f22f..47e8e67a3 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -1108,7 +1108,7 @@ object CheckCommand "disk" { 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" ] + vars.disk_exclude_type = [ "none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse" ] } object CheckCommand "disk_smb" {