Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-03-31 | checkpoint | Karl DeBisschop | 1 | -31/+90 |
2003-03-27 | Extra Netware checks (Patch 710247 - Dietmar Ruzicka) | Ton Voon | 1 | -1/+85 |
2003-03-26 | Removal of ps_raw and ps_vars | Ton Voon | 1 | -5/+1 |
2003-03-26 | Uses same ps command as check_procs | Ton Voon | 1 | -9/+32 |
2003-03-24 | Minor changes to build for Solaris packages | Jeremy T. Bouse | 1 | -0/+3 |
2003-03-24 | Use max_state | Ton Voon | 1 | -29/+5 |
2003-03-24 | Reference to web site to get NSClient | Ton Voon | 1 | -1/+2 |
2003-03-23 | can once again exclude indiviual path/partitions | Karl DeBisschop | 1 | -6/+18 |
2003-03-23 | add -X to exclude FS type, now works with more than one path/dev specified | Karl DeBisschop | 1 | -8/+60 |
2003-03-22 | declaration must precede printf | Karl DeBisschop | 1 | -1/+1 |
2003-03-21 | checkpoint, allows selecting devices and paths now | Karl DeBisschop | 1 | -17/+42 |
2003-03-19 | allow to specify -1 and -2 for protocol version | Karl DeBisschop | 1 | -3/+11 |
2003-03-19 | make state_text a function | Karl DeBisschop | 2 | -9/+33 |
2003-03-19 | check_disk working with mountlist.c | Karl DeBisschop | 1 | -9/+22 |
2003-03-18 | common.h was doubly included | Karl DeBisschop | 2 | -1/+1 |
2003-03-18 | use enum instead of define, remove some cruft from old snprintf implementation | Karl DeBisschop | 1 | -64/+23 |
2003-03-18 | use GNU fileutils for check_disk | Karl DeBisschop | 1 | -143/+77 |
2003-03-16 | Applied patch #660973 for tcp refusals | Jeremy T. Bouse | 3 | -6/+41 |
2003-03-15 | Spent the day working on backwards compatability using getaddrinfo() | Jeremy T. Bouse | 9 | -130/+810 |
2003-03-13 | Strip leading spaces in perf data | Ton Voon | 3 | -10/+10 |
2003-03-13 | Perf data without leading spaces and fix ANSI C complaint about \n | Ton Voon | 1 | -3/+3 |
2003-03-13 | Fix compiler warnings re progname | Ton Voon | 1 | -1/+2 |
2003-03-13 | Updated cvs ignore files to reflect changes | Jeremy T. Bouse | 8 | -9/+3 |
2003-03-13 | negate must be POSIXly correct in handling options, else wrapped options get ... | Karl DeBisschop | 1 | -1/+1 |
2003-03-12 | doco standarization | Jeremy T. Bouse | 1 | -74/+68 |
2003-03-12 | Added autogen.sh script that rebuilds using autotools and runs configure | Jeremy T. Bouse | 2 | -0/+14 |
2003-03-12 | doco standarization | Karl DeBisschop | 1 | -68/+62 |
2003-03-12 | errors for statfs | Karl DeBisschop | 1 | -0/+19 |
2003-03-12 | comment/doco cleanup for embeeded doc work, control STMP command via options ... | Karl DeBisschop | 1 | -81/+98 |
2003-03-12 | Add some more extra plugins | Jeremy T. Bouse | 1 | -0/+1 |
2003-03-12 | Clean up of output from plugin | Jeremy T. Bouse | 1 | -17/+17 |