aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xsitesummary-makewebreport6
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