Add "fuse.gvfsd-fuse" to the list of excluded file systems for check_disk

fixes #11887
This commit is contained in:
Gunnar Beutner 2016-06-06 09:55:46 +02:00
parent 1c6c4859e1
commit 7a7a8c7779
1 changed files with 1 additions and 1 deletions

View File

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