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

KING, KEVIN (ATTSI) KK1051 at att.com
Wed May 25 22:17:49 CEST 2011


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20110525/15ab2e0c/attachment.html>


More information about the Xymon mailing list