summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-03-23check_disk now errors if a specified directory does not exist (cf df /foo)Ton Voon2-6/+12
2006-03-23Some versions of Test::More do not like the m#foo# syntaxTon Voon1-1/+1
2006-03-23Incorrect output when checking non-existent disk (John Rouillard - 1326050)Ton Voon2-4/+18
2006-03-23more work on check_apt. more graceful error handling and informationM. Sean Finney1-20/+99
2006-03-22Added warning and critical response times (John Rouillard - 1343159)Ton Voon2-4/+34
2006-03-22Convert to new style testsTon Voon1-18/+36
2006-03-22Options to change line ends for -s and -q (John Rouillard - 1346104)Ton Voon1-4/+33
2006-03-22New style tests. Cleanup of presentation of help. Added '' around -a checksTon Voon2-63/+63
2006-03-22Typo (Thomas Guettler - 1433447)Ton Voon1-1/+1
2006-03-22initial version of a check_apt plugin... not editing configure/Makefile.am'sM. Sean Finney1-0/+173
2006-03-21Updated to new Test::More method for testingTon Voon1-8/+9
2006-03-21Return CRITICAL if hostname invalid, as per guidelinesTon Voon1-1/+1
2006-03-21mysql discovery based on mysql_config (Johan Fischer - 1359414)Ton Voon2-1/+3
2006-03-20- shuffling some code around to keep things tidy.M. Sean Finney1-19/+32
2006-03-20ipv6 support for c-version of check_ntpM. Sean Finney1-2/+12
2006-03-18initial version of the pure-c check_ntp implementation. jitter not yetM. Sean Finney1-0/+355
2006-03-18return-logic related fix for cert checking, thanks to emmet hogan.M. Sean Finney1-5/+3
2006-03-17Better error message re: tap libraryTon Voon1-1/+1
2006-03-17mysql detection cleanup: fixes runtime linking, autodetection of mainTon Voon4-5/+7
2006-03-16Using libtool to get runpath for tap libraryTon Voon1-2/+2
2006-03-15Alert on amount of time a slave is behind (Steven Kreuzer)Ton Voon2-21/+71
2006-03-13fix for (tracker id 1420741)M. Sean Finney1-2/+2
2006-03-13Change warning message if there is stderr output. This catches a problemTon Voon1-3/+16
2006-03-07Added tests for two external websites with certificatesTon Voon1-1/+10
2006-03-07Tests re-written in new object formatTon Voon1-17/+29
2006-02-24Use the installed tap library instead of requesting a compiled objectTon Voon1-1/+1
2006-02-17SIGALRM could be received before child_process is created (Jason Crawford)Ton Voon1-5/+9
2006-02-17set LC_NUMERIC to POSIX in check_procs.cM. Sean Finney1-0/+1
2006-02-01If a mysql server has anonymous login, tests will always failTon Voon1-2/+2
2006-02-01Need to distribute perl test fileTon Voon1-0/+2
2006-01-31Clean compile of check_mysql_query on MacOSXTon Voon1-1/+1
2006-01-31Adding check_mysql_query, using new ranges and threshold checkingTon Voon5-1/+375
2006-01-31Extra explanation in testsTon Voon1-1/+7
2006-01-31Fixed invalid freeTon Voon1-1/+1
2006-01-30Clearly defined thresholds & ranges in docs. Added get_status routine. AddedTon Voon3-45/+182
2006-01-30Added libtap tests for utils.c library functions. Removed redundantTon Voon19-121/+215
2005-12-15Display errors with slave queries correctly. Added extra tests for slavesTon Voon2-15/+54
2005-12-15New 3 parameter version of getTestParameters. Updated check_disk.t to reflect.Ton Voon1-6/+8
2005-12-07Nagiosplug bug 1266977. Added code to insert the closing </A> after the plug...Harper Mann1-3/+22
2005-12-07No floorf on Solaris 9 (Jon Vandegrift - 1374705)Ton Voon1-0/+5
2005-12-02Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - 1296242)Ton Voon4-17/+240
2005-12-02Ignore temporary files created for testsTon Voon1-0/+1
2005-11-16Fixed some compile errors with new translations. Also reintroduced formattingTon Voon1-139/+35
2005-11-15Updated tests to minimise false positives. Breaking down so more obviousTon Voon1-51/+113
2005-11-14localization cleaning ...Benoit Mortier1-959/+962
2005-11-14start of the cleaning of the localizationBenoit Mortier6-1618/+1806
2005-11-12Updated check_disk tests to use Test::More (Serhan Kiymaz)Ton Voon1-11/+77
2005-11-09Using Test::MoreTon Voon1-16/+15
2005-11-09Added new NPTest->testCmd which returns objects back for testingTon Voon2-26/+38
2005-11-09Problem where absolute thresholds not working on /proc/meminfoTon Voon1-87/+94