mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
ITL: Add fuse.gvfs-fuse-daemon to disk_exclude_type
This commit also adds documentation for the `disk_exclude_type` default values. fixes #5016 Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
This commit is contained in:
parent
c3b0051360
commit
3cdcdb8769
@ -288,7 +288,7 @@ disk\_ignore\_eregi\_path | **Optional.** Regular expression to ignore selected
|
||||
disk\_ignore\_ereg\_path | **Optional.** Regular expression to ignore selected path or partition. Multiple regular expression strings must be defined as array.
|
||||
disk\_timeout | **Optional.** Seconds before connection times out (default: 10).
|
||||
disk\_units | **Optional.** Choose bytes, kB, MB, GB, TB (default: MB).
|
||||
disk\_exclude\_type | **Optional.** Ignore all filesystems of indicated type. Multiple regular expression strings must be defined as array.
|
||||
disk\_exclude\_type | **Optional.** Ignore all filesystems of indicated type. Multiple regular expression strings must be defined as array. Defaults to "none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse", "fuse.gvfs-fuse-daemon", "fdescfs".
|
||||
|
||||
### <a id="plugin-check-command-disk-smb"></a> disk_smb
|
||||
|
||||
|
@ -1110,7 +1110,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", "fdescfs" ]
|
||||
vars.disk_exclude_type = [ "none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse", "fuse.gvfs-fuse-daemon", "fdescfs" ]
|
||||
}
|
||||
|
||||
object CheckCommand "disk_smb" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user