diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | sitesummary-nodes | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b54e31e..1578fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ sitesummary (0.1.10) UNRELEASED; urgency=low in debian/control to reflect this. * Update from debhelper version 5 to 9. * Update Standards-Version from 3.9.2 to 3.9.5. No changes needed. + * Do not try to check file system usage for file system type pstore. -- Petter Reinholdtsen <pere@debian.org> Sun, 02 Mar 2014 19:08:25 +0100 diff --git a/sitesummary-nodes b/sitesummary-nodes index c97dbae..a889fe7 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -527,6 +527,7 @@ sub generate_nagios_config { $fs eq "oprofilefs" || $fs eq "pipefs" || $fs eq "proc" || + $fs eq "pstore" || $fs eq "ramfs" || $fs eq "rootfs" || $fs eq "rpc_pipefs" || |