From: Taylor L. <tl...@tr...> - 2010-11-29 17:06:14
|
I just ran the SVN version, and everything I was testing with devmon now just remains purple. Looks like the SNMP tests aren't actually being run, I never see any SNMP oids in the devmon.log file now. I see this... [10-11-29@10:52:19] Fork 1 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 2 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 3 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 4 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 5 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 6 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 7 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 8 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 9 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. [10-11-29@10:52:19] Fork 10 timed out waiting for data from parent: Timeout at /usr/local/devmon-svn-20101129/modules/dm_snmp.pm line 516. And I see one of each of the messages below for all 10 PIDs regarding cycletime on the dm page for the xymon host... 1 12515 843s ago idle for more than cycletime yellow -----Original Message----- From: Buchan Milne [mailto:bg...@st...] Sent: Monday, November 29, 2010 3:55 AM To: dev...@li... Cc: Taylor Lewick Subject: Re: [Devmon] devmon 0.3.1-beta1 goes purple, error message On Friday, 26 November 2010 15:14:50 Taylor Lewick wrote: > We upgraded xymon to run 4.3.0-0.beta2 from hobbit 4.2.3 > In so doing, we also upgraded devmon to devmon 0.3.1-beta1. So far > everything with xymon works great, and devmon works as expected, except it > goes purple quite often. I can't reproduce this reliably myself. There have been some issues I could reproduce, which have been fixed in changes since 0.3.0-rc1 and 0.3.1-beta1, and between 0.3.1-beta1 and current svn. > This last time it happened, we received the following error message: > Can't use an undefined value as a HASH reference at > /usr/local/devmon/modules/dm_snmp.pm line 405, <$__ANONIO__> line 40712. > > Looked at dm_snmp.pm and we can't really make too much sense of whats going > on here. Is this helpful at all to tracking down the devmon goes purple > problem? There are some changes in svn to address some possible issues, and to add a bit more information to the 'dm' test for the devmon host (statistics for each polling process, ensuring the polling process are still communicating with the master etc., additional logging). If you are experiencing problems, it would be best if you could run the version from svn with --debug, and: -report if it works better (goes purple less often) -report on what occurs when it does go purple, there should be additional logging indicating what occurred just prior to it going purple It's probably best to do an svn checkout, see: http://sourceforge.net/projects/devmon/develop > FYI, in our older version of devemon 0.3.0-rc1, it never goes purple, so > was hoping to avoid rolling back to that version if possible. Well, you could have a look at the differences between 0.3.0-rc1 and 0.3.1- beta1, by using e.g.: svn diff -r 80:124 https://devmon.svn.sourceforge.net/svnroot/devmon/trunk/modules The only change that should have made any difference is this one: http://devmon.svn.sf.net/viewvc/devmon?view=revision&revision=82 which fixes a problem I could reproduce, and was included in the 0.3.0 (final) release. Regards, Buchan |