diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2007-11-24 08:42:20 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2007-11-24 08:42:20 +0000 |
commit | 3dde5beda0f6d9f5030ec5a4a74020e2d212f811 (patch) | |
tree | 4c08ba4e12301965dd4adedebed2e99fb08d0eac | |
parent | 71685db0dc940b801c30818f41c2cab58b09f39d (diff) | |
download | sitesummary-3dde5beda0f6d9f5030ec5a4a74020e2d212f811.tar.gz sitesummary-3dde5beda0f6d9f5030ec5a4a74020e2d212f811.tar.bz2 sitesummary-3dde5beda0f6d9f5030ec5a4a74020e2d212f811.tar.xz |
Collect /proc/mounts and /etc/fstab in system, for use when generating checks for the file systems.
-rw-r--r-- | collect.d/system | 4 | ||||
-rw-r--r-- | debian/changelog | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/collect.d/system b/collect.d/system index 2747d3b..61af269 100644 --- a/collect.d/system +++ b/collect.d/system @@ -30,3 +30,7 @@ uname -smr > uname-smr uname -n > hostname ifconfig -a > ifconfig-a cat /proc/cpuinfo > cpuinfo + +# Collect mount points, for nagios configuration +cp /etc/fstab fstab +cat /proc/mounts > procmounts diff --git a/debian/changelog b/debian/changelog index f4a631f..8cb1735 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sitesummary (0.0.32) unstable; urgency=low + + * UNRELEASED + + * Collect /proc/mounts and /etc/fstab in system, for use when + generating checks for the file systems. + + -- Petter Reinholdtsen <pere@debian.org> Fri, 23 Nov 2007 22:28:14 +0100 + sitesummary (0.0.31) unstable; urgency=low * Add -l option to kernelversion-summary and site-summary, to get it |