<p>Ralph is right that I'm trying to modify the cpu detail page so the graph is at the top of the page.  I'll try changing the source and recompile.  Thanks for the suggestions.</p>
<p>Mark</p>
<p>On Fri, 21 May 2010 06:56:18 -0400, Ralph Mitchell <ralphmitchell@gmail.com> wrote:</p>
<blockquote style="padding-left: 5px; border-left: 2px solid #1010ff; margin-left: 5px; width: 100%;"><!-- html ignored --><!-- head ignored --><!-- meta not allowed -->
<div class="gmail_quote">On Fri, May 21, 2010 at 2:29 AM, <a href="mailto:doctor@makelofine.org">doctor@makelofine.org</a> <span><<a href="mailto:doctor@makelofine.org">doctor@makelofine.org</a>></span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 0  0  0  .8ex; border-left: 1px  #ccc  solid; padding-left: 1ex;">
<div>
<div>
<div class="h5">On Thu, 20 May 2010 22:01:30 -0400, Ralph Mitchell<br /> <<a href="mailto:ralphmitchell@gmail.com">ralphmitchell@gmail.com</a>> wrote:<br /> > On Thu, May 20, 2010 at 12:02 PM, Mark Krawec <<a href="mailto:mark@krawec.net">mark@krawec.net</a>> wrote:<br /> ><br /> >> Is there a way to move a graph (like the cpu) graph to the top of the<br /> >> display?  Right now it's at the bottom of the page and I need to scroll<br /> >> through the list of processes to see the graph.  I've looked at the<br /> >> hobbitgraph.cfg file and can't find a obvious way to move a graph to<br /> the<br /> >> top<br /> >> of the page.<br /> >><br /> ><br /> > I don't think it can be done by fooling with config files, at least not<br /> in<br /> > xymon-4.3.0-beta2.  If you're up to altering the source, I think the<br /> > relevant bit is around line 312 in  xymon-4.3.0-beta2/lib/htmllog.c :<br /> ><br /> >         if (!htmlfmt) fprintf(output, "
<pre>\n");<br /><br />>         textwithcolorimg(restofmsg, output);<br /><br />>         if (!htmlfmt) fprintf(output, "\n</pre>
\n");<br /> ><br /> > Moving that down to around line 450 puts the content of the status<br /> message<br /> > under everything else.  I don't *think* that would break anything else,<br /> but<br /> > you should back up your xymon installation before doing the update...<br /> ><br /> > Ralph Mitchell<br /><br /></div>
</div>
As written in hobbitserver.cfg, section GRAPHS :<br /> "This defines which RRD files to include on the "trends" column webpage,<br /> and the order in which they appear"<br /><br /> So I think you should put "la" (Load Average) to the top of the values<br /> defined in variable GRAPHS, like this :<br /><br /> GRAPHS="la,disk,test,other_test,..."<br /></div>
</blockquote>
<div><br /></div>
<div>The OP said "need to scroll through the list of processes to see the graph", which suggests he's looking at the cpu detail page, not the trends page.</div>
<div><br /></div>
<div>Ralph Mitchell</div>
</div>
<br /></blockquote>
<p> </p>
<div>
<pre>-- <br />Mark Krawec                        mark@krawec.net<br />Never argue with an idiot. They drag you down to their level and beat you with experience.</pre>
</div>