Re: [PATCH 1/2] [MEDIUM] Collect & show information about last health check

From: Dmitry Sivachenko <mitya#cavia.pp.ru>
Date: Mon, 7 Sep 2009 13:02:01 +0400


On Sat, Sep 05, 2009 at 07:00:05PM +0200, Willy Tarreau wrote:
> However, I found that it was hard to understand the status codes in
> the HTML stats page. Some people are already complaining about columns
> they don't trivially understand, but here I think that status codes
> are close to cryptic. Also, while it is not *that* hard to tell
> which one means what when you can compare all of them, they must be
> unambiguous when found individually.
>

Please consider "title" attribute, which may be used for most HTML elements. Browser displays it as popup hint when you put mouse cursor over that element.

It consumes zero space on display, but can provide helpful information when needed.

Example:

<html>
<body>
<table border=1>
<tr> 
<td title="aaa title">aaa
<td>bbb
</table>
</body>
</html>

Put mouse cursor on "aaa" table cell and you will see "aaa title" hint. Received on 2009/09/07 11:02

This archive was generated by hypermail 2.2.0 : 2009/09/07 11:15 CEST