]> arthur.barton.de Git - nagcollect.git/log
nagcollect.git
14 years agoAdded Mac OS X PackageBuilder scripts
Alexander Barton [Mon, 14 Dec 2009 11:51:28 +0000 (12:51 +0100)]
Added Mac OS X PackageBuilder scripts

14 years agocurl of Mac OS X 10.5 doesn't support --data-urlencode
Alexander Barton [Mon, 14 Dec 2009 11:48:14 +0000 (12:48 +0100)]
curl of Mac OS X 10.5 doesn't support --data-urlencode

14 years agoNew make targets clean, distclean, check, dist, and distcheck
Alexander Barton [Mon, 14 Dec 2009 10:13:00 +0000 (11:13 +0100)]
New make targets clean, distclean, check, dist, and distcheck

14 years agoEnhance INSTALL document, especially for Mac OS X
Alexander Barton [Mon, 14 Dec 2009 10:05:55 +0000 (11:05 +0100)]
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.

14 years agoAdded Mac OS X launchd script
Alexander Barton [Mon, 14 Dec 2009 00:52:25 +0000 (01:52 +0100)]
Added Mac OS X launchd script

The launchd script for Mac OS X is installed to /Library/LaunchDaemons
and loaded during "make install-client".

14 years agoMove client-side test scripts to client/lib/tests
Alexander Barton [Mon, 14 Dec 2009 00:22:46 +0000 (01:22 +0100)]
Move client-side test scripts to client/lib/tests

14 years agoEnhance nagcollect to actually detect data
Alexander Barton [Sun, 13 Dec 2009 22:13:46 +0000 (23:13 +0100)]
Enhance nagcollect to actually detect data

nagcollect now executes test scripts and submits the result to
the NagCollect webservice. The only test script implemented at the
moment is "Sys-Load.tst" which tests the system load.

In addition, nagcollect is able to download new or updated test
scripts from the NagCollect webservice server.

14 years agoMake "make install-client" BSD-compatible and more portable
Alexander Barton [Sun, 13 Dec 2009 17:47:43 +0000 (18:47 +0100)]
Make "make install-client" BSD-compatible and more portable

14 years agonagcollect.php: actually use nagcollect.keys file
Alexander Barton [Sun, 13 Dec 2009 17:42:29 +0000 (18:42 +0100)]
nagcollect.php: actually use nagcollect.keys file

14 years agoInitial commit, first functionality implemented :-)
Alexander Barton [Sun, 13 Dec 2009 17:28:01 +0000 (18:28 +0100)]
Initial commit, first functionality implemented :-)

Nagios3 tools nagios-submit-host and nagios-submit-service are
implemented as well as the NagCollect webservice (nagcollect.php).
But the client component is lacking ...