aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" ||