From 7d71f5851436e1d71b085bcf942263840cbe1a33 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 14 Dec 2009 11:05:55 +0100 Subject: [PATCH] Enhance INSTALL document, especially for Mac OS X 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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index e0d5c5d..1824f9e 100644 --- a/INSTALL +++ b/INSTALL @@ -27,4 +27,12 @@ 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 -- 2.39.2