Xymon Mailing List Archive search

How to display specific icon(custom icon) into my own XYMON main page.

11 messages in this thread

list Jayanta Kundu · Fri, 24 Dec 2010 20:27:30 +0530 ·
Hi All,

How can i display specific icon(custom icon) into my own XYMON main page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
list Josh Luthman · Fri, 24 Dec 2010 10:20:06 -0500 ·
I think you need to modify whatever writes bb.html.  Not certain, but from
my knowledge that's your choice.
quoted from Jayanta Kundu
On Dec 24, 2010 9:59 AM, "Jayanta Kundu" <user-d0758a3e63c3@xymon.invalid> wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
list Bill Arlofski · Fri, 24 Dec 2010 13:13:46 -0500 ·
quoted from Jayanta Kundu
On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in ~xymon/server/etc

:)

-- 
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com
list Jayanta Kundu · Sat, 25 Dec 2010 00:40:33 +0530 ·
Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can see the
icon named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.
quoted from Bill Arlofski


On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <user-0b8af203a56e@xymon.invalid>wrote:
On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in ~xymon/server/etc

:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com

list Torsten Richter · Sat, 25 Dec 2010 11:10:28 +0100 (CET) ·
Hi Jayanta,
 
I think you'll have to take a look at the file bb_footer in ~/server/web
directory and insert something similar as on the XYmon homepage there.
 
HTH
Torsten


Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um 20:10
geschrieben:
quoted from Jayanta Kundu

Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can see the icon
named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.


On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <user-0b8af203a56e@xymon.invalid
quoted from Jayanta Kundu
[mailto:user-0b8af203a56e@xymon.invalid] >wrote:
On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in ~xymon/server/etc

:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com

xymon-unsubscribe at xymon.com [mailto:xymon-unsubscribe at xymon.com]

list Vernon Everett · Mon, 27 Dec 2010 08:05:14 +0800 ·
I use this feature at all of my clients.
Try this.
HOBBITLOGO="<IMG SRC=$BBSKIN/mylogo.gif>"                  # HTML inserted
on all header pages at top-left corner.

Then put mylogo.gif in ~/server/www/gifs/

Easy as.

Regards
     Vernon
quoted from Torsten Richter


On Sat, Dec 25, 2010 at 6:10 PM, user-c862b499d9fa@xymon.invalid <user-c862b499d9fa@xymon.invalid>wrote:
 Hi Jayanta,


I think you'll have to take a look at the file bb_footer in ~/server/web
directory and insert something similar as on the XYmon homepage there.


HTH

Torsten

Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um 20:10
geschrieben:


 Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can see the
icon named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.


 On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <user-0b8af203a56e@xymon.invalid>wrote:

 On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
 Look for the HOBBITLOGO variable in hobbitserver.cfg in ~xymon/server/etc

:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com

list Josh Luthman · Sun, 26 Dec 2010 19:27:50 -0500 ·
Then you can put a href tags around the img tag, right?
quoted from Vernon Everett
On Dec 26, 2010 7:07 PM, "Vernon Everett" <user-b3f8dacb72c8@xymon.invalid> wrote:
I use this feature at all of my clients.
Try this.
HOBBITLOGO="<IMG SRC=$BBSKIN/mylogo.gif>" # HTML inserted
on all header pages at top-left corner.

Then put mylogo.gif in ~/server/www/gifs/

Easy as.

Regards
Vernon


On Sat, Dec 25, 2010 at 6:10 PM, user-c862b499d9fa@xymon.invalid <user-c862b499d9fa@xymon.invalid
quoted from Vernon Everett
wrote:
Hi Jayanta,


I think you'll have to take a look at the file bb_footer in ~/server/web
directory and insert something similar as on the XYmon homepage there.


HTH

Torsten

Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um 20:10
geschrieben:


Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can see the
icon named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.


On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <user-0b8af203a56e@xymon.invalid
wrote:

On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main
page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in ~xymon/server/etc

:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com

list Vernon Everett · Mon, 27 Dec 2010 09:00:39 +0800 ·
Hmm, yes, I missed that bit.
I guess you could. It's just another piece of HTML code.
Everything inside the quotes on HOBBITLOGO="" would probably be interpereted
as such.

Nothing like a quick test to find out though.
I just tried a few different ways, without success. :-(

I would hope there is a way, I just haven't found it yet.

Might try some more tests later, when I have more time.
Have some hardware to replace right now.

Cheers
     Vernon


On Mon, Dec 27, 2010 at 8:27 AM, Josh Luthman
quoted from Josh Luthman
<user-4c45a83f15cb@xymon.invalid>wrote:
Then you can put a href tags around the img tag, right?
On Dec 26, 2010 7:07 PM, "Vernon Everett" <user-b3f8dacb72c8@xymon.invalid>
wrote:
I use this feature at all of my clients.
Try this.
HOBBITLOGO="<IMG SRC=$BBSKIN/mylogo.gif>" # HTML inserted
on all header pages at top-left corner.

Then put mylogo.gif in ~/server/www/gifs/

Easy as.

Regards
Vernon


On Sat, Dec 25, 2010 at 6:10 PM, user-c862b499d9fa@xymon.invalid <user-c862b499d9fa@xymon.invalid
wrote:
Hi Jayanta,


I think you'll have to take a look at the file bb_footer in ~/server/web
directory and insert something similar as on the XYmon homepage there.


HTH

Torsten

Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um 20:10
geschrieben:


Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can see
the
icon named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.


On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <
user-0b8af203a56e@xymon.invalid>wrote:

On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main
page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in
~xymon/server/etc
:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com

list Josh Luthman · Sun, 26 Dec 2010 20:12:36 -0500 ·
Worked for me.  Looks like garbage because the image is does not fit, but
here's my example:

HOBBITLOGO="<a href=http://inxwireless.com><img src=
http://inxwireless.com/images/topper.jpg width=100 height=100></a>"

Need to watch out for the double quotes in the HTML tags.

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
quoted from Vernon Everett


On Sun, Dec 26, 2010 at 8:00 PM, Vernon Everett <user-b3f8dacb72c8@xymon.invalid>wrote:
Hmm, yes, I missed that bit.
I guess you could. It's just another piece of HTML code.
Everything inside the quotes on HOBBITLOGO="" would probably be
interpereted as such.

Nothing like a quick test to find out though.
I just tried a few different ways, without success. :-(

I would hope there is a way, I just haven't found it yet.

Might try some more tests later, when I have more time.
Have some hardware to replace right now.

Cheers
     Vernon


On Mon, Dec 27, 2010 at 8:27 AM, Josh Luthman <user-4c45a83f15cb@xymon.invalid
quoted from Vernon Everett
wrote:
Then you can put a href tags around the img tag, right?
On Dec 26, 2010 7:07 PM, "Vernon Everett" <user-b3f8dacb72c8@xymon.invalid>
wrote:
I use this feature at all of my clients.
Try this.
HOBBITLOGO="<IMG SRC=$BBSKIN/mylogo.gif>" # HTML inserted
on all header pages at top-left corner.

Then put mylogo.gif in ~/server/www/gifs/

Easy as.

Regards
Vernon


On Sat, Dec 25, 2010 at 6:10 PM, user-c862b499d9fa@xymon.invalid <user-c862b499d9fa@xymon.invalid
wrote:
Hi Jayanta,


I think you'll have to take a look at the file bb_footer in
~/server/web
directory and insert something similar as on the XYmon homepage there.


HTH

Torsten

Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um
20:10
geschrieben:


Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can see
the
icon named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.


On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <
user-0b8af203a56e@xymon.invalid>wrote:

On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main
page.
Also if i click that icon then particular side should be open say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in
~xymon/server/etc
:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com

list Vernon Everett · Mon, 27 Dec 2010 10:39:54 +0800 ·
Indeed. Perfect on my side.
Works so much better with the a and /a (which I left out)
:-)

Cheers
     Vernon

On Mon, Dec 27, 2010 at 9:12 AM, Josh Luthman
quoted from Josh Luthman
<user-4c45a83f15cb@xymon.invalid>wrote:
Worked for me.  Looks like garbage because the image is does not fit, but
here's my example:

HOBBITLOGO="<a href=http://inxwireless.com><img src=
http://inxwireless.com/images/topper.jpg width=100 height=100></a>"

Need to watch out for the double quotes in the HTML tags.

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Sun, Dec 26, 2010 at 8:00 PM, Vernon Everett <user-b3f8dacb72c8@xymon.invalid>wrote:
Hmm, yes, I missed that bit.
I guess you could. It's just another piece of HTML code.
Everything inside the quotes on HOBBITLOGO="" would probably be
interpereted as such.

Nothing like a quick test to find out though.
I just tried a few different ways, without success. :-(

I would hope there is a way, I just haven't found it yet.

Might try some more tests later, when I have more time.
Have some hardware to replace right now.

Cheers
     Vernon


On Mon, Dec 27, 2010 at 8:27 AM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Then you can put a href tags around the img tag, right?
On Dec 26, 2010 7:07 PM, "Vernon Everett" <user-b3f8dacb72c8@xymon.invalid>
wrote:
I use this feature at all of my clients.
Try this.
HOBBITLOGO="<IMG SRC=$BBSKIN/mylogo.gif>" # HTML inserted
on all header pages at top-left corner.

Then put mylogo.gif in ~/server/www/gifs/

Easy as.

Regards
Vernon


On Sat, Dec 25, 2010 at 6:10 PM, user-c862b499d9fa@xymon.invalid <
user-c862b499d9fa@xymon.invalid>wrote:
Hi Jayanta,


I think you'll have to take a look at the file bb_footer in
~/server/web
directory and insert something similar as on the XYmon homepage there.


HTH

Torsten

Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um
20:10
geschrieben:


Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can see
the
icon named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.


On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <
user-0b8af203a56e@xymon.invalid>wrote:

On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON main
page.
Also if i click that icon then particular side should be open
say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in
~xymon/server/etc
:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com

list Josh Luthman · Sun, 26 Dec 2010 21:43:47 -0500 ·
Good to hear!
quoted from Vernon Everett
On Dec 26, 2010 9:42 PM, "Vernon Everett" <user-b3f8dacb72c8@xymon.invalid> wrote:
Indeed. Perfect on my side.
Works so much better with the a and /a (which I left out)

:-)
quoted from Vernon Everett

Cheers
Vernon

On Mon, Dec 27, 2010 at 9:12 AM, Josh Luthman
<user-4c45a83f15cb@xymon.invalid>wrote:
Worked for me. Looks like garbage because the image is does not fit, but
here's my example:

HOBBITLOGO="<a href=http://inxwireless.com><img src=
http://inxwireless.com/images/topper.jpg width=100 height=100></a>"

Need to watch out for the double quotes in the HTML tags.

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Sun, Dec 26, 2010 at 8:00 PM, Vernon Everett <user-b3f8dacb72c8@xymon.invalid
quoted from Vernon Everett
wrote:
Hmm, yes, I missed that bit.
I guess you could. It's just another piece of HTML code.
Everything inside the quotes on HOBBITLOGO="" would probably be
interpereted as such.

Nothing like a quick test to find out though.
I just tried a few different ways, without success. :-(

I would hope there is a way, I just haven't found it yet.

Might try some more tests later, when I have more time.
Have some hardware to replace right now.

Cheers
Vernon


On Mon, Dec 27, 2010 at 8:27 AM, Josh Luthman <
user-4c45a83f15cb@xymon.invalid> wrote:
Then you can put a href tags around the img tag, right?
On Dec 26, 2010 7:07 PM, "Vernon Everett" <user-b3f8dacb72c8@xymon.invalid>
wrote:
I use this feature at all of my clients.
Try this.
HOBBITLOGO="<IMG SRC=$BBSKIN/mylogo.gif>" # HTML inserted
on all header pages at top-left corner.

Then put mylogo.gif in ~/server/www/gifs/

Easy as.

Regards
Vernon


On Sat, Dec 25, 2010 at 6:10 PM, user-c862b499d9fa@xymon.invalid <
user-c862b499d9fa@xymon.invalid>wrote:
Hi Jayanta,


I think you'll have to take a look at the file bb_footer in
~/server/web
directory and insert something similar as on the XYmon homepage
there.


HTH

Torsten

Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um
20:10
geschrieben:


Hi Bill Arlofski,

If i assign particular value into HOBBITLOGO variable then only that
particular value will display.
For example if i assign HOBBITLOGO variable as follows:
HOBBITLOGO="XymonMainPage"
then only "XymonMainPage" will display top of left hand side.

But i need to display specific icon.
Like if we open the URL(www.xymon.com) then left hand side we can
see
the
icon named "PayPal". I want this type of custom configuration.
Kindly help me out how can i achieve this.

With Regards,
Jayanta.


On Fri, Dec 24, 2010 at 11:43 PM, Bill Arlofski <
user-0b8af203a56e@xymon.invalid>wrote:

On 12/24/10 09:57, Jayanta Kundu wrote:
Hi All,

How can i display specific icon(custom icon) into my own XYMON
main
page.
Also if i click that icon then particular side should be open
say(For
example www.google.com).

Kindly let me know how can i do this.

With Regards,
Jayanta.
Look for the HOBBITLOGO variable in hobbitserver.cfg in
~xymon/server/etc
:)

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com