]> arthur.barton.de Git - nagcollect.git/blobdiff - INSTALL
Update README and INSTALL to describe active service checks
[nagcollect.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1824f9e8c95c97eac3c2e444a07f7fa5ba74669c..5e61bc3a0b1d01814460fa9c3a860b5e6f2035bb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,9 @@
 
              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.
 
                                    INSTALL
 
 
                                    INSTALL
 
@@ -34,5 +37,14 @@ Client
 On Mac OS X, you can use the following to commands to start and stop the
 periodic execution, which "make install-client" does on this platform:
 
 On Mac OS X, you can use the following to commands to start and stop the
 periodic execution, which "make install-client" does on this platform:
 
-- Start: launchctl load -w /Library/LaunchDaemons/de.barton.nagcollect
-- Stop:  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/.