aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-06 18:20:35 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-06 18:20:35 +0000
commitf7fa0527288807304a1d95d375fc53c98e4972cc (patch)
treeb98fcd464368720f4e390dac960938ae5d29d360
parentd8659ba2d50770950333b6334090bb46d39efd9d (diff)
downloadsitesummary-f7fa0527288807304a1d95d375fc53c98e4972cc.tar.gz
sitesummary-f7fa0527288807304a1d95d375fc53c98e4972cc.tar.bz2
sitesummary-f7fa0527288807304a1d95d375fc53c98e4972cc.tar.xz
Ignore kernel file system type fusectl when generating Nagios checks.
-rw-r--r--debian/changelog9
-rwxr-xr-xsitesummary-nodes1
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 04eb231..2d90365 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
sitesummary (0.0.51) UNRELASED; urgency=low
- * added missing meminfo to the upload
- * Add Japanese translation from Hideki Yamane (Closes: #555692).
+ [ Finn-Arne Johansen ]
+ * Added missing meminfo to the upload.
+ * Add Japanese translation from Hideki Yamane (Closes: #555692).
+
+ [ Petter Reinholdtsen ]
+ * Ignore kernel file system type fusectl when generating Nagios
+ checks.
-- Finn-Arne Johansen <finnarne@debian> Wed, 18 Nov 2009 08:21:12 +0100
diff --git a/sitesummary-nodes b/sitesummary-nodes
index b753a76..5c280ad 100755
--- a/sitesummary-nodes
+++ b/sitesummary-nodes
@@ -139,6 +139,7 @@ EOF
next if ($fs eq "devpts" ||
$fs eq "autofs" ||
$fs eq "binfmt_misc" ||
+ $fs eq "fusectl" ||
$fs eq "iso9660" ||
$fs eq "nfs" ||
$fs eq "nfsd" ||