<br><br><div class="gmail_quote">On Thu, Mar 24, 2011 at 1:55 PM, Jonathan B. Horen <span dir="ltr"><<a href="mailto:jbhoren@alaska.edu">jbhoren@alaska.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="im">On Thu, Mar 24, 2011 at 12:28 PM, Jonathan B. Horen <span dir="ltr"><<a href="mailto:jbhoren@alaska.edu" target="_blank">jbhoren@alaska.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


I configured, compiled, and installed xymon-4.3.0 according to the directions in docs/upgrade-to-430.txt (I've been running xymon-4.3.0beta2 for the past 15 months... with no problems).<br><br>Everything works fine... except that the backgrounds displayed on the pages generated for host-service tests appear to be displayed improperly. Rather than having a single vertical stripe of color on the left-hand side of the page, which changes to black over an approximately inch-wide gradient, the vertical stripe-and-gradient are displayed over and over, across the width of the page... like waves. It's horribly disconcerting, and I cannot believe that this is by-design.<br>



<br>Any ideas on what's-what?<br></blockquote></div><div><br><br>Looking at the page source from the main page and a host-service-test page, I see that the main page calls for the use of a style sheet:<br><pre><span><!-- Styles for the Xymon body  --></span><br>

<<span>link</span><span> rel</span>=<span>"stylesheet" </span><span>type</span>=<span>"text/css" </span><span>href</span><span>="</span><a>/xymon/gifs/xymonbody.css</a><span>"</span>><br>

</pre>while the host-service-test pages do not (setting the background statically):<br><pre><<span>BODY</span><span> BGCOLOR</span>=<span>"green" </span><span>BACKGROUND</span>=<span>"/xymon/gifs/bkg-green.gif" </span><span>TEXT</span>=<span>"#D8D8BF" </span><span>LINK</span>=<span>"#00FFAA" </span><span>VLINK</span>=<span>"#FFFF44"</span>><br>
</pre></div></div></blockquote><div><br>FIXED!<br><br>I edited $XYMONHOME/web/hostsvc_header as follows:<br><br><span style="color: rgb(51, 51, 255);"><!-- Styles for the Xymon body  --></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"><link rel="stylesheet" type="text/css" href="/xymon/gifs/xymonbody.css"></span><br><br><!-- The favicon image --><br><link rel="shortcut icon" href="&BBSKIN/favicon-&BBBACKGROUND.ico"><br>
</HEAD><br><br><span style="color: rgb(51, 51, 255);"><BODY class="&BBBACKGROUND"></span><br><br><span style="color: rgb(255, 0, 0);"><BODY BGCOLOR="&BBBACKGROUND" BACKGROUND="&BBSKIN/bkg-&BBBACKGROUND.gif" TEXT="#D8D8BF" LINK="#00FFAA" VLINK="#FFFF44"></span><br>
<br>(added what's in <span style="color: rgb(51, 51, 255);">blue</span>, and deleted what's in <span style="color: rgb(255, 0, 0);">red</span>)<br><br><br></div></div>