<div class="gmail_quote">On Fri, May 21, 2010 at 2:29 AM, <a href="mailto:doctor@makelofine.org">doctor@makelofine.org</a> <span dir="ltr"><<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><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>
>         textwithcolorimg(restofmsg, output);<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></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>