[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bbcombotest Links
- To: hobbit (at) hswn.dk
- Subject: bbcombotest Links
- From: "Hezki Englander" <me2unix (at) gmail.com>
- Date: Sun, 25 Nov 2007 16:33:31 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=dCzncXvnSQo8yhsAWgEKNF19tZMyKjGx45gZN3O/sJA=; b=BL7DtK4uCZ9jqqbwU8rfodR/B6yta/CalkEdMkh9Sk+IqjksUgOoHce9wFCXi954QyH+DXE1mtpH75Bp2OftZBGzvK+cGvbaUVdv/rfbRtgcZKAzBQ4a9H1bsPS9Eq/ZN3u967wHH9BPCuYoSe3xxY2GIX75ONB8/VJyUyCKkEc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ilDi1dk3r89heOhnRq+gyPuE0uENQLfP9UFDZSOpl1R/TfEIWtgMzdH/lHA0H4qfsTNnfGIdshlDlvrgrTnWV9nuEJ8owEvCvBr2AertsMJJgXbMEnNlj7+TNFE/6+NnxcKIQBkXFsDNAR8jqyhzPhpjD/KYW35EnX6ntZellG4=
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>
- *Subject*: bbcombotest Links
- *From*: "Aiello, Steve \(GE, Corporate, consultant\)" <steve.aiello(at)
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