From c5dad15d3a4db05f9b6637105e13d03d8f711dd3 Mon Sep 17 00:00:00 2001 From: Roland Hopferwieser Date: Wed, 6 Sep 2017 17:34:07 +0200 Subject: [PATCH] Exclude configfs from disk checks --- doc/10-icinga-template-library.md | 2 +- itl/command-plugins.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index c6cef2c23..796cad892 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -307,7 +307,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. Defaults to "none", "tmpfs", "sysfs", "proc", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse", "fuse.gvfs-fuse-daemon", "fdescfs". +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", "configfs", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse", "fuse.gvfs-fuse-daemon", "fdescfs". ### disk_smb diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 7ccb6e3dc..5cc83db40 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -1499,7 +1499,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", "fuse.gvfs-fuse-daemon", "fdescfs" ] + vars.disk_exclude_type = [ "none", "tmpfs", "sysfs", "proc", "configfs", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse", "fuse.gvfs-fuse-daemon", "fdescfs" ] } object CheckCommand "disk_smb" {