diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 17:50:42 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 17:50:42 +0000 |
commit | 26a6dee3e3962465cc50776248d0cdf480b34cd4 (patch) | |
tree | f8b6b4c77624b0c069a351bf9764482467d443df | |
parent | c09dc5395cd376b976217f2c1eb4acf212c1718b (diff) | |
download | sitesummary-26a6dee3e3962465cc50776248d0cdf480b34cd4.tar.gz sitesummary-26a6dee3e3962465cc50776248d0cdf480b34cd4.tar.bz2 sitesummary-26a6dee3e3962465cc50776248d0cdf480b34cd4.tar.xz |
Document munin and nagios preseeding.
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -20,6 +20,11 @@ trick. sitesummary-client /etc/cron.daily/sitesummary +These steps can be preseeded during installation, here is an example +to enable Munin autoconfig on the sitesummary collector + + sitesummary sitesummary/replace-munin-config boolean true + Sitesummary generated Nagios configuration ------------------------------------------ @@ -60,6 +65,15 @@ On the Nagios server, remote checks need to be enabled for the sitesummary cron job, by adding 'nagiosopts=""' to /etc/sitesummary/collector.cfg. +These steps can be preseeded during installation, here is an example +to enable Nagios autoconfig on the sitesummary collector and allow it +to query Nagios NRPE on the clients. + + sitesummary sitesummary/enable-nagios-config boolean true + + sitesummary-client sitesummary-client/nagios-server string sitesummary + sitesummary-client sitesummary-client/enable-nagios-nrpe-config boolean true + Design draft ------------ system to collect key info about all the machines on a site, to help |