diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | sitesummary-nodes | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a39c8a7..549d65f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ sitesummary (0.0.59) UNRELEASED; urgency=low * Add new nagios pluing check_kernel_status to report the need for a reboot to activate a new kernel. Written by Toni Van Remortel and found at <URL: http://www.monitoringexchange.org >. + * Do not generate Nagios check for file systems with the fuse.ltspfs + type, to avoid checking users usb disks on a thin client server. -- Petter Reinholdtsen <pere@debian.org> Tue, 26 Jan 2010 08:56:53 +0100 diff --git a/sitesummary-nodes b/sitesummary-nodes index ef326b5..7260c0b 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -423,6 +423,7 @@ sub generate_nagios_config { next if ($fs eq "devpts" || $fs eq "autofs" || $fs eq "binfmt_misc" || + $fs eq "fuse.ltspfs" || $fs eq "fusectl" || $fs eq "iso9660" || $fs eq "nfs" || |