summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-25support for getnext - 1106430Subhendu Ghosh1-2/+18
2005-05-25RH9 patternSubhendu Ghosh1-1/+3
2005-05-25v2c support - 1155754Subhendu Ghosh1-1/+4
2005-05-25fixes for check_procs:M. Sean Finney2-9/+11
2005-05-25bah, my_connect is taken by mysql. now calling it np_net_connect.M. Sean Finney3-7/+7
2005-05-24optimizations and cleanup from andreasM. Sean Finney3-131/+37
2005-05-03setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse ...M. Sean Finney1-1/+1
2005-05-03if check_tcp was called with -e but not -s, it would hang in a call to my_rec...M. Sean Finney1-2/+4
2005-05-01better error checking in spopen signal handler (see 1107524)M. Sean Finney2-5/+9
2005-04-11properly call close() on the ssh connection before exiting.M. Sean Finney1-0/+1
2005-04-11this should add support for check_ssmtp, based on the 1.3.x patch in 1155562,M. Sean Finney1-0/+10
2005-04-07in honor of joining up, my first bugfix. this should resolve 1174070.M. Sean Finney1-10/+7
2005-04-05This is a first cut at adding performance data to check_snmp. I wasn't sureHarper Mann1-5/+18
2005-04-04Fix static buffer (Nikolay Sturm)Ton Voon1-2/+2
2005-03-18Replication check support for 4.1.x from Gerrit BeineMatthew Kent1-1/+9
2005-03-04Fixed // comments (Steve Greenland - 1143836)Ton Voon3-6/+4
2005-02-11Fix for check_icmp build on Solaris from Andreas Ericsson <ae@op5.se>Stanley Hopcroft1-1/+1
2005-02-02try again to stop loopingStanley Hopcroft1-6/+3
2005-02-02restructure main() to stop looping on -nStanley Hopcroft1-45/+48
2005-02-01check_icmp added to libexec_PROGRAMSStanley Hopcroft1-2/+2
2005-02-01plugins/linux.h, vestigeal header required for prior versions of check_icmp, ...Stanley Hopcroft1-135/+0
2005-02-01hacks to partly support check_icmp.c (1.0).Stanley Hopcroft1-2/+2
2005-02-01Revised check_icmp (1.0) from A Ericsson.Stanley Hopcroft1-1229/+1012
2005-01-27Added check_dhcp bask into libexec_PROGRAMS after talking with Stanley.Harper Mann1-2/+2
2005-01-26Convert tabs to spaces from dig's answer section (Randy O'Meara - 1107651)Ton Voon1-1/+7
2005-01-25Display usage if no argv (Reuben Farrelly)Stanley Hopcroft1-6/+10
2005-01-25Tracker:1109261 This was an alignment problem on Solaris. Linux kernel fixe...Harper Mann1-6/+15
2005-01-25Trivial text changes (print_help, commentary & -n option)Stanley Hopcroft1-3/+5
2005-01-24Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont build by def...Stanley Hopcroft1-4/+5
2005-01-21Tracker 1106378 fixed - The -t (timeout) arg was not handled correctly when p...Harper Mann1-7/+18
2005-01-20Changed long argument --minmax to --pagesize and updated help and usageHarper Mann1-2/+2
2005-01-20Tracker 1099682 fix. Now getting the page size from Content-Length in the he...Harper Mann1-10/+84
2005-01-19In the CHECK_COUNTER block, there were several strcats writing to unallocatedHarper Mann1-8/+7
2005-01-19Fixed parsing of AIX lsps command (1093522)Ton Voon1-1/+1