diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-22 19:54:56 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-22 19:54:56 +0000 |
commit | c0926ae9de0d730b76b4317f8f6b2a61362a454f (patch) | |
tree | a416eb0013e923262e1b58ab70e141565e3dbc11 | |
parent | a160c24c9d25df275f0e4d1d05879dddaab03f45 (diff) | |
download | sitesummary-c0926ae9de0d730b76b4317f8f6b2a61362a454f.tar.gz sitesummary-c0926ae9de0d730b76b4317f8f6b2a61362a454f.tar.bz2 sitesummary-c0926ae9de0d730b76b4317f8f6b2a61362a454f.tar.xz |
Correct nagios documentation in the README.
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -54,16 +54,12 @@ allowed_hosts option. Running these commands as root normally does the trick. aptitude install nagios-nrpe-server nagios-plugins-standard - sitesummary-client cat > /etc/nagios/nrpe.d/sitesummary-nrpe.cfg <<EOF allowed_hosts=myserver dont_blame_nrpe=1 include=/etc/nagios/sitesummary-nrpe-commands.cfg EOF - -On the Nagios server, remote checks need to be enabled for the -sitesummary cron job, by adding 'nagiosopts=""' to -/etc/sitesummary/collector.cfg. + sitesummary-client These steps can be preseeded during installation, here is an example to enable Nagios autoconfig on the sitesummary collector and allow it diff --git a/debian/changelog b/debian/changelog index 6900400..3da8e90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ sitesummary (0.0.57~svn61900) UNRELEASED; urgency=low * Continue development. _To_ upload the non-svn version, merge all previous *~svn* versions. + * Correct nagios documentation in the README. + -- Petter Reinholdtsen <pere@debian.org> Thu, 21 Jan 2010 20:21:50 +0100 sitesummary (0.0.57~svn61899) lenny; urgency=low |