summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-09-16milisecond timing and perfdata, fix NULL pointer error in validate_argumentsKarl DeBisschop1-21/+25
2003-09-15Option to verify check_nt version (799098 - Steve Hanselman)Ton Voon1-4/+9
2003-09-15make status code extensible (thanks to Chris Wilson <chris@netservers.co.uk>)Karl DeBisschop1-28/+26
2003-09-12new output format reported by Patrick Allen <p.allen@brandblue.co.uk>Karl DeBisschop1-1/+2
2003-09-11use prefdata function for size tooKarl DeBisschop1-18/+29
2003-09-11use prefdata functionKarl DeBisschop1-21/+39
2003-09-11last changes to configure broke check_swap on RHLinux. Restore /proc/meminfo ...Karl DeBisschop1-17/+26
2003-09-03allow warn/crit times to be floating pointKarl DeBisschop1-31/+26
2003-09-03include math.h if needed for HUGE_VALKarl DeBisschop1-0/+4
2003-09-02Solaris requires asprintf checks for null variablesTon Voon1-11/+11
2003-08-28add perf dataKarl DeBisschop1-8/+46
2003-08-28add perf dataKarl DeBisschop1-2/+3
2003-08-28use single quotes per guideline, also quote when SPC or = are foundKarl DeBisschop1-2/+2
2003-08-28add perf dataKarl DeBisschop1-8/+21
2003-08-28suppress quotes in perf data when not needed (some plugins need the space to ...Karl DeBisschop1-1/+4
2003-08-28add min() macro to complement max()Karl DeBisschop1-0/+1
2003-08-26print perfdataKarl DeBisschop1-20/+26
2003-08-26print perfdataKarl DeBisschop1-53/+54
2003-08-26function to make perfdata outputKarl DeBisschop2-0/+56
2003-08-23- found and fixed memory allocation error in rewritten redir() functionKarl DeBisschop1-58/+54
2003-08-23- hacked interim fix to segfault on redirect - for tesing onlyKarl DeBisschop1-10/+23
2003-08-23- fix various format errors with newly added perf dataKarl DeBisschop1-6/+6
2003-08-22- forgot to declare struct timeval tv for hires timingKarl DeBisschop1-0/+1
2003-08-22- add perf data for timeKarl DeBisschop1-9/+26
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop34-28/+158
2003-08-22* bugfix: snprintf of timestamp truncated '\0'Karl DeBisschop1-1/+1
2003-08-21* Check redirections for infinte loops and limit depth of recursionKarl DeBisschop1-97/+158
2003-08-20Optionally use udp instead of tcp (Bradley Baetz - 751646)Ton Voon1-3/+29
2003-08-19*BUGFIX: LWS is not required betwwen "Location:" header field name and field ...Karl DeBisschop1-21/+30
2003-08-19*add missing status numbers from RFC 2616 (HTTP1.1)Karl DeBisschop1-15/+17
2003-08-18move error scans to a new separate routine and scan both stderr and stdioKarl DeBisschop1-35/+34
2003-08-10config.h is redundant (common.h includes it)Karl DeBisschop1-1/+0
2003-08-10perf data in integer microsecondsKarl DeBisschop2-9/+13
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop34-1060/+1090
2003-08-09more pedantic compiler warningsKarl DeBisschop7-314/+390
2003-08-09Code clean-upJeremy T. Bouse1-2/+6
2003-08-09more pedantic compiler warnsKarl DeBisschop12-237/+301
2003-08-09more pedantic compiler warns, change to microsecond output for perf data, add...Karl DeBisschop1-82/+100
2003-08-09add function for elapsed tim ein microsecondsKarl DeBisschop2-0/+11
2003-08-09more pedantic compiler warningsKarl DeBisschop1-162/+174
2003-08-09more pedantic compiler warningsKarl DeBisschop5-102/+94
2003-08-08cleanups from pedantic complier warningsKarl DeBisschop3-36/+47
2003-08-08change if/elseif block to case, general streamlineKarl DeBisschop1-207/+162
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-22/+21
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop6-129/+113
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop7-223/+240
2003-08-08markup for translationKarl DeBisschop2-172/+186
2003-08-07markup for translationKarl DeBisschop1-104/+91
2003-08-07markup for translationKarl DeBisschop1-175/+191
2003-08-07reorder for consistency, restore prototypes for print_foo, nest #ifdef to avo...Karl DeBisschop1-62/+73