aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-02-01 13:21:21 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-02-01 13:21:21 +0000
commit2d09fecaba4a28a66b66fc216ee8bdf1f5fac8e0 (patch)
tree74bfbe9cf50ebfdf9b60ec554675e70e7776f318
parent2cd1c62676f0f8b6e078197fb9d816e359cdfe78 (diff)
downloadsitesummary-2d09fecaba4a28a66b66fc216ee8bdf1f5fac8e0.tar.gz
sitesummary-2d09fecaba4a28a66b66fc216ee8bdf1f5fac8e0.tar.bz2
sitesummary-2d09fecaba4a28a66b66fc216ee8bdf1f5fac8e0.tar.xz
Do not generate Nagios check for file systems with the fuse.ltspfs
type, to avoid checking users usb disks on a thin client server.
-rw-r--r--debian/changelog2
-rwxr-xr-xsitesummary-nodes1
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" ||