]> arthur.barton.de Git - nagcollect.git/commitdiff
Update README and INSTALL to describe active service checks
authorAlexander Barton <alex@barton.de>
Mon, 21 Nov 2011 10:47:13 +0000 (11:47 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 21 Nov 2011 10:47:13 +0000 (11:47 +0100)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index f167143140465fd6bb9b05f4578d163b8b34a7ad..5e61bc3a0b1d01814460fa9c3a860b5e6f2035bb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
 
              NagCollect: Nagios Data Collector for Passive Checks
 
              NagCollect: Nagios Data Collector for Passive Checks
-           Copyright (c)2009-2010 Alexander Barton, alex@barton.de
+           Copyright (c)2009-2011 Alexander Barton, alex@barton.de
 
              NagCollect is free software and published under the
                    terms of the GNU General Public License.
 
              NagCollect is free software and published under the
                    terms of the GNU General Public License.
@@ -39,3 +39,12 @@ periodic execution, which "make install-client" does on this platform:
 
 - Start: sudo launchctl load -w /Library/LaunchDaemons/de.barton.nagcollect
 - Stop:  sudo launchctl unload -w /Library/LaunchDaemons/de.barton.nagcollect
 
 - Start: sudo launchctl load -w /Library/LaunchDaemons/de.barton.nagcollect
 - Stop:  sudo launchctl unload -w /Library/LaunchDaemons/de.barton.nagcollect
+
+
+Plugins (active checks)
+~~~~~~~~~~~~~~~~~~~~~~~
+
+1. Run "make install-plugins".
+
+The plugins will be build (generated using the passive service checks and
+a wrapper script) and installed into /usr/local/lib/nagios/plugins/.
diff --git a/README b/README
index b12d7cdb3094b2560c9f6ebf293c5267c18c0234..8b7e876b53fce3149acd5198855dc99c40bc8787 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 
              NagCollect: Nagios Data Collector for Passive Checks
 
              NagCollect: Nagios Data Collector for Passive Checks
-              Copyright (c)2009 Alexander Barton, alex@barton.de
+           Copyright (c)2009-2011 Alexander Barton, alex@barton.de
 
              NagCollect is free software and published under the
                    terms of the GNU General Public License.
 
              NagCollect is free software and published under the
                    terms of the GNU General Public License.
@@ -12,4 +12,7 @@ NagCollect is a bunch of PHP and shell scripts to enhance Nagios3 to better
 handle passive host and service checks. It consists of some scripts that must
 be installed on the server and others that must run on the clients.
 
 handle passive host and service checks. It consists of some scripts that must
 be installed on the server and others that must run on the clients.
 
+In addition, the passive service checks can be used as active check scripts
+using a wrapper script included in this distribution.
+
 See the file INSTALL for details.
 See the file INSTALL for details.