diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2007-11-26 08:46:27 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2007-11-26 08:46:27 +0000 |
commit | 3c6f46125766271985a4970bf21baca41e03323f (patch) | |
tree | 3f26275cfcb09935e0f601c504fa6c087039abaa | |
parent | b04c5021e9655c130e06a655bdd9029a5980f551 (diff) | |
download | sitesummary-3c6f46125766271985a4970bf21baca41e03323f.tar.gz sitesummary-3c6f46125766271985a4970bf21baca41e03323f.tar.bz2 sitesummary-3c6f46125766271985a4970bf21baca41e03323f.tar.xz |
Include agesinceseen-summary in web report.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | sitesummary-makewebreport | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 61299ce..4e3a994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ sitesummary (0.0.31.0.pere.1) unstable; urgency=low * UNRELEASED * Collect /proc/mounts and /etc/fstab in system, for use when - generating checks for the file systems. + generating nagios checks for the file systems. * Start on code to generate nagios configuration from the collected sitesummary information. * Fix peername code in the collector. diff --git a/sitesummary-makewebreport b/sitesummary-makewebreport index c63fa65..6428547 100755 --- a/sitesummary-makewebreport +++ b/sitesummary-makewebreport @@ -15,7 +15,11 @@ cat <<EOF <pre> EOF -for f in site-summary hostclass-summary kernelversion-summary debian_edu-summary ; do +for f in site-summary \ + hostclass-summary \ + kernelversion-summary \ + agesinceseen-summary \ + debian_edu-summary ; do /usr/lib/sitesummary/$f echo done |