Xymon Mailing List Archive search

URL in Webpage

4 messages in this thread

list Kevin Hanrahan · Thu, 24 Feb 2005 00:35:58 -0500 ·
Hi ,
 IS ther a way to add a url in one of the Hobbit webpages? In BB I used to
provide links to network diagrams by adding a hyperlink in the bb-hosts file
but when I try to add them in Hobbit, particularly in a subparent page, they
never show up!....but they will in a subpage!....any ideas?

Thanks 

KEvin
list Henrik Størner · Thu, 24 Feb 2005 07:51:28 +0100 ·
quoted from Kevin Hanrahan
On Thu, Feb 24, 2005 at 12:35:58AM -0500, Kevin Hanrahan wrote:
Hi ,
 IS ther a way to add a url in one of the Hobbit webpages? In BB I used to
provide links to network diagrams by adding a hyperlink in the bb-hosts file
but when I try to add them in Hobbit, particularly in a subparent page, they
never show up!....but they will in a subpage!....any ideas?
This is handled by bbgen, and should be completely compatible with BB.
Let me see an example of what you have in bb-hosts - anything after
the page-names is copied directly into the generated HTML, so this

   subparent uppperpage mypage <a href="http://foo/">My page</a>

should work.


Henrik
list Kevin Hanrahan · Thu, 24 Feb 2005 13:26:28 -0500 ·
Here is what I have:

This one appears on the webpage...

group-compress <H3><I>eMail-pager Gateway </I></H3>
10.164.135.100   mailserver1 # smtp
group-compress <A HREF="http://192.168.1.1/bb/www/Mail/Blackberry.jpg">;
<H3><I>BES eMail-pager Gateway</I></A></H3>


And this one does not appear on the web page...

subparent Tier1 EXEC EXEC
group-compress <H3><I>eMail-pager Gateway </I></H3>
10.164.135.100   mailserver1 # smtp
group-compress <A HREF="http://192.168.1.1/bb/www/Mail/Blackberry.jpg">;
<H3><I>BES eMail-pager Gateway</I></A></H3>

As you can see, they are identical except for the "subparent" tag


Any ideas?


KEvin
quoted from Henrik Størner


-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Thursday, February 24, 2005 1:51 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] URL in Webpage


On Thu, Feb 24, 2005 at 12:35:58AM -0500, Kevin Hanrahan wrote:
Hi ,
 IS ther a way to add a url in one of the Hobbit webpages? In BB I 
used to provide links to network diagrams by adding a hyperlink in the 
bb-hosts file but when I try to add them in Hobbit, particularly in a 
subparent page, they never show up!....but they will in a 
subpage!....any ideas?
This is handled by bbgen, and should be completely compatible with BB. Let
me see an example of what you have in bb-hosts - anything after the
page-names is copied directly into the generated HTML, so this

   subparent uppperpage mypage <a href="http://foo/">My page</a>

should work.


Henrik


Note:  The information contained in this email and in any attachments is
intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material.  Any review,
retransmission, dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other than the
intended recipient is prohibited.  The recipient should check this email and
any attachments for the presence of viruses.  Sender accepts no liability
for any damages caused by any virus transmitted by this email. If you have
received this email in error, please notify us immediately by replying to
the message and delete the email from your computer.  This e-mail is and any
response to it will be unencrypted and, therefore, potentially unsecure.
Thank you.  NOVA Information Systems, Inc.
list Henrik Størner · Thu, 24 Feb 2005 22:06:53 +0100 ·
On Thu, Feb 24, 2005 at 01:26:28PM -0500, user-fd47fec4b039@xymon.invalid wrote:
Here is what I have:
[snip config]
Any ideas?
Should work ... does work if I copy your config into my bb-hosts.

Have you looked at the HTML source to see if the links are there?
Sometimes browsers do funny things, or your tags end up with
non-compliant HTML and cancel each other out.


Henrik