diff options
-rw-r--r-- | README | 18 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 18 insertions, 1 deletions
@@ -4,6 +4,21 @@ sitesummary More information is available from <URL: http://wiki.debian.org/DebianEdu/HowTo/SiteSummary >. +Sitesummary generated Munin configuraiton +----------------------------------------- + +Sitesummary can be used to generate Munin configuration to collect +statistics from all sitesummary clients with the Munin packages +installed. To enable it, install the munin package and make sure +/etc/sitesummary/collector.cfg inclue 'MUNINDIR=/etc/munin' to get +sitesummary to replace the default munin configuration with the +generated one. Running these commands as root should do the trick. + + aptitude install munin munin-node + echo MUNINDIR=/etc/munin >> /etc/sitesummary/collector.cfg + sitesummary-client + /etc/cron.daily/sitesummary + Sitesummary generated Nagios configuration ------------------------------------------ @@ -12,10 +27,11 @@ generate Nagios configuration based on the collected information. To enable this, install nagios3 and nagios-plugins-standard, edit /etc/default/nagios3 to include 'NAGIOSCFG=/etc/nagios3/sitesummary.cfg' and run the sitesummary cron -job. These commands as root should do the trick. +job. Running these commands as root should do the trick. aptitude install nagios3 nagios-plugins-standard echo 'NAGIOSCFG="/etc/nagios3/sitesummary.cfg"' >> /etc/default/nagios3 + sitesummary-client /etc/cron.daily/sitesummary /etc/init.d/nagios3 restart diff --git a/debian/changelog b/debian/changelog index 04abd3f..0805bc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sitesummary (0.0.52) UNRELEASED; urgency=low * Change cron job to only reload nagios when the sitesummary generated nagios configuration is the active one. + * Document in the README how to enable the Munin autoconfiguration. * Document in the README how to enable the Nagios autoconfiguration. -- Petter Reinholdtsen <pere@debian.org> Thu, 07 Jan 2010 18:33:30 +0100 |