From: Buchan M. <bg...@st...> - 2008-12-31 08:06:18
|
On Monday 29 December 2008 19:04:55 Bart Gillis wrote: > Hi there, > > > > I created a template for the monitoring of 3Com SuperStack3 Ethernet > switches. (See attachment) > > SNMP monitoring and alerting works fine. J > > As I liked to have some trend analyses I tried to implement the RRD > possibility that is developed in V0.3.0 > > I first applied the hobbit-4.2.0-devmon-complete.patch that are included > in the devmon extras folder. > > After restarting the hobbit, I got an extra column hobbitd_rrd with > status red "Program crashed" Fatal signal caught! There was a bug in the Hobbit devmon collector that would cause a segfault if a repeater name contained a space. This has been fixed (to ignore lines in the rrd section of the report that contain more than two spaces) in svn. > In the ../server/tmp folder I get a core dump file. > > > > If I remove if_load=devmon from the line > TEST2RRD="cpu=la,disk,inode,qtree,memory,$PINGCOLUMN=tcp,http=tcp,dns=tc > p,dig=tcp,time=ntpstat,vmstat,iostat,netstat,temperature,apache,bind,sen > dmail,mailq,nmailq=mailq,socks,bea,iishealth,citrix,bbgen,bbtest,bbproxy > ,hobbitd,files,procs=processes,ports,clock,tmp=ncv,if_load=devmon" > > in the hobbitserver.cfg file, I don't have any program crash any more. > > > > I have the same error with a scratch install of the newest version of > Hobbit "Xymon 4.2.2-RC1-2008.12.01" The RC1 release contains the same version as the devmon 0.3.0 release (the one with the bug), but the final release of Xymon 4.2.2 should have the version that is currently in devmon svn. > What is causing this program crash. > > Is there a problem with my template??? There may be some problems with the format of the ifName values on your switches (they should normally not contain a space, but e.g. on the lastest Cisco IOS, ATM interfaces now have spaces in their names). Can you send the output of: $ bb localhost 'hobbitdlog devicename.if_load' (where devicename is the hostname of one of your 3com switches) run on your hobbit display server ? Regards, Buchan |