]> arthur.barton.de Git - nagcollect.git/log
nagcollect.git
14 years agoDon't extract ._* and . from tests archive
Alexander Barton [Wed, 13 Jan 2010 21:41:53 +0000 (22:41 +0100)]
Don't extract ._* and . from tests archive

14 years agoMore specific test for I/O errors on Mac OS X
Alexander Barton [Mon, 11 Jan 2010 09:32:22 +0000 (10:32 +0100)]
More specific test for I/O errors on Mac OS X

14 years agoOnly test for I/O errors since last system boot
Alexander Barton [Wed, 16 Dec 2009 18:19:10 +0000 (19:19 +0100)]
Only test for I/O errors since last system boot

14 years agoSys-Load: result in warning when load15 >2 (instead >1)
Alexander Barton [Mon, 14 Dec 2009 23:30:05 +0000 (00:30 +0100)]
Sys-Load: result in warning when load15 >2 (instead >1)

14 years agoUptime test: add operating system version
Alexander Barton [Mon, 14 Dec 2009 20:45:17 +0000 (21:45 +0100)]
Uptime test: add operating system version

14 years agoFix "Uptime" service test name ... dooh!
Alexander Barton [Mon, 14 Dec 2009 20:37:54 +0000 (21:37 +0100)]
Fix "Uptime" service test name ... dooh!

14 years agoNew "Uptime" test to return the system uptime
Alexander Barton [Mon, 14 Dec 2009 20:32:48 +0000 (21:32 +0100)]
New "Uptime" test to return the system uptime

Currently, this test always returns success and never any error ...

14 years agoRemove whitespaces from RAID status text
Alexander Barton [Mon, 14 Dec 2009 13:33:32 +0000 (14:33 +0100)]
Remove whitespaces from RAID status text

14 years agoUpdated Mac OS X package script to include new tests
Alexander Barton [Mon, 14 Dec 2009 13:19:45 +0000 (14:19 +0100)]
Updated Mac OS X package script to include new tests

14 years agoNew "RAID" test to check Apple Software-RAIDs
Alexander Barton [Mon, 14 Dec 2009 13:12:20 +0000 (14:12 +0100)]
New "RAID" test to check Apple Software-RAIDs

14 years agoDon't get irritated by our own log messages
Alexander Barton [Mon, 14 Dec 2009 12:56:25 +0000 (13:56 +0100)]
Don't get irritated by our own log messages

14 years agoNew "Disks" test to check for I/O errors on for Mac OS X
Alexander Barton [Mon, 14 Dec 2009 12:24:52 +0000 (13:24 +0100)]
New "Disks" test to check for I/O errors on for Mac OS X

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 ...