Age | Commit message (Expand) | Author | Files | Lines |
2003-10-31 | provide an error message | Karl DeBisschop | 1 | -1/+1 |
2003-10-31 | line indentation | Karl DeBisschop | 1 | -12/+12 |
2003-10-31 | add perfdata | Karl DeBisschop | 1 | -11/+18 |
2003-10-31 | add perf data | Karl DeBisschop | 1 | -25/+29 |
2003-10-24 | Ignore __attribute__ for non-GNU compilers | Ton Voon | 1 | -0/+5 |
2003-10-24 | Moved config.h to toplevel | Ton Voon | 1 | -1/+1 |
2003-09-30 | Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris. Removed | Ton Voon | 1 | -23/+33 |
2003-09-17 | - typo | Ton Voon | 1 | -1/+1 |
2003-09-17 | Support for check_swap in AIX (tested on 5.1) | Ton Voon | 1 | -6/+30 |
2003-09-16 | Support for AIX ps command and cleanup of configure's ps checks | Ton Voon | 2 | -34/+35 |
2003-09-16 | AIX problem with enum TRUE and FALSE (Ludse Verhoeven) | Ton Voon | 1 | -0/+3 |
2003-09-16 | milisecond timing and perfdata, fix NULL pointer error in validate_arguments | Karl DeBisschop | 1 | -21/+25 |
2003-09-15 | Option to verify check_nt version (799098 - Steve Hanselman) | Ton Voon | 1 | -4/+9 |
2003-09-15 | make status code extensible (thanks to Chris Wilson <chris@netservers.co.uk>) | Karl DeBisschop | 1 | -28/+26 |
2003-09-12 | new output format reported by Patrick Allen <p.allen@brandblue.co.uk> | Karl DeBisschop | 1 | -1/+2 |
2003-09-11 | use prefdata function for size too | Karl DeBisschop | 1 | -18/+29 |
2003-09-11 | use prefdata function | Karl DeBisschop | 1 | -21/+39 |
2003-09-11 | last changes to configure broke check_swap on RHLinux. Restore /proc/meminfo ... | Karl DeBisschop | 1 | -17/+26 |
2003-09-03 | allow warn/crit times to be floating point | Karl DeBisschop | 1 | -31/+26 |
2003-09-03 | include math.h if needed for HUGE_VAL | Karl DeBisschop | 1 | -0/+4 |
2003-09-02 | Solaris requires asprintf checks for null variables | Ton Voon | 1 | -11/+11 |
2003-08-28 | add perf data | Karl DeBisschop | 1 | -8/+46 |
2003-08-28 | add perf data | Karl DeBisschop | 1 | -2/+3 |
2003-08-28 | use single quotes per guideline, also quote when SPC or = are found | Karl DeBisschop | 1 | -2/+2 |
2003-08-28 | add perf data | Karl DeBisschop | 1 | -8/+21 |
2003-08-28 | suppress quotes in perf data when not needed (some plugins need the space to ... | Karl DeBisschop | 1 | -1/+4 |
2003-08-28 | add min() macro to complement max() | Karl DeBisschop | 1 | -0/+1 |
2003-08-26 | print perfdata | Karl DeBisschop | 1 | -20/+26 |
2003-08-26 | print perfdata | Karl DeBisschop | 1 | -53/+54 |
2003-08-26 | function to make perfdata output | Karl DeBisschop | 2 | -0/+56 |
2003-08-23 | - found and fixed memory allocation error in rewritten redir() function | Karl DeBisschop | 1 | -58/+54 |
2003-08-23 | - hacked interim fix to segfault on redirect - for tesing only | Karl DeBisschop | 1 | -10/+23 |
2003-08-23 | - fix various format errors with newly added perf data | Karl DeBisschop | 1 | -6/+6 |
2003-08-22 | - forgot to declare struct timeval tv for hires timing | Karl DeBisschop | 1 | -0/+1 |
2003-08-22 | - add perf data for time | Karl DeBisschop | 1 | -9/+26 |
2003-08-22 | - bindtextdomain for gettext, a few other smale cleanups here and there | Karl DeBisschop | 34 | -28/+158 |
2003-08-22 | * bugfix: snprintf of timestamp truncated '\0' | Karl DeBisschop | 1 | -1/+1 |
2003-08-21 | * Check redirections for infinte loops and limit depth of recursion | Karl DeBisschop | 1 | -97/+158 |
2003-08-20 | Optionally use udp instead of tcp (Bradley Baetz - 751646) | Ton Voon | 1 | -3/+29 |
2003-08-19 | *BUGFIX: LWS is not required betwwen "Location:" header field name and field ... | Karl DeBisschop | 1 | -21/+30 |
2003-08-19 | *add missing status numbers from RFC 2616 (HTTP1.1) | Karl DeBisschop | 1 | -15/+17 |
2003-08-18 | move error scans to a new separate routine and scan both stderr and stdio | Karl DeBisschop | 1 | -35/+34 |
2003-08-10 | config.h is redundant (common.h includes it) | Karl DeBisschop | 1 | -1/+0 |
2003-08-10 | perf data in integer microseconds | Karl DeBisschop | 2 | -9/+13 |
2003-08-10 | the last round of pedantic compiler warnings | Karl DeBisschop | 34 | -1060/+1090 |
2003-08-09 | more pedantic compiler warnings | Karl DeBisschop | 7 | -314/+390 |
2003-08-09 | Code clean-up | Jeremy T. Bouse | 1 | -2/+6 |
2003-08-09 | more pedantic compiler warns | Karl DeBisschop | 12 | -237/+301 |
2003-08-09 | more pedantic compiler warns, change to microsecond output for perf data, add... | Karl DeBisschop | 1 | -82/+100 |
2003-08-09 | add function for elapsed tim ein microseconds | Karl DeBisschop | 2 | -0/+11 |