diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 14:22:32 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 14:22:32 +0000 |
commit | 09482b684dc46ac03614c07a993a9d7832e2e0da (patch) | |
tree | cd4304bd542bfa8e9fc8458078a3db614798cb37 /README | |
parent | 8b8a18925bc94781b598de7d1aefee80c14599a1 (diff) | |
download | sitesummary-09482b684dc46ac03614c07a993a9d7832e2e0da.tar.gz sitesummary-09482b684dc46ac03614c07a993a9d7832e2e0da.tar.bz2 sitesummary-09482b684dc46ac03614c07a993a9d7832e2e0da.tar.xz |
* Provide debconf preseeding suppport (using hidden questions) for
activating Nagios NRPE configuration on clients and Nagios
autoconfiguration on the server.
* Automatically detect if remote NRPE commands can be used for
Nagios checks, and if arguments can be passed or not.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ the trick. aptitude install nagios-nrpe-server nagios-plugins-standard sitesummary-client - cat >> /etc/nagios/nrpe_local.cfg <<EOF + cat > /etc/nagios/nrpe.d/sitesummary-nrpe.cfg <<EOF allowed_hosts=myserver dont_blame_nrpe=1 include=/etc/nagios/sitesummary-nrpe-commands.cfg |