diff options
-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 |