Age | Commit message (Expand) | Author | Files | Lines |
2003-06-30 | Added check_simap & check_spop to check_tcp_programs | Jeremy T. Bouse | 1 | -0/+1 |
2003-06-30 | Fixed support for "check_disk warn crit [path]" with thresholds at used levels | Ton Voon | 1 | -3/+11 |
2003-06-29 | Included patch for check_ldap from Patch #753621 by Ziya Suzen | Jeremy T. Bouse | 1 | -2/+40 |
2003-06-29 | Changed usage output to show -4 and -6 are mutually exclusive. You can only | Jeremy T. Bouse | 2 | -2/+2 |
2003-06-29 | check_ping is now coded with -4 & -6 options to call PING or PING6 command | Jeremy T. Bouse | 2 | -7/+20 |
2003-06-29 | Added address_family extern int variable to netutils to allow for -4 & -6 | Jeremy T. Bouse | 4 | -5/+30 |
2003-06-29 | Added NLM test (Phil Randal) | Ton Voon | 1 | -0/+21 |
2003-06-29 | Corrected reported size for PROC_MEMINFO systems | Ton Voon | 1 | -0/+3 |
2003-06-27 | Modified my_connect to include ai_socktype in the hints to be compliant with | Jeremy T. Bouse | 1 | -0/+1 |
2003-06-27 | Support for swap -s for solaris. Also changes size of swap to MBs through | Ton Voon | 1 | -80/+91 |
2003-06-26 | Fixed different thresholds if using exclude lists | Ton Voon | 1 | -6/+7 |
2003-06-25 | Support for different thresholds for different filesystems | Ton Voon | 1 | -16/+65 |
2003-06-25 | Removed -d option and just check against -p parameter | Ton Voon | 1 | -18/+9 |
2003-06-25 | Report errors if path specified not found | Ton Voon | 1 | -3/+17 |
2003-06-25 | Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by specifying | Ton Voon | 1 | -14/+18 |
2003-06-21 | soalris 8 needs 'ln -s -f' instead of 'ln -sf' | Karl DeBisschop | 1 | -2/+2 |
2003-06-21 | add remaining URI_PATH chars per RFC 2396 | Karl DeBisschop | 1 | -2/+4 |
2003-06-11 | fix URI_PATH to allow ?&#: (more still should be allowed) | Karl DeBisschop | 1 | -3/+3 |
2003-06-10 | add note about shell quote removal to address https://sourceforge.net/tracker... | Karl DeBisschop | 1 | -7/+20 |
2003-06-07 | \r\n patch from Mathias | Subhendu Ghosh | 1 | -3/+3 |
2003-06-04 | Argument to asprintf in wrong order | Ton Voon | 1 | -1/+1 |
2003-06-02 | finish recv() loop when stream GT or EQ maxbytes (was GT) | Karl DeBisschop | 1 | -1/+1 |
2003-06-01 | allow user to limit number of bytes fetched | Karl DeBisschop | 1 | -7/+20 |
2003-05-31 | first revised patch failed to trap the "break" in while() | Karl DeBisschop | 1 | -5/+16 |
2003-05-17 | Fixed test (Mathew Ericson - 738609) | Ton Voon | 1 | -1/+1 |
2003-05-17 | Fixed tests (Mathew Ericson - 738607) | Ton Voon | 1 | -4/+4 |
2003-05-17 | Fixed test commands (Mathew Ericson - 738605) | Ton Voon | 1 | -10/+10 |
2003-05-17 | Fixed tests (Mathew Ericson - 738608) | Ton Voon | 1 | -1/+1 |
2003-05-17 | Fixed tests (Mathew Ericson - 738604) | Ton Voon | 1 | -1/+1 |
2003-05-14 | Added examples | Ton Voon | 1 | -2/+8 |
2003-05-14 | Added DSVER and UPTIME checks (Phil Randal - 737617) | Ton Voon | 1 | -1/+29 |
2003-05-09 | fix error when server closes connection | Karl DeBisschop | 1 | -7/+12 |
2003-05-09 | cause snmpget try try for 1 second less than the timeout (allowing plugin to ... | Karl DeBisschop | 1 | -2/+3 |
2003-05-07 | Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using the | Jeremy T. Bouse | 1 | -3/+17 |
2003-04-23 | update to RFC1123 hostname specs | Karl DeBisschop | 1 | -2/+2 |
2003-04-17 | code cleanup to clear strict compiler warnings | Karl DeBisschop | 3 | -83/+73 |
2003-04-17 | code cleanup to clear strict compiler warnings | Karl DeBisschop | 3 | -151/+158 |
2003-04-16 | reset to old behavior of not checking stream by default | Subhendu Ghosh | 1 | -2/+2 |
2003-04-13 | reduce compiler warning between gcc3 and gcc2.96 | Subhendu Ghosh | 1 | -29/+4 |
2003-04-11 | Match -a STRING anywhere in ps args (Laurent Vaslin - 719783) | Ton Voon | 1 | -3/+8 |
2003-04-11 | patch 698384 - order of args to snmpget + print a bit of stderr | Subhendu Ghosh | 1 | -4/+13 |
2003-04-09 | cleanup to suppress various strict compiler warnings | Karl DeBisschop | 3 | -137/+117 |
2003-04-09 | rewrite #elif to be compatible with traditional C | Karl DeBisschop | 1 | -3/+5 |
2003-04-09 | check_game needs popen.c now | Karl DeBisschop | 1 | -1/+1 |
2003-04-08 | Changed // to /* */ comments as some compilers do not like them | Ton Voon | 2 | -19/+18 |
2003-04-07 | Fixed zombie processes | Ton Voon | 1 | -3/+2 |
2003-04-07 | Souped up check_procs with different metrics | Ton Voon | 4 | -356/+265 |
2003-04-07 | Removed unnecessary regex array | Ton Voon | 1 | -1/+0 |
2003-04-07 | ste timeout one second greater than critical time | Karl DeBisschop | 1 | -0/+3 |
2003-04-07 | had been grandfathered ibto core, finally use normal getopts, add options for... | Karl DeBisschop | 1 | -173/+190 |