summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-07-03remove LABELLENKarl DeBisschop1-1/+0
2003-06-30Added -4 and -6 command line options into check_http, check_ldap andJeremy T. Bouse3-10/+60
2003-06-30Corrections to get code to compile on systems without IPv6 supportJeremy T. Bouse4-0/+16
2003-06-30Added check_simap & check_spop to check_tcp_programsJeremy T. Bouse1-0/+1
2003-06-30Fixed support for "check_disk warn crit [path]" with thresholds at used levelsTon Voon1-3/+11
2003-06-29Included patch for check_ldap from Patch #753621 by Ziya SuzenJeremy T. Bouse1-2/+40
2003-06-29Changed usage output to show -4 and -6 are mutually exclusive. You can onlyJeremy T. Bouse2-2/+2
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandJeremy T. Bouse2-7/+20
2003-06-29Added address_family extern int variable to netutils to allow for -4 & -6Jeremy T. Bouse4-5/+30
2003-06-29Added NLM test (Phil Randal)Ton Voon1-0/+21
2003-06-29Corrected reported size for PROC_MEMINFO systemsTon Voon1-0/+3
2003-06-27Modified my_connect to include ai_socktype in the hints to be compliant withJeremy T. Bouse1-0/+1
2003-06-27Support for swap -s for solaris. Also changes size of swap to MBs throughTon Voon1-80/+91
2003-06-26Fixed different thresholds if using exclude listsTon Voon1-6/+7
2003-06-25Support for different thresholds for different filesystemsTon Voon1-16/+65
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-11fix URI_PATH to allow ?&#: (more still should be allowed)Karl DeBisschop1-3/+3
2003-06-10add note about shell quote removal to address https://sourceforge.net/tracker...Karl DeBisschop1-7/+20
2003-06-07\r\n patch from MathiasSubhendu Ghosh1-3/+3
2003-06-04Argument to asprintf in wrong orderTon 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-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-14Added examplesTon Voon1-2/+8
2003-05-14Added DSVER and UPTIME checks (Phil Randal - 737617)Ton Voon1-1/+29
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-23update to RFC1123 hostname specsKarl DeBisschop1-2/+2
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-11Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)Ton Voon1-3/+8
2003-04-11patch 698384 - order of args to snmpget + print a bit of stderrSubhendu Ghosh1-4/+13
2003-04-09cleanup to suppress various strict compiler warningsKarl DeBisschop3-137/+117
2003-04-09rewrite #elif to be compatible with traditional CKarl DeBisschop1-3/+5
2003-04-09check_game needs popen.c nowKarl DeBisschop1-1/+1
2003-04-08Changed // to /* */ comments as some compilers do not like themTon Voon2-19/+18
2003-04-07Fixed zombie processesTon Voon1-3/+2
2003-04-07Souped up check_procs with different metricsTon Voon4-356/+265