diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-06 18:20:35 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-06 18:20:35 +0000 |
commit | f7fa0527288807304a1d95d375fc53c98e4972cc (patch) | |
tree | b98fcd464368720f4e390dac960938ae5d29d360 | |
parent | d8659ba2d50770950333b6334090bb46d39efd9d (diff) | |
download | sitesummary-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/changelog | 9 | ||||
-rwxr-xr-x | sitesummary-nodes | 1 |
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" || |