summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-20Fix parsing for netkit-ping and iputils-ping (Christian G Warden)Ton Voon1-2/+4
2005-07-11Miscelleneous bug fixes (Gerd Mueller - 1235879)Ton Voon1-6/+24
2005-07-06Updated help file to remove swap -s reference (Sivakumar Nellurandi)Ton Voon1-4/+0
2005-06-29initial versions of the runcmd framework by andreasM. Sean Finney2-0/+378
2005-06-29divide by 0 fix for check_swapM. Sean Finney1-1/+7
2005-06-28set LC_NUMERIC to POSIX in check_load (1164325)M. Sean Finney1-0/+1
2005-06-28scanf parsing fix for check_swap from tracker id 1123292. now use floor(3)M. Sean Finney2-9/+12
2005-06-27fixes from richard brodie (tracker id 1216576)M. Sean Finney1-5/+6
2005-06-26"asprintf madness" fix from andreas' patch to np-d, minus the comments.M. Sean Finney1-13/+11
2005-06-05check_tcp code cleanup from andreas plus fix to andreas' patch from seanM. Sean Finney1-276/+242
2005-06-03gcc 2.x fixes from edwardM. Sean Finney1-9/+9
2005-06-01only load mibs if needed or specified - patch 1212395Subhendu Ghosh1-10/+32
2005-05-28bugfixes to check_load thanks to andreasM. Sean Finney1-125/+98
2005-05-26fix for check_msyql so that it doesn't use column numbers but theM. Sean Finney1-9/+26
2005-05-25 64bit sys support - 1185713Subhendu Ghosh1-1/+1