aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xsitesummary-nodes1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 022615a..e392154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sitesummary (0.0.61) UNRELEASED; urgency=low
+
+ * Do not check debugfs in Nagios.
+
+ -- Petter Reinholdtsen <pere@debian.org> Fri, 19 Feb 2010 10:57:11 +0100
+
sitesummary (0.0.60) unstable; urgency=low
* Remove files in /var/lib/sitesummary/ when sitesummary package is
diff --git a/sitesummary-nodes b/sitesummary-nodes
index e313388..f96b095 100755
--- a/sitesummary-nodes
+++ b/sitesummary-nodes
@@ -436,6 +436,7 @@ sub generate_nagios_config {
next if ($fs eq "devpts" ||
$fs eq "autofs" ||
$fs eq "binfmt_misc" ||
+ $fs eq "debugfs" ||
$fs eq "fuse.ltspfs" ||
$fs eq "fusectl" ||
$fs eq "iso9660" ||