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 for certain tests?<br><br> I'm trying to use it to map the power usage for my PDUs, I have the data 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 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 individual branch elements in devmon.<br>
<br>Thanks!<br>--patrick<br><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>
<pre id="line79"><span class="comment"><!--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>--></span><br><span class="comment"><br>---<br></span><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></pre><br>