summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2005-01-14Fix logic error with -e switch where result not set (Daniel Austin - 1102012)archive/release-1.3.0Ton Voon1-1/+2
2004-03-22Getopt bug (Joe Rhett)Ton Voon1-0/+1
2004-02-20spell fix "received"Karl DeBisschop4-5/+5
2004-01-21=fix segfault on malloc of server_expect for multibyte chars (David Croft)Karl DeBisschop1-5/+5
2003-09-12*new output format reported by Patrick Allen <p.allen@brandblue.co.uk>, also ...Karl DeBisschop1-31/+12
2003-08-22* bugfix: snprintf of timestamp truncated '\0'Karl DeBisschop1-1/+1
2003-08-02restore informative output that was lost in previous bug fixKarl DeBisschop1-28/+22
2003-08-01'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s ...'Karl DeBisschop1-2/+3
2003-07-29patch attempt to reference undefined optarg (credit Paul Farrall)Karl DeBisschop1-1/+1
2003-07-11link check_spop and check_simap if ssl libs are compiled into check_tcpKarl DeBisschop1-1/+2
2003-07-01Fix for large filesystems > 3TB (Stuart Webster)Ton Voon1-8/+8
2003-06-25Returns critical if fs missing. Only works for single fs specified in -p,Ton Voon1-1/+3
2003-06-21solaris 8 needs 'ln -s -f' instead of 'ln -sf'Karl DeBisschop1-2/+2
2003-06-21fix character class for URI_PATH and URI_PORTKarl DeBisschop1-3/+3
2003-06-11character classes were wrong for URI_PATH etc:Karl DeBisschop1-3/+3
2003-06-10add note about effect of shell quote handling to address https://sourceforge....Karl DeBisschop1-7/+20
2003-06-07\r\n patch from MathiasSubhendu Ghosh1-3/+3
2003-06-02finish recv() loop when stream GT or EQ maxbytes (was GT)Karl DeBisschop1-1/+1
2003-06-01typos in docoKarl DeBisschop1-2/+2
2003-06-01allow user to limit the number of bytes to be fetchedKarl DeBisschop1-6/+25
2003-05-31first revised patch failed to trap theKarl DeBisschop1-1/+10
2003-05-31typo in args to terminateKarl DeBisschop1-1/+1
2003-05-31trap null or empty returns from nslookupKarl DeBisschop1-5/+7
2003-05-17Fixed test (Mathew Ericson - 738609)Ton Voon1-1/+1
2003-05-17Fixed tests (Mathew Ericson - 738607)Ton Voon1-4/+4
2003-05-17Fixed test commands (Mathew Ericson - 738605)Ton Voon1-5/+5
2003-05-17Fixed tests (Mathew Ericson - 738608)Ton Voon1-1/+1
2003-05-17Fixed tests (Mathew Ericson - 738604)Ton Voon1-1/+1
2003-05-09fix error when server closes connection immediatelyKarl DeBisschop1-7/+12
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Karl DeBisschop1-2/+3
2003-04-23update to RFC1123 hostname specsKarl DeBisschop2-9/+26
2003-04-16old behavior - no stream check unless -uSubhendu Ghosh1-2/+2
2003-04-12Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)Ton Voon1-3/+6
2003-04-11patch 698384 - order of args to snmpgetSubhendu Ghosh1-4/+4
2003-04-08Changed // to /* */ comments as some compilers do not like themTon Voon2-19/+18
2003-04-07Removed unnecessary array for AIX compile (reported by Alwyn Cherrington)Ton Voon1-1/+0
2003-03-24Reference to web site to get NSClientTon Voon1-1/+2
2003-03-13negate must be POSIXly correct in handling options, else wrapped options get ...Karl DeBisschop1-2/+2
2003-03-11Fixed reading too many argv parameters and changed to asprintfTon Voon1-2/+2
2003-03-09Implement error-only option for check_disk (Ian Duggan)Ton Voon1-2/+10
2003-03-08Fix AIX /proc filesystem (Ian Duggan)Ton Voon1-1/+5
2003-03-07Make output for CPU load nicerTon Voon1-2/+2
2003-03-07whole timer loop was on the wrong side of connection close codeKarl DeBisschop1-33/+18
2003-03-07fix for -H invocation of hostnameKarl DeBisschop1-2/+2
2003-03-05remove race condition for a long HELOSubhendu Ghosh1-3/+3
2003-02-21Fixed coredump with unallocated stringTon Voon1-2/+6
2003-02-21Strip leading spaces on dns return value (689563 - Simon L Nielsen)Ton Voon1-1/+5
2003-02-19Move getloadavg to lib directory. Must run "aclocal -I lib"Ton Voon2-1087/+1
2003-02-18spurious backslash escapeKarl DeBisschop1-2/+1
2003-02-18never exited getopt loopKarl DeBisschop1-1/+4