<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<BR> So i finally figured it out.<BR>
 <BR>
Since i moved over everything manually i missed one file.<BR>
 <BR>
I updated rrddefinitions.cfg and essentially it was working i just couldn't see it. <BR>
 <BR>
I had not updated the graph.cfg file once i added the info for if_load and temp it worked <BR>
((DOH))<BR>
 <BR>
Well at least this won't be bothering me throughout the long weekend.<BR>
 <BR>
Joe<BR>

<HR id=stopSpelling>
Date: Thu, 26 May 2011 00:45:19 -0400<BR>Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts<BR>From: ralphmitchell@gmail.com<BR>To: willowbrookmagic@hotmail.com<BR>CC: xymon@xymon.com<BR><BR>
<DIV class=ecxgmail_quote>Quick question - when you say "here are my rrddefinitons for the above", did you put those into server/etc/graphs.cfg, or server/etc/rrddefinitions.cfg??  </DIV>
<DIV class=ecxgmail_quote><BR></DIV>
<DIV class=ecxgmail_quote>The rrddefinitions.cfg file is read into a structure that gets handed to rrdtool to create the rrd file if it doesn't exist.  All that wants is things that would get passed to "rrdtool create" and it doesn't want a "-l 0" option. </DIV>
<DIV class=ecxgmail_quote><BR></DIV>
<DIV class=ecxgmail_quote>The graphs.cfg file is the place where you describe how to generate the graphs when the cgi program is called to display them.</DIV>
<DIV class=ecxgmail_quote><BR></DIV>
<DIV class=ecxgmail_quote>Ralph Mitchell</DIV>
<DIV class=ecxgmail_quote><BR></DIV>
<DIV class=ecxgmail_quote><BR></DIV>
<DIV class=ecxgmail_quote>On Wed, May 25, 2011 at 2:39 PM, Nick Camaldi <SPAN dir=ltr><<A href="mailto:willowbrookmagic@hotmail.com">willowbrookmagic@hotmail.com</A>></SPAN> wrote:<BR>
<BLOCKQUOTE style="BORDER-LEFT: #ccc 1px solid; PADDING-LEFT: 1ex" class=ecxgmail_quote>
<DIV>The plot thickens <BR> <BR>i compiled this on production made all modifications<BR> <BR>moved all my data over and everything works except for if_load and temp. devmon is pulling the data.<BR> <BR>here are my rrddefinitons for the above.<BR> <BR>[if_load]<BR>        FNPATTERN if_load.(.*).rrd<BR>        TITLE Network Traffic<BR>        YAXIS Bits/second<BR>        DEF:in@RRDIDX@=@RRDFN@:ds0:AVERAGE<BR>        CDEF:inbytes@RRDIDX@=in@RRDIDX@,8,*<BR>        DEF:out@RRDIDX@=@RRDFN@:ds1:AVERAGE<BR>        CDEF:outbytes@RRDIDX@=out@RRDIDX@,8,*<BR>        LINE1:inbytes@RRDIDX@#@COLOR@:@RRDPARAM@ In<BR>        GPRINT:inbytes@RRDIDX@:LAST: %8.2lf %s (cur)<BR>        GPRINT:inbytes@RRDIDX@:MAX: %8.2lf %s (max)<BR>        GPRINT:inbytes@RRDIDX@:MIN: %8.2lf %s (min)<BR>        GPRINT:inbytes@RRDIDX@:AVERAGE: %8.2lf %s (avg)\n<BR>        LINE1:outbytes@RRDIDX@#@COLOR@:@RRDPARAM@ Out<BR>        GPRINT:outbytes@RRDIDX@:LAST: %8.2lf %s (cur)<BR>        GPRINT:outbytes@RRDIDX@:MAX: %8.2lf %s (max)<BR>        GPRINT:outbytes@RRDIDX@:MIN: %8.2lf %s (avg)<BR>        GPRINT:outbytes@RRDIDX@:AVERAGE: %8.2lf %s (avg)\n<BR>        -l 0<BR><BR>[temp]<BR>        FNPATTERN temp.(.*).rrd<BR>        TITLE Temperature<BR>        YAXIS Degrees Celsius<BR>        DEF:in@RRDIDX@=@RRDFN@:ds0:AVERAGE<BR>        DEF:out@RRDIDX@=@RRDFN@:ds1:AVERAGE<BR>        LINE1:in@RRDIDX@#@COLOR@:@RRDPARAM@ Temperature<BR>        GPRINT:in@RRDIDX@:LAST: %8.2lf %s (cur)<BR>        GPRINT:in@RRDIDX@:MAX: %8.2lf %s (max)<BR>        GPRINT:in@RRDIDX@:MIN: %8.2lf %s (min)<BR>        GPRINT:in@RRDIDX@:AVERAGE: %8.2lf %s (avg)\n<BR>        #LINE1:out@RRDIDX@#@COLOR@:@RRDPARAM@ Threshold<BR>        #GPRINT:out@RRDIDX@:LAST: %8.2lf %s (cur)<BR>        #GPRINT:out@RRDIDX@:MAX: %8.2lf %s (max)<BR>        #GPRINT:out@RRDIDX@:MIN: %8.2lf %s (avg)<BR>        #GPRINT:out@RRDIDX@:AVERAGE: %8.2lf %s (avg)\n<BR>        -l 0<BR><BR> <BR>> From: <A href="mailto:bgmilne@staff.telkomsa.net">bgmilne@staff.telkomsa.net</A><BR>> To: <A href="mailto:willowbrookmagic@hotmail.com">willowbrookmagic@hotmail.com</A><BR>> Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts<BR>> Date: Wed, 25 May 2011 16:02:45 +0200<BR>> <BR>> On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:<BR>> > RRD files for If_load and temp for all devmon hosts are not working it<BR>> > shows a red x<BR>> <BR>> So the graph definition was not available in your new Xymon configuration.<BR>> <BR>> > and not updating i try and remove rrd files for a host and it doesn't<BR>> > re-create.<BR>> <BR>> No need to remove them ...<BR>> <BR>> For this one, most likely your TEST2RRD does not contain the correct <BR>> 'if_load=devmon' and 'temp=devmon' values, although these are defaults?<BR>> <BR>> Regards,<BR>> Buchan<BR></DIV><BR>_______________________________________________<BR>Xymon mailing list<BR><A href="mailto:Xymon@xymon.com">Xymon@xymon.com</A><BR><A href="http://lists.xymon.com/mailman/listinfo/xymon" target=_blank>http://lists.xymon.com/mailman/listinfo/xymon</A><BR><BR></BLOCKQUOTE></DIV><BR>                                      </body>
</html>