]> granicus.if.org Git - icinga2/commitdiff
squashfs ignored 6504/head
authorRobert Lindgren <robert.lindgren@gmail.com>
Mon, 30 Jul 2018 16:22:22 +0000 (18:22 +0200)
committerRobert Lindgren <robert.lindgren@gmail.com>
Mon, 30 Jul 2018 16:22:22 +0000 (18:22 +0200)
Add squashfs to check_disk ignore list, used on Ubuntu for snaps.

doc/10-icinga-template-library.md
itl/command-plugins.conf

index a080bb2750d4c2f98f2c8fac6f8ccd3f75176405..1ce1cd45a2d52222ac50f3ecf217a08615865223 100644 (file)
@@ -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 <a id="plugin-check-command-disk-smb"></a>
 
index 0bf297fd156cc20e2d90531156a91497281bec31..89308e913fdba1a410f2f293a49cb064cf60cd9e 100644 (file)
@@ -1495,7 +1495,8 @@ object CheckCommand "disk" {
                "fuse.gvfs-fuse-daemon",
                "fdescfs",
                "overlay",
-               "nsfs"
+               "nsfs",
+               "squashfs"
        ]
 }