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

KING, KEVIN (ATTSI) KK1051 at att.com
Fri May 27 17:41:14 CEST 2011


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
	 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20110527/44f61795/attachment.html>


More information about the Xymon mailing list