aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-07 17:46:37 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-07 17:46:37 +0000
commit7c24eacf18f4a21130a4c841492129aeac9b9445 (patch)
treeaf634d86d399493aba56271156fe71751b4ae7fc /README
parentfc4f56ddf4b7c0317df227bb5cffe0a65c25185b (diff)
downloadsitesummary-7c24eacf18f4a21130a4c841492129aeac9b9445.tar.gz
sitesummary-7c24eacf18f4a21130a4c841492129aeac9b9445.tar.bz2
sitesummary-7c24eacf18f4a21130a4c841492129aeac9b9445.tar.xz
Document in the README how to enable the Munin autoconfiguration.
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 17 insertions, 1 deletions
diff --git a/README b/README
index a7f62a0..5086826 100644
--- a/README
+++ b/README
@@ -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