wiskbroom at hotmail.com wrote:
- I would like to hyperlink all of my hosts, perhaps with a few excludes, to something using the following?
~/server/bin/bbgen --docurl=http://systeminfo/ServersForm.aspx?name=%s
I'm not sure why you didn't add the --docurl option to the BBGENOPTS= configuration in etc/hobbitserver.cfg. Maybe that might help...
Thank you Alan, the entry, which I overlooked, works like a charm. How can I make that popup another window as opposed to a total redirection?
- My prior version of BB BTF has a legend at the bottom, is their any way to show the legend at the bottom of xymon? A few of my users are asking for this as they are clueless to what the icons all mean.
Xymon doesn't do that by default, but with a minor hack to the web/bb_footer file, you can emulate it. I have something like the following, that replaces the big <TABLE> chunk in bb_footer:
This makes sense, I will give a shot.
Thanks again,
.vp
<TABLE SUMMARY="Bottomline" WIDTH="100%"> <TR> <TD COLSPAN="7"> <HR WIDTH="100%"> </TD> </TR> <TR> <TD ALIGN="center" WIDTH="13%"> <FONT FACE="Arial, Helvetica" COLOR="silver"> <A HREF="&BBHELPSKIN/bb-help.html#green"> <IMG SRC="&BBSKIN/green.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALIGN="middle" ALT="green"></A>ok</FONT></TD> <TD ALIGN="center" WIDTH="13%"> <FONT FACE="Arial, Helvetica" COLOR="silver"> <A HREF="&BBHELPSKIN/bb-help.html#yellow"> <IMG SRC="&BBSKIN/yellow.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALIGN="middle" ALT="yellow"></A>attention</FONT></TD> <TD ALIGN="center" WIDTH="13%"> <FONT FACE="Arial, Helvetica" COLOR="silver"> <A HREF="&BBHELPSKIN/bb-help.html#red"> <IMG SRC="&BBSKIN/red.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALIGN="middle" ALT="red"></A>trouble</FONT></TD> <TD ALIGN="center" WIDTH="13%"> <FONT FACE="Arial, Helvetica" COLOR="silver"> <A HREF="&BBHELPSKIN/bb-help.html#purple" > <IMG SRC="&BBSKIN/purple.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALIGN="middle" ALT="purple"></A>no report</FONT></TD> <TD ALIGN="center" WIDTH="13%"> <FONT FACE="Arial, Helvetica" COLOR="silver"> <A HREF="&BBHELPSKIN/bb-help.html#clear"> <IMG SRC="&BBSKIN/clear.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALIGN="middle" ALT="clear"></A>unavailable</FONT></TD> <TD ALIGN="center" WIDTH="13%"> <FONT FACE="Arial, Helvetica" COLOR="silver"> <A HREF="&BBHELPSKIN/bb-help.html#blue"> <IMG SRC="&BBSKIN/blue.gif" WIDTH="16" HEIGHT="16" BORDER="0" ALIGN="middle" ALT="blue"></A>offline</FONT></TD> </TR> <TR> <TD COLSPAN="7"> <HR WIDTH="100%"> </TD> </TR> <TR> <TD COLSPAN="7" ALIGN=RIGHT><FONT FACE="Arial, Helvetica" SIZE="-2" COLOR="silver"><B><A HREF="http://hobbitmon.sourceforge.net/" style="text-decoration: none">Xymon &HOBBITDREL</A></B></FONT></TD> </TR> </TABLE>