That's a good point Buchan.    I'll have to test it on something else.<br><br>I found the nonhtml option and converted this into an NCV graph which is working perfectly now.<br><br>Once I get the template squared away, I'll submit to the project.   I imagine it'd be a good template for other networked PDUs.<br>
<br>--Patrick<br><br><div class="gmail_quote">On Thu, Sep 2, 2010 at 5:04 AM, Buchan Milne <span dir="ltr"><<a href="mailto:bgmilne@staff.telkomsa.net">bgmilne@staff.telkomsa.net</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;">
<div class="im">On Wednesday, 1 September 2010 18:32:33 Patrick Nixon wrote:<br>
> Hey all,<br>
>  Just want a sanity check here to make sure I'm not losing my marbles.<br>
><br>
>  Does the TABLE option inside devmon's message syntax only produce graphs<br>
> for certain tests?<br>
><br>
>  I'm trying to use it to map the power usage for my PDUs, I have the data<br>
> being collected (mostly) properly and stored in the rrd files.<br>
><br>
>  However, when I look at the status column, I'm just getting the link to<br>
> the file and not the actual graph.<br>
><br>
>  I've reviewed Vernon's graph troubleshooting guide and everything is good.<br>
><br>
>  I guess if this doesn't work, I'll have to figure out how to write out the<br>
> individual branch elements in devmon.<br>
<br>
</div>I doubt it is the actual RRD collection that is the problem, otherwise you<br>
probably wouldn't see a link to a graph ... however you should show the output<br>
of something like:<br>
<br>
rrdtool info $BBRRD/hostname/power.rrd<br>
<div><div></div><div class="h5"><br>
> -- message file --<br>
> PDU status:<br>
><br>
> TABLE:rrd(DS:ds0:powerCircuitAmps:GAUGE; DS:ds1:powerCircuitAmps:GAUGE)<br>
> Circuit | Amps<br>
> {powerCircuitName1}|{powerAmps}<br>
> -- END --<br>
><br>
> -- status message from xymon --<br>
><br>
> <!--DEVMON RRD: power 0 0<br>
> DS:ds0:GAUGE:600:0:U DS:ds1:GAUGE:600:0:U<br>
> Total 39:39<br>
> Circuit1 23:23<br>
> Circuit2 16:16<br>
> --><br>
><br>
> ---<br>
><br>
> --hobbitgraphs entry --<br>
> [power]<br>
>       FNPATTERN power.(.+).rrd<br>
>       TITLE Power Load<br>
>       YAXIS Power in Amps<br>
>       DEF:p@RRDIDX@=@RRDFN@:lambda:AVERAGE<br>
>       LINE2:p@RRDIDX@#@COLOR@:@RRDPARAM@<br>
>       -u 40<br>
>       -l 0<br>
>       GPRINT:p@RRDIDX@:LAST: \: %5.1lf (cur)<br>
>       GPRINT:p@RRDIDX@:MAX: \: %5.1lf (max)<br>
>       GPRINT:p@RRDIDX@:MIN: \: %5.1lf (min)<br>
>       GPRINT:p@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n<br>
> --<br>
<br>
</div></div>According to your rrd option to the table statement in your message file, the<br>
DS name in the hobbitgraph definition should be ds0 or ds1, not "lambda".<br>
<br>
Will we see the devmon template?<br>
<br>
Regards,<br>
<font color="#888888">Buchan<br>
</font></blockquote></div><br>