diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-07 17:41:03 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-07 17:41:03 +0000 |
commit | fc4f56ddf4b7c0317df227bb5cffe0a65c25185b (patch) | |
tree | 19ee3f2be6b3d3a3c533ddb41e304f3b9a0dbf63 /README | |
parent | 415d8923e4b88bc37cea7d615ac57dbd3d85cfed (diff) | |
download | sitesummary-fc4f56ddf4b7c0317df227bb5cffe0a65c25185b.tar.gz sitesummary-fc4f56ddf4b7c0317df227bb5cffe0a65c25185b.tar.bz2 sitesummary-fc4f56ddf4b7c0317df227bb5cffe0a65c25185b.tar.xz |
Document in the README how to enable the Nagios autoconfiguration.
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -1,11 +1,30 @@ -Design draft - sitesummary =========== More information is available from <URL: http://wiki.debian.org/DebianEdu/HowTo/SiteSummary >. +Sitesummary generated Nagios configuration +------------------------------------------ + +Since version 0.0.51, there is experimental code in sitesummary to +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. + + aptitude install nagios3 nagios-plugins-standard + echo 'NAGIOSCFG="/etc/nagios3/sitesummary.cfg"' >> /etc/default/nagios3 + /etc/cron.daily/sitesummary + /etc/init.d/nagios3 restart + +The current version of the code run all Nagios checks locally, so it +only work on a single machine. The plan is to change this to use NRPE +to work with a network of machines. + +Design draft +------------ system to collect key info about all the machines on a site, to help the sysadmin keep track of a lot of hosts. |