Hi,
Could not find anyone answering this request yet..
Here's a fix to add links to the bbcomtest reports page :
Just change line 455 of hobbitd/bbcombotest.c
From :
sprintf(msgline, "&%s %s\n", colorname(vwalk->color), vwalk->symbol);
To:
sprintf(msgline, "<a
href=\"/hobbit-cgi/bb-hostsvc.sh?HOST=%s&SERVICE=%s\">&%s</a>
%s\n", gethname(vwalk->symbol), gettname(vwalk->symbol) ,
colorname(vwalk->color), vwalk->symbol);
recompile and have links on the color dots of the tested items within
combotests.
--Hezki
//
* /To/: <hobbit (at) hswn.dk <http://hswn.dk>>
* /Subject/: bbcombotest Links
* /From/: "Aiello, Steve \(GE, Corporate, consultant\)"
<steve.aiello (at) ge.com <http://ge.com>>
* /Date/: Wed, 28 Feb 2007 10:43:21 -0500
* /Thread-index/: AcdbTzrE4X3/UsIMTSiBvQJbJOnunQ==
* /Thread-topic/: bbcombotest Links
------------------------------------------------------------------------
Hi all,
I thought I saw this question asked before, but did see it in the
mailling list. When using bbcombotests, is it possible to have the
combotest report with hyperlinks to the actual tests ? If I see one of
the statuses are red or yellow, my nature instict is to wonder why, and
be able to drill down for details.
thanks,
Steve