summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-06-25Removed -d option and just check against -p parameterTon Voon1-18/+9
2003-06-25Report errors if path specified not foundTon Voon1-3/+17
2003-06-25Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by specifyingTon Voon1-14/+18
2003-06-21soalris 8 needs 'ln -s -f' instead of 'ln -sf'Karl DeBisschop1-2/+2
2003-06-21add remaining URI_PATH chars per RFC 2396Karl DeBisschop1-2/+4
2003-06-12Renamed duplicate check_snmp command definitions to be uniqueJeremy T. Bouse1-2/+2
2003-06-12Made the two check_ifoperstatus commands unique to remove conflictsJeremy T. Bouse2-2/+3
2003-06-11fix URI_PATH to allow ?&#: (more still should be allowed)Karl DeBisschop1-3/+3
2003-06-10add comment about shell quote removal to address https://sourceforge.net/trac...Karl DeBisschop1-1/+14
2003-06-10add note about shell quote removal to address https://sourceforge.net/tracker...Karl DeBisschop1-7/+20
2003-06-08Fixed quoting on SWAP_FORMATTon Voon1-2/+2
2003-06-08Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)Ton Voon1-1/+12
2003-06-07\r\n patch from MathiasSubhendu Ghosh1-3/+3
2003-06-04Argument to asprintf in wrong orderTon Voon1-1/+1
2003-06-04Remove /usr as well. Maybe this is best done by changing BASEDIR toTon Voon1-1/+1
2003-06-02finish recv() loop when stream GT or EQ maxbytes (was GT)Karl DeBisschop1-1/+1
2003-06-01allow user to limit number of bytes fetchedKarl DeBisschop1-7/+20
2003-05-31first revised patch failed to trap the "break" in while()Karl DeBisschop1-5/+16
2003-05-27check_sap.sh plugin to check SAP /R3 servers from Karel Salavec and Tom De Bl...Stanley Hopcroft1-13/+32
2003-05-26Revisions to Tom De Blende contributed plugins: check_axis.sh and check_mssql.shStanley Hopcroft2-1/+5
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-10/+10
2003-05-17Fixed tests (Mathew Ericson - 738608)Ton Voon1-1/+1
2003-05-17Fixed tests (Mathew Ericson - 738604)Ton Voon1-1/+1
2003-05-16bug fixSubhendu Ghosh1-4/+7
2003-05-14Added examplesTon Voon1-2/+8
2003-05-14Added postfix support (Thomas Nilsen - 735218)Ton Voon1-2/+86
2003-05-14Added DSVER and UPTIME checks (Phil Randal - 737617)Ton Voon1-1/+29
2003-05-14TypoTon Voon1-0/+1
2003-05-14Ignore developer-guidelines.html as generated from docbookTon Voon1-0/+1
2003-05-14Remove dependency on gnu makeTon Voon3-9/+7
2003-05-13Updated docs to include comments, contrib->main, getopts_long andTon Voon1-13/+79
2003-05-13Calls tools/setup and creates a README for the snapshot directoryTon Voon1-6/+7
2003-05-13The developer-guidelines.html file is now generated from the sgml fileTon Voon3-931/+12
2003-05-13Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, anachronis...Stanley Hopcroft1-0/+0
2003-05-13check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS SQLServer databa...Stanley Hopcroft1-0/+81
2003-05-09fix error when server closes connectionKarl DeBisschop1-7/+12
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Karl DeBisschop1-2/+3
2003-05-07Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using theJeremy T. Bouse1-3/+17
2003-04-25corrected output unitsSubhendu Ghosh1-2/+2
2003-04-23update to RFC1123 hostname specsKarl DeBisschop1-2/+2
2003-04-17add check_nt, drop check_vszKarl DeBisschop1-1/+1
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop3-83/+73
2003-04-17code cleanup to clear strict compiler warningsKarl DeBisschop3-151/+158
2003-04-16reset to old behavior of not checking stream by defaultSubhendu Ghosh1-2/+2
2003-04-13reduce compiler warning between gcc3 and gcc2.96Subhendu Ghosh1-29/+4
2003-04-13update for check_mailq - qmail supportSubhendu Ghosh2-0/+12
2003-04-13Added sendmail multi-queue support (Canau), merged qmail support (Schmid)Subhendu Ghosh1-50/+362
2003-04-11Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)Ton Voon1-3/+8