[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Doc URL on client pages
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Doc URL on client pages
- From: "John Glowacki" <jg2727 (at) gmail.com>
- Date: Wed, 23 Apr 2008 23:53:36 -0400
- 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=IA7TmxS+eeZvyoqHspR3wOk5Y40rzju8RHIweRUeNpU=; b=naYxOlttJU3s5WCNlncfwfDysI+bIIX5ZmNUx6zZDj+u1+eo/wKfTpI0YWSdajuzyN7iz/8sDn6yK7Fe7XSFGf7Xl7ejQ9RmhZ7/Tlf75QpjpdDd2VQwjBqtAJOT4YrQGZ3t/8BLBXsH/TaIgzWHDT2VkqGAP9MgjAHJT/VFYUg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IWqYRPsp6nJI0A8Y6UmG5HrT/RTHlrrVQWr/5LplcNS53c512H/wTBptucobWXWnB6jeCBopS60P5g/4QRVDH34rkyvOX0x7sC92VLOnDcva5GqSTCgQsd1JXlE3Fvm18/s53O8LCdDOhN3KBn/3s49taLcnPwI2egIXMtDDZJQ=
- References: <2A232F71A691AB46AA61C1DA835FE619015854C2 (at) POSTIE.int.fp.co.nz>
On Wed, Apr 23, 2008 at 4:19 PM, Alun Watson <Alun.Watson (at) fp.co.nz> 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