aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-07 17:41:03 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-07 17:41:03 +0000
commitfc4f56ddf4b7c0317df227bb5cffe0a65c25185b (patch)
tree19ee3f2be6b3d3a3c533ddb41e304f3b9a0dbf63
parent415d8923e4b88bc37cea7d615ac57dbd3d85cfed (diff)
downloadsitesummary-fc4f56ddf4b7c0317df227bb5cffe0a65c25185b.tar.gz
sitesummary-fc4f56ddf4b7c0317df227bb5cffe0a65c25185b.tar.bz2
sitesummary-fc4f56ddf4b7c0317df227bb5cffe0a65c25185b.tar.xz
Document in the README how to enable the Nagios autoconfiguration.
-rw-r--r--README23
-rw-r--r--debian/changelog1
2 files changed, 22 insertions, 2 deletions
diff --git a/README b/README
index 042029e..a7f62a0 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/debian/changelog b/debian/changelog
index 4e1f89e..04abd3f 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 Nagios autoconfiguration.
-- Petter Reinholdtsen <pere@debian.org> Thu, 07 Jan 2010 18:33:30 +0100