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