[debian-edu-commits] debian-edu/upstream/ 01/01: Do not try to check file system usage for file system type pstore.

Petter Reinholdtsen pere at moszumanska.debian.org
Fri Apr 4 06:44:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository sitesummary.

commit 9c38bdc6e5163e40ab9c076151636063b556e310
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Apr 4 08:44:49 2014 +0200

    Do not try to check file system usage for file system type pstore.
---
 debian/changelog  | 1 +
 sitesummary-nodes | 1 +
 2 files changed, 2 insertions(+)

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 at 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" ||

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/sitesummary.git



More information about the debian-edu-commits mailing list