summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-13debian bts #307905:M. Sean Finney1-2/+2
2005-10-13multiple fixes in check_smtp from debian (bts #285554):M. Sean Finney1-21/+65
2005-10-13was this plugin even working? i don't think the if/else logicM. Sean Finney1-32/+25
2005-10-13check mysql now reads [client] defaults from my.cnf (debian bug #278817)M. Sean Finney1-0/+2
2005-10-06fix for misreporting temperature in perfdata output for check_upsM. Sean Finney1-2/+5
2005-09-21Reopen connections for each query (1296296 - David Sullivan)Ton Voon1-1/+91
2005-09-21Moved into plugins-root/Ton Voon2-2460/+0
2005-09-21Separation of root setuid plugins into plugins-root/Ton Voon1-7/+3
2005-09-20Support for Tru64 for check_procs + additional test casesTon Voon1-1/+2
2005-09-15Added test to make sure hostname has to be specifiedTon Voon1-1/+2
2005-09-15- Cleanup minor compile errors on IrixTon Voon2-2/+2
2005-09-14Using common messageTon Voon1-2/+1
2005-09-14Required hostname not flagging as an errorTon Voon1-1/+6
2005-09-14Some makes do not like blank lines after "\". Fixed check_ldaps to onlyTon Voon1-7/+6
2005-09-14Fix to parsing of uptime (Ronald Tin - 1254656)Ton Voon1-1/+1
2005-09-13More diagnostic messages from check_pingTon Voon1-5/+8
2005-09-12re-add a call to setlocale(LC_ALL, "") in check_ping.cM. Sean Finney1-0/+1
2005-09-12ECHILD error at waitpid on Red Hat systems (Peter Pramberger andTon Voon1-1/+26
2005-07-25[1185704] New Testing Infrastructure.Peter Bray20-440/+453