On 1/26/11 4:30 PM, Willy Tarreau wrote:
On Wed, Jan 26, 2011 at 03:00:00PM -0800, Joel Krauska wrote:
Ok, so I've modified our HTTP responses to include the version.

OK.

I've noticed that it's only displayed as a tooltip (pop up box when you
mouse-over the TD).

<td class=ac title="Layer7 check passed: OK: version v201">
<u>  L7OK/200 in 3ms</u></td>

yes indeed.

I'd really like it to show up in the text portion of the page.
<td class=ac title="Layer7 check passed: OK: version v201">
<u>  L7OK/200 in 3ms : version v201</u></td>

We should not do that simply because that enlarges columns. It's
hard to have the whole table fit on 1600x1200 screens when numbers
are big, so we cannot enlarge colums with varying response sizes.

Configurable option?

Not until the stats are fully reworked to become more configurable
at least.

Regards,
Willy


Understood.

How about exporting that extra information in the csv?

--Joel



Reply via email to