diff options
| -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 | 
