]> arthur.barton.de Git - nagcollect.git/log
nagcollect.git
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 ...