From acfef7c10d4ea2d3a610d65b7a097cf6d02ecc3d Mon Sep 17 00:00:00 2001 From: Robert Lindgren Date: Mon, 30 Jul 2018 18:22:22 +0200 Subject: [PATCH] squashfs ignored Add squashfs to check_disk ignore list, used on Ubuntu for snaps. --- doc/10-icinga-template-library.md | 2 +- itl/command-plugins.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" ] } -- 2.40.0