<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
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: bgmilne@staff.telkomsa.net<BR>> To: willowbrookmagic@hotmail.com<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>                                        </body>
</html>