How to display specific icon(custom icon) into my own XYMON main page.
list Jayanta Kundu
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
I think you need to modify whatever writes bb.html. Not certain, but from my knowledge that's your choice.
▸
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
▸
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
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 Torsten Richter
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
▸
[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
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
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
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
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/webdirectory and insert something similar as on the XYmon homepage there. HTH Torsten Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um20:10geschrieben: 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
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
▸
<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/webdirectory and insert something similar as on the XYmon homepage there. HTH Torsten Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um20:10geschrieben: 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
Good to hear!
▸
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)
:-)
▸
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
▸
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/webdirectory and insert something similar as on the XYmon homepage there. HTH Torsten Jayanta Kundu <user-d0758a3e63c3@xymon.invalid> hat am 24. Dezember 2010 um20:10geschrieben: 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