]> arthur.barton.de Git - nagcollect.git/commitdiff
Enhance INSTALL document, especially for Mac OS X
authorAlexander Barton <alex@barton.de>
Mon, 14 Dec 2009 10:05:55 +0000 (11:05 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 14 Dec 2009 10:05:55 +0000 (11:05 +0100)
Document location of /usr/local/etc/nagcollect.conf file and document
the launchd(8) commands to start and stop periodic execution of nagcollect
on Mac OS X.

INSTALL

diff --git a/INSTALL b/INSTALL
index e0d5c5de431c1fada586adc41841fab8a75f3fd2..1824f9e8c95c97eac3c2e444a07f7fa5ba74669c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -27,4 +27,12 @@ Client
 
 1. Run "make install-client".
 
 
 1. Run "make install-client".
 
-2. Make sure /usr/local/sbin/nagcollect is run periodically with a valid key.
+2. Adjust the client configuration in /usr/local/etc/nagcollect.conf.
+
+3. Make sure /usr/local/sbin/nagcollect is run periodically.
+
+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