summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-04Fixed --mismatch option for check_tcp. Added tests into check_imapTon Voon2-2/+4
2005-11-03Invalid mount point doesn't make sense because most df implementationsTon Voon2-6/+2
2005-11-03Fixing some test failuresTon Voon2-4/+6
2005-11-02#995761: patch from ben o'hara to include inode calculations inM. Sean Finney1-35/+105
2005-11-02check_smtp.cM. Sean Finney1-8/+164
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyM. Sean Finney10-20/+19
2005-10-30turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't keepM. Sean Finney1-0/+1
2005-10-30another fix from alex: check for '/' in the server_address beforeM. Sean Finney1-1/+1
2005-10-30fixes for some bugs found in my merging of the tcp socket patchM. Sean Finney1-3/+3
2005-10-29patch from nsturm: Makefile.am should have been checking for check_ldapM. Sean Finney1-1/+1
2005-10-25- added code to allow check_tcp (via np_net_connect) work with localM. Sean Finney5-31/+69
2005-10-24initial merging of ae's np_runcmd code into selected plugins.M. Sean Finney10-391/+293
2005-10-23- compartmentalized ssl code into seperate sslutils.cM. Sean Finney3-137/+175
2005-10-19all plugins now using centralized ssl functions in netutils.cM. Sean Finney5-572/+134
2005-10-19endif was a few lines off of where it should beM. Sean Finney1-3/+2
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}M. Sean Finney7-125/+148
2005-10-18initial "experimental" support for gnutls. by default openssl is stillM. Sean Finney1-14/+28
2005-10-13debian bts #296278:M. Sean Finney1-11/+59