Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-03-12 | Code clean-up | Jeremy T. Bouse | 4 | -12/+11 |
2003-03-12 | Code cleanup | Jeremy T. Bouse | 1 | -1/+2 |
2003-03-12 | Removed is_host checks to speed up code. Fixed timings so no spaces | Ton Voon | 1 | -15/+7 |
2003-03-12 | Timings in milliseconds and nicer output | Ton Voon | 1 | -5/+14 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 1 | -11/+1 |
2003-03-11 | Fixed reading too many argv parameters and changed to asprintf | Ton Voon | 1 | -2/+2 |
2003-03-11 | Remove getopt_long checks | Ton Voon | 32 | -258/+27 |
2003-03-11 | use statfs for check_disk (still needs fs scan) | Karl DeBisschop | 1 | -5/+56 |
2003-03-09 | Make sure sys/socket.h is explicitly included if HAVE_SYS_SOCKET_H is defined | Jeremy T. Bouse | 1 | -0/+4 |
2003-03-09 | Implement error-only option for check_disk (Ian Duggan) | Ton Voon | 1 | -2/+10 |
2003-03-08 | Fix AIX /proc filesystem (Ian Duggan) | Ton Voon | 1 | -1/+5 |
2003-03-08 | Modified code to call is_addr() rather than is_dotted_quad() with the | Jeremy T. Bouse | 1 | -1/+1 |
2003-03-08 | AF indepedent routines introduced. | Jeremy T. Bouse | 4 | -230/+116 |
2003-03-08 | Move snprintf into lib | Ton Voon | 2 | -988/+1 |
2003-03-07 | Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions | Jeremy T. Bouse | 4 | -5/+8 |
2003-03-07 | millisecond timing and perf data | Karl DeBisschop | 1 | -14/+19 |
2003-03-07 | whole timer loop was on the wrong side of connection close code | Karl DeBisschop | 1 | -34/+19 |
2003-03-07 | fix for -H invocation of hostname | Karl DeBisschop | 1 | -2/+2 |
2003-03-05 | check_http min size option (680467 - Dave Viner) | Ton Voon | 1 | -2/+17 |
2003-03-04 | Make output message for CPU Load a bit nicer | Ton Voon | 1 | -2/+2 |
2003-03-03 | accept comma-delimted list of hosts for checking if a multihomed host is alive | Karl DeBisschop | 1 | -21/+38 |
2003-03-02 | add logic to check multiple servers | Karl DeBisschop | 1 | -45/+60 |
2003-02-21 | Fixed coredump with unallocated string | Ton Voon | 1 | -2/+6 |
2003-02-21 | Strip leading spaces on dns return value (689563 - Simon L Nielsen) | Ton Voon | 1 | -1/+5 |
2003-02-19 | Move getloadavg to lib directory. Must run "aclocal -I lib" | Ton Voon | 2 | -1087/+1 |
2003-02-18 | spurious backslash escape | Karl DeBisschop | 1 | -2/+1 |
2003-02-18 | never exited getopt loop | Karl DeBisschop | 1 | -1/+4 |
2003-02-18 | failed if header was more than 1023 bytes | Karl DeBisschop | 1 | -11/+35 |
2003-02-18 | Fixed the output messages (Bug 688729 - Jayjay) | Ton Voon | 1 | -4/+6 |
2003-02-18 | Fixed compiler warning and increased the SSL random key for a Solaris PRNG pr... | Ton Voon | 1 | -2/+5 |
2003-02-18 | OID type prefix patch [Patches-679403] | Subhendu Ghosh | 1 | -0/+2 |
2003-02-18 | support for Large swap sizes | Subhendu Ghosh | 1 | -16/+17 |
2003-02-16 | Fixed dependencies for check_nt | Ton Voon | 1 | -1/+1 |
2003-02-16 | Coredump if no variable set (reported by Marc C. Poulin) | Ton Voon | 1 | -1/+4 |
2003-02-12 | Added extra plugins | Ton Voon | 1 | -0/+3 |
2003-02-12 | Remove unnecessary \ and fix coredump with no parameters specified | Ton Voon | 1 | -2/+4 |
2003-02-12 | Remove unnecessary \ - complaints from Tru64's cc compiler | Ton Voon | 1 | -1/+1 |
2003-02-11 | Patch by Dave Viner for seg fault on RH 7.3 (655903) | Ton Voon | 1 | -18/+19 |