From: Robert Lindgren Date: Mon, 30 Jul 2018 16:22:22 +0000 (+0200) Subject: squashfs ignored X-Git-Tag: v2.10.0~75^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6504%2Fhead;p=icinga2 squashfs ignored Add squashfs to check_disk ignore list, used on Ubuntu for snaps. --- diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index a080bb275..1ce1cd45a 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -345,7 +345,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", "configfs", "devtmpfs", "devfs", "mtmfs", "tracefs", "cgroup", "fuse.gvfsd-fuse", "fuse.gvfs-fuse-daemon", "fdescfs", "overlay", "nsfs". +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", "overlay", "nsfs", "squashfs". ### disk_smb diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 0bf297fd1..89308e913 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -1495,7 +1495,8 @@ object CheckCommand "disk" { "fuse.gvfs-fuse-daemon", "fdescfs", "overlay", - "nsfs" + "nsfs", + "squashfs" ] }