Xymon Mailing List Archive search

Doc URL on client pages

list John Glowacki
Wed, 23 Apr 2008 23:53:36 -0400
Message-Id: <user-977fe9e3ad09@xymon.invalid>

On Wed, Apr 23, 2008 at 4:19 PM, Alun Watson <user-c0c80eb1ea73@xymon.invalid> wrote:
Hi there,
             Is it possible to get the title on the client tests pages
 to use the docurl option and hobbitcolumn.sh?
  So you can find out more information on the client and test with out
 finding it on the main pages?

 Some thing like this

 <CENTER><A HREF="/hobbit/admin/host.php?srv=clientname"><FONT
 FACE="Arial, Helvetica" SIZE="+1"
 COLOR="silver"><B>clientname.domain.name -</B></FONT></A><A
 HREF="/hobbit-cgi/hobbitcolumn.sh?conn"><FONT COLOR="#A0A0A0"
 SIZE="-1"><B>conn</B></FONT></A></CENTER>

 Intead of

 <CENTER><FONT FACE="Arial, Helvetica" SIZE="+1"
 COLOR="silver"><B>luke.fp.co.nz - conn</B></FONT></CENTER>


 Cheers

 Alun Watson.
Edit the hostsvc_header file. Insert your html. Replace clientname
with &BBHOST and conn with &BBSVC like this. Refresh the page. I think
that will do what you want.

<CENTER><A HREF="/hobbit/admin/host.php?srv=&BBHOST"><FONT
FACE="Arial, Helvetica" SIZE="+1"
COLOR="silver"><B>&BBHOST</B></FONT></A> - <A
HREF="/hobbit-cgi/hobbitcolumn.sh?&BBSVC"><FONT COLOR="#A0A0A0"
SIZE="-1"><B>&BBSVC</B></FONT></A></CENTER>

We are planning on pointing to a wiki page in our setup using this. I
think the proposed link was
http://wikiserver/cgi-bin/view/NOC/&BBSVC#&BBHOST. Generic or detailed
instructions would be there to guide our NOC in what steps to take.

John