Xymon Mailing List Archive search

Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts

13 messages in this thread

list Nick Camaldi · Fri, 20 May 2011 11:13:20 -0400 ·
I hope someone can help me. 
 
I  set up a test server  and installed xymon 4.3.2 and i didn't feel confident with upgrading so i moved all my content and custom configruations into the new test xymon 4.3.2
 
i got everything looking good on the test server and moved it over to production.
 
i changed my httpd.conf devmon.cfg (BBHOST= /xymon/server/etc/host.cfg)and copied over the /data directory to the never version and started xymon and devmon.
 
i got everything working but having issues with specific devmon graphs.
 
cpu memory and tcp are graphing but no if_load or temp for any host using devmon is graphing. all other graphing is working. 
 
This is the last thing from holding me up from moving this into production.
 
Nick
list Buchan Milne · Tue, 24 May 2011 08:20:53 +0200 ·
quoted from Nick Camaldi
On Friday, 20 May 2011 17:13:20 Nick Camaldi wrote:
I hope someone can help me.

I  set up a test server  and installed xymon 4.3.2 and i didn't feel
confident with upgrading so i moved all my content and custom
configruations into the new test xymon 4.3.2

i got everything looking good on the test server and moved it over to
production.

i changed my httpd.conf devmon.cfg (BBHOST= /xymon/server/etc/host.cfg)and
copied over the /data directory to the never version and started xymon and
devmon.

i got everything working but having issues with specific devmon graphs.

cpu memory and tcp are graphing but no if_load or temp for any host using
devmon is graphing.
What do you mean by "graphing"? Do the existing RRDs show, or not? Are the RRD 
files being updated or not?

Regards,
Buchan
list Nick Camaldi · Wed, 25 May 2011 14:39:31 -0400 ·
The plot thickens 
 
i compiled this on production made all modifications
 
moved all my data over and everything works except for if_load and temp. devmon is pulling the data.
 
here are my rrddefinitons for the above.
 
[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

 
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working it
shows a red x
So the graph definition was not available in your new Xymon configuration.
and not updating i try and remove rrd files for a host and it doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct 
'if_load=devmon' and 'temp=devmon' values, although these are defaults?

Regards,
Buchan
list Nick Camaldi · Wed, 25 May 2011 14:53:37 -0400 ·
Here is what i'm getting in rrd-status.log
quoted from Nick Camaldi

 
From: user-93c600de5418@xymon.invalid
To: xymon at xymon.com
Date: Wed, 25 May 2011 14:39:31 -0400
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts


The plot thickens 
 
i compiled this on production made all modifications
 
moved all my data over and everything works except for if_load and temp. devmon is pulling the data.
 
here are my rrddefinitons for the above.
 
[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

 
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working it
shows a red x
So the graph definition was not available in your new Xymon configuration.
and not updating i try and remove rrd files for a host and it doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct 
'if_load=devmon' and 'temp=devmon' values, although these are defaults?

Regards,
Buchan
Attachments (1)
list Kevin Attsi King · Wed, 25 May 2011 15:29:29 -0400 ·
What I found on my system was if I did not add this to the GRAPHS=
section it would not generate the graphs on the test page.

Also make sure devmon::2 is in the Graphs section.

 
I have found the products are not completely stable. I had to pick and
chose what graphs I wanted. If I had to many Devmon based graphs it
would break one or two others. I only discovered this when adding my own
tests to devmon. If you run what ships to it and make the additions as
shown above it should run.

 
Also you may need to the CGI_SVC_OPTS setting in the cgioptions.cfg
file. Here is a sample of what I have added:

 
# svcstatus.cgi options for a normal (current) status display

CGI_SVC_OPTS="--env=$XYMONENV --no-svcid --history=top
--multigraphs=disk,if_load,itp_msu,if_dsc,temp"

 
-Kevin

 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of Nick Camaldi
Sent: Wednesday, May 25, 2011 2:40 PM
To: xymon at xymon.com
quoted from Nick Camaldi
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for
all devmon hosts

 
The plot thickens 
 
i compiled this on production made all modifications
 
moved all my data over and everything works except for if_load and temp.
devmon is pulling the data.
 
here are my rrddefinitons for the above.
 
[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

 
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue
for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working
it
shows a red x
So the graph definition was not available in your new Xymon
configuration.
and not updating i try and remove rrd files for a host and it
doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct 
'if_load=devmon' and 'temp=devmon' values, although these are
defaults?

Regards,
Buchan
list Nick Camaldi · Wed, 25 May 2011 15:53:57 -0400 ·
this is what i have in GRAPH section 
 
GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,tcp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache,bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobbitd,clock,lines,ops,stats,cifs,JVM,JMS,HitCache,Session,JDBCConn,ExecQueue,JTA,TblSpace,RollBack,MemReq,InvObj,snapmirr,snaplist,snapshot,devmon::1,devmon::2,if_load::1,temp,paging,mdc,mdchitpct,cics,dsa,getvis,maxuser,nparts,xymongen,xymonnet,xymonproxy,xymond"
# These two settings can be used to restrict what filesystems are being
# tracked (i.e. have their utilisation graphed) by Xymon.
# NORRDDISKS=""         # Filesystems that will NOT be tracked
# RRDDISKS=""           # Only track these filesystems
NCV_mailgraph="runtime:GAUGE,*:ABSOLUTE"         
NCV_mailq="mailqueuelength:GAUGE,mailqueuesize:GAUGE" 
quoted from Kevin Attsi King
 

Subject: RE: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts
Date: Wed, 25 May 2011 15:29:29 -0400
From: user-ca972c0c43a8@xymon.invalid
To: user-93c600de5418@xymon.invalid
CC: xymon at xymon.com


What I found on my system was if I did not add this to the GRAPHS= section it would not generate the graphs on the test page.
Also make sure devmon::2 is in the Graphs section.
 
I have found the products are not completely stable. I had to pick and chose what graphs I wanted. If I had to many Devmon based graphs it would break one or two others. I only discovered this when adding my own tests to devmon. If you run what ships to it and make the additions as shown above it should run.
 
Also you may need to the CGI_SVC_OPTS setting in the cgioptions.cfg file. Here is a sample of what I have added:
 
# svcstatus.cgi options for a normal (current) status display
CGI_SVC_OPTS="--env=$XYMONENV --no-svcid --history=top --multigraphs=disk,if_load,itp_msu,if_dsc,temp"
 
-Kevin
 

From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Nick Camaldi
Sent: Wednesday, May 25, 2011 2:40 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts
 
The plot thickens 
 
i compiled this on production made all modifications
 
moved all my data over and everything works except for if_load and temp. devmon is pulling the data.
 
here are my rrddefinitons for the above.
 
[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

 
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working it
shows a red x
So the graph definition was not available in your new Xymon configuration.
and not updating i try and remove rrd files for a host and it doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct 
'if_load=devmon' and 'temp=devmon' values, although these are defaults?

Regards,
Buchan
list Kevin Attsi King · Wed, 25 May 2011 16:17:49 -0400 ·
You have devmon in twice one with ::1 and then again with ::2. Try
taking one of those out.
quoted from Nick Camaldi

 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of Nick Camaldi

Sent: Wednesday, May 25, 2011 3:54 PM
Cc: xymon at xymon.com
quoted from Nick Camaldi
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for
all devmon hosts

 
this is what i have in GRAPH section 
 

GRAPHS="la,disk,inode,qtree,files,processes,memory,users,vmstat,iostat,t
cp.http,tcp,ncv,netstat,ifstat,mrtg::1,ports,temperature,ntpstat,apache,
bind,sendmail,mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy,hobb
itd,clock,lines,ops,stats,cifs,JVM,JMS,HitCache,Session,JDBCConn,ExecQue
ue,JTA,TblSpace,RollBack,MemReq,InvObj,snapmirr,snaplist,snapshot,devmon
::1,devmon::2,if_load::1,temp,paging,mdc,mdchitpct,cics,dsa,getvis,maxus
er,nparts,xymongen,xymonnet,xymonproxy,xymond"
quoted from Nick Camaldi
# These two settings can be used to restrict what filesystems are being
# tracked (i.e. have their utilisation graphed) by Xymon.
# NORRDDISKS=""         # Filesystems that will NOT be tracked
# RRDDISKS=""           # Only track these filesystems
NCV_mailgraph="runtime:GAUGE,*:ABSOLUTE"         
NCV_mailq="mailqueuelength:GAUGE,mailqueuesize:GAUGE" 
 

Subject: RE: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for
all devmon hosts
Date: Wed, 25 May 2011 15:29:29 -0400
From: user-ca972c0c43a8@xymon.invalid
To: user-93c600de5418@xymon.invalid
CC: xymon at xymon.com

What I found on my system was if I did not add this to the GRAPHS=
section it would not generate the graphs on the test page.

Also make sure devmon::2 is in the Graphs section.

 
I have found the products are not completely stable. I had to pick and
chose what graphs I wanted. If I had to many Devmon based graphs it
would break one or two others. I only discovered this when adding my own
tests to devmon. If you run what ships to it and make the additions as
shown above it should run.

 
Also you may need to the CGI_SVC_OPTS setting in the cgioptions.cfg
file. Here is a sample of what I have added:

 
# svcstatus.cgi options for a normal (current) status display

CGI_SVC_OPTS="--env=$XYMONENV --no-svcid --history=top
--multigraphs=disk,if_load,itp_msu,if_dsc,temp"

 
-Kevin

 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of Nick Camaldi
Sent: Wednesday, May 25, 2011 2:40 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for
all devmon hosts

 
The plot thickens 
 
i compiled this on production made all modifications
 
moved all my data over and everything works except for if_load and temp.
devmon is pulling the data.
 
here are my rrddefinitons for the above.
 
[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

 
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue
for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working
it
shows a red x
So the graph definition was not available in your new Xymon
configuration.
and not updating i try and remove rrd files for a host and it
doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct 
'if_load=devmon' and 'temp=devmon' values, although these are
defaults?

Regards,
Buchan
list Ralph Mitchell · Thu, 26 May 2011 00:22:19 -0400 ·
OK, this is a long shot, but...  None of the other graph definitions have
"-l 0" *after* the GPRINT lines...  Dunno why that would make a difference,
but you might want to either move it or just comment it out and bounce xymon
to see what happens.

Ralph Mitchell


On Wed, May 25, 2011 at 2:39 PM, Nick Camaldi
quoted from Kevin Attsi King
<user-93c600de5418@xymon.invalid>wrote:
 The plot thickens

i compiled this on production made all modifications

moved all my data over and everything works except for if_load and temp.
devmon is pulling the data.

here are my rrddefinitons for the above.

[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for
all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working it
shows a red x
So the graph definition was not available in your new Xymon
configuration.
and not updating i try and remove rrd files for a host and it doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct
'if_load=devmon' and 'temp=devmon' values, although these are defaults?

Regards,
Buchan
list Ralph Mitchell · Thu, 26 May 2011 00:45:19 -0400 ·
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??


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.

The graphs.cfg file is the place where you describe how to generate the
graphs when the cgi program is called to display them.
signature

Ralph Mitchell


On Wed, May 25, 2011 at 2:39 PM, Nick Camaldi

quoted from Ralph Mitchell
<user-93c600de5418@xymon.invalid>wrote:
 The plot thickens

i compiled this on production made all modifications

moved all my data over and everything works except for if_load and temp.
devmon is pulling the data.

here are my rrddefinitons for the above.

[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for
all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working it
shows a red x
So the graph definition was not available in your new Xymon
configuration.
and not updating i try and remove rrd files for a host and it doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct
'if_load=devmon' and 'temp=devmon' values, although these are defaults?

Regards,
Buchan
list Nick Camaldi · Fri, 27 May 2011 08:56:54 -0400 ·

 So i finally figured it out.
 
Since i moved over everything manually i missed one file.
 
I updated rrddefinitions.cfg and essentially it was working i just couldn't see it. 
 
I had not updated the graph.cfg file once i added the info for if_load and temp it worked 
((DOH))
 
Well at least this won't be bothering me throughout the long weekend.
 
Joe
quoted from Ralph Mitchell


Date: Thu, 26 May 2011 00:45:19 -0400
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts
From: user-00a5e44c48c0@xymon.invalid
To: user-93c600de5418@xymon.invalid
CC: xymon at xymon.com


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??  


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. 


The graphs.cfg file is the place where you describe how to generate the graphs when the cgi program is called to display them.


Ralph Mitchell


On Wed, May 25, 2011 at 2:39 PM, Nick Camaldi <user-93c600de5418@xymon.invalid> wrote:


The plot thickens 
 
i compiled this on production made all modifications
 
moved all my data over and everything works except for if_load and temp. devmon is pulling the data.
 
here are my rrddefinitons for the above.
 
[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0

 
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not working it
shows a red x
So the graph definition was not available in your new Xymon configuration.
and not updating i try and remove rrd files for a host and it doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the correct 
'if_load=devmon' and 'temp=devmon' values, although these are defaults?

Regards,
Buchan
list John A. · Fri, 27 May 2011 09:43:43 -0400 ·
I've also run into the GRAPHS= quirk where a graph won't appear
on it's status page until it's added to GRAPHS= (for a custom
graph I have).

Since GRAPHS= is commented as being for the trends page and not
for status pages, I would think this to be a bug.  But, I wasn't
able to find a bug report for it.  Should there be?

(I'm using Xymon 4.3.0-0.20101114.beta3 on CentOS 5.5.)

On Wed, 25 May 2011 15:29 -0400, "KING, KEVIN (ATTSI)"
quoted from Nick Camaldi
<user-ca972c0c43a8@xymon.invalid> wrote:

What I found on my system was if I did not add this to the
GRAPHS= section it would not generate the graphs on the test
page.

Also make sure devmon::2 is in the Graphs section.


I have found the products are not completely stable. I had to
pick and chose what graphs I wanted. If I had to many Devmon
based graphs it would break one or two others. I only discovered
this when adding my own tests to devmon. If you run what ships to
it and make the additions as shown above it should run.


Also you may need to the CGI_SVC_OPTS setting in the
cgioptions.cfg file. Here is a sample of what I have added:


# svcstatus.cgi options for a normal (current) status display

CGI_SVC_OPTS="--env=$XYMONENV --no-svcid --history=top
--multigraphs=disk,if_load,itp_msu,if_dsc,temp"


-Kevin


From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On
Behalf Of Nick Camaldi
Sent: Wednesday, May 25, 2011 2:40 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp
issue for all devmon hosts


The plot thickens

i compiled this on production made all modifications

moved all my data over and everything works except for if_load
and temp. devmon is pulling the data.

here are my rrddefinitons for the above.

[if_load]
        FNPATTERN if_load.(.*).rrd
        TITLE Network Traffic
        YAXIS Bits/second
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0
[temp]
        FNPATTERN temp.(.*).rrd
        TITLE Temperature
        YAXIS Degrees Celsius
        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
        -l 0
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp
issue for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not
working it
shows a red x
So the graph definition was not available in your new Xymon
configuration.
and not updating i try and remove rrd files for a host and it
doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the
correct
'if_load=devmon' and 'temp=devmon' values, although these are
defaults?

Regards,
Buchan
list Kevin Attsi King · Fri, 27 May 2011 11:41:14 -0400 ·
I agree we have a bug or a documentation and function misunderstanding
with the Devmon to Xymon integration. 

 
Nice way of saying my cheese in the polar region is becoming aromatic. J

 
-Kevin 

 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of John A.
Sent: Friday, May 27, 2011 9:44 AM
quoted from John A.
To: xymon at xymon.com
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp issue for
all devmon hosts

 
I've also run into the GRAPHS= quirk where a graph won't appear on it's
status page until it's added to GRAPHS= (for a custom graph I have). 

 
Since GRAPHS= is commented as being for the trends page and not for
status pages, I would think this to be a bug.  But, I wasn't able to
find a bug report for it.  Should there be?

 
(I'm using Xymon 4.3.0-0.20101114.beta3 on CentOS 5.5.)

 
On Wed, 25 May 2011 15:29 -0400, "KING, KEVIN (ATTSI)" <user-ca972c0c43a8@xymon.invalid>
wrote:

	What I found on my system was if I did not add this to the
GRAPHS= section it would not generate the graphs on the test page.

	Also make sure devmon::2 is in the Graphs section.

	 
	I have found the products are not completely stable. I had to
pick and chose what graphs I wanted. If I had to many Devmon based
graphs it would break one or two others. I only discovered this when
adding my own tests to devmon. If you run what ships to it and make the
additions as shown above it should run.

	 
	Also you may need to the CGI_SVC_OPTS setting in the
cgioptions.cfg file. Here is a sample of what I have added:

	 
	# svcstatus.cgi options for a normal (current) status display

	CGI_SVC_OPTS="--env=$XYMONENV --no-svcid --history=top
--multigraphs=disk,if_load,itp_msu,if_dsc,temp"

	 
	-Kevin

	 
	From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com]
On Behalf Of Nick Camaldi
	Sent: Wednesday, May 25, 2011 2:40 PM
	To: xymon at xymon.com
	Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp
issue for all devmon hosts

	 
	The plot thickens
	 
	i compiled this on production made all modifications
	 
	moved all my data over and everything works except for if_load
and temp. devmon is pulling the data.
	 
	here are my rrddefinitons for the above.
	 
	[if_load]
	        FNPATTERN if_load.(.*).rrd
	        TITLE Network Traffic
	        YAXIS Bits/second
	        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
	        CDEF:inbytes at RRDIDX@=in at RRDIDX@,8,*
	        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
	        CDEF:outbytes at RRDIDX@=out at RRDIDX@,8,*
	        LINE1:inbytes at RRDIDX@#@COLOR@:@RRDPARAM@ In
	        GPRINT:inbytes at RRDIDX@:LAST: %8.2lf %s (cur)
	        GPRINT:inbytes at RRDIDX@:MAX: %8.2lf %s (max)
	        GPRINT:inbytes at RRDIDX@:MIN: %8.2lf %s (min)
	        GPRINT:inbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
	        LINE1:outbytes at RRDIDX@#@COLOR@:@RRDPARAM@ Out
	        GPRINT:outbytes at RRDIDX@:LAST: %8.2lf %s (cur)
	        GPRINT:outbytes at RRDIDX@:MAX: %8.2lf %s (max)
	        GPRINT:outbytes at RRDIDX@:MIN: %8.2lf %s (avg)
	        GPRINT:outbytes at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
	        -l 0
	
	[temp]
	        FNPATTERN temp.(.*).rrd
	        TITLE Temperature
	        YAXIS Degrees Celsius
	        DEF:in at RRDIDX@=@RRDFN@:ds0:AVERAGE
	        DEF:out at RRDIDX@=@RRDFN@:ds1:AVERAGE
	        LINE1:in at RRDIDX@#@COLOR@:@RRDPARAM@ Temperature
	        GPRINT:in at RRDIDX@:LAST: %8.2lf %s (cur)
	        GPRINT:in at RRDIDX@:MAX: %8.2lf %s (max)
	        GPRINT:in at RRDIDX@:MIN: %8.2lf %s (min)
	        GPRINT:in at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
	        #LINE1:out at RRDIDX@#@COLOR@:@RRDPARAM@ Threshold
	        #GPRINT:out at RRDIDX@:LAST: %8.2lf %s (cur)
	        #GPRINT:out at RRDIDX@:MAX: %8.2lf %s (max)
	        #GPRINT:out at RRDIDX@:MIN: %8.2lf %s (avg)
	        #GPRINT:out at RRDIDX@:AVERAGE: %8.2lf %s (avg)\n
	        -l 0
	
	 
From: user-9b139aff4dec@xymon.invalid
To: user-93c600de5418@xymon.invalid
Subject: Re: [Xymon] Devmon on Xymon 4.3.2 - if_load and temp
issue for all devmon hosts
Date: Wed, 25 May 2011 16:02:45 +0200

On Wednesday, 25 May 2011 15:24:27 Nick Camaldi wrote:
RRD files for If_load and temp for all devmon hosts are not
working it
shows a red x
So the graph definition was not available in your new Xymon
configuration.
and not updating i try and remove rrd files for a host and
it doesn't
re-create.
No need to remove them ...

For this one, most likely your TEST2RRD does not contain the
correct
'if_load=devmon' and 'temp=devmon' values, although these are
defaults?

Regards,
Buchan
	 
list Jeremy Laidman · Sat, 28 May 2011 08:38:55 +1000 ·
On Thu, May 26, 2011 at 4:53 AM, Nick Camaldi
<user-93c600de5418@xymon.invalid> wrote:
Here is what i'm getting in rrd-status.log
Is the log only showing that error for the "temp" files, or for the
"if_load" files also?