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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
Here is what i'm getting in rrd-status.log
From: willowbrookmagic at hotmail.com 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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
_______________________________________________ Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
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"
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: KK1051 at att.com To: willowbrookmagic at hotmail.com 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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
You have devmon in twice one with ::1 and then again with ::2. Try taking one of those out.
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 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"
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: KK1051 at att.com To: willowbrookmagic at hotmail.com 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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
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)" <KK1051 at att.com> 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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
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 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)" <KK1051 at att.com> 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: bgmilne at staff.telkomsa.net
> To: willowbrookmagic at hotmail.com
> 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
_______________________________________________
Xymon mailing list
Xymon at xymon.com
http://lists.xymon.com/mailman/listinfo/xymon
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 <willowbrookmagic at hotmail.com>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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
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 <willowbrookmagic at hotmail.com>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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
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
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: ralphmitchell at gmail.com To: willowbrookmagic at hotmail.com 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 <willowbrookmagic at hotmail.com> 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: bgmilne at staff.telkomsa.net To: willowbrookmagic at hotmail.com 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
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
participants (5)
-
jlaidman@rebel-it.com.au
-
jraldrid00@midline.fastmail.us
-
KK1051@att.com
-
ralphmitchell@gmail.com
-
willowbrookmagic@hotmail.com