You can subscribe to this list here.
2006 |
Jan
|
Feb
(38) |
Mar
(131) |
Apr
(5) |
May
(23) |
Jun
(9) |
Jul
(9) |
Aug
(9) |
Sep
(24) |
Oct
(28) |
Nov
(33) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(45) |
Feb
(22) |
Mar
(52) |
Apr
(17) |
May
(4) |
Jun
(68) |
Jul
(12) |
Aug
(25) |
Sep
(63) |
Oct
(45) |
Nov
(25) |
Dec
(76) |
2008 |
Jan
(34) |
Feb
(53) |
Mar
(30) |
Apr
(42) |
May
(50) |
Jun
(45) |
Jul
(21) |
Aug
(36) |
Sep
(33) |
Oct
(28) |
Nov
(32) |
Dec
(16) |
2009 |
Jan
(35) |
Feb
(36) |
Mar
(32) |
Apr
(24) |
May
(26) |
Jun
(15) |
Jul
(17) |
Aug
(30) |
Sep
(14) |
Oct
(18) |
Nov
(26) |
Dec
(22) |
2010 |
Jan
(11) |
Feb
(33) |
Mar
(35) |
Apr
(16) |
May
(11) |
Jun
(4) |
Jul
(36) |
Aug
(3) |
Sep
(14) |
Oct
(5) |
Nov
(10) |
Dec
(12) |
2011 |
Jan
(7) |
Feb
(31) |
Mar
(13) |
Apr
(14) |
May
(18) |
Jun
(25) |
Jul
(6) |
Aug
(23) |
Sep
(20) |
Oct
(18) |
Nov
(4) |
Dec
(9) |
2012 |
Jan
(32) |
Feb
(4) |
Mar
(15) |
Apr
(3) |
May
(8) |
Jun
(9) |
Jul
(6) |
Aug
(6) |
Sep
|
Oct
(14) |
Nov
(22) |
Dec
(4) |
2013 |
Jan
(16) |
Feb
(11) |
Mar
(1) |
Apr
|
May
(1) |
Jun
(6) |
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(5) |
Nov
(5) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(3) |
Apr
(4) |
May
|
Jun
(1) |
Jul
(19) |
Aug
(4) |
Sep
(13) |
Oct
(3) |
Nov
(8) |
Dec
(4) |
2016 |
Jan
(18) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
(7) |
2017 |
Jan
(5) |
Feb
|
Mar
(3) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(4) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ken C. <kco...@ry...> - 2013-01-24 00:27:32
|
I've never tried setting up a template via mib files, not even sure that's possible. I always start with a simple template that just has uptime as the only test and build from there using a MIB tool and snmpwalking via the shell one test at a time. Ken Connell Intermediate Network Engineer Computer & Communication Services Ryerson University 350 Victoria St RM PODB50 Toronto, Ont M5B 2K3 416-979-5000 x6709 On 2013-01-23 11:20 AM, "Don Kuhlman" <Don...@sc...> wrote: > > Hi folks. I'm trying to create a new template for a QNAP NAS device on a > devmon server. > I've downloaded the MIBs from the vendor and copied the NAS-MIB.txt file > to the /usr/share/snmp/mibs directory of the devmon server. > I've created a template directory for QNAP-NAS and added the nas device to > our hosts.cfg in Xymon. > The webpage is showing some values for the nas device now. > I'm having a problem getting it to show any branch values for fans, disks, > etc but if I hard code the oid to a specific fan, it shows. > > Does anyone have a basic set of steps for adding a new mib type to the > snmp, updating that, and then getting devmon to recognize the info? > > I can also do snmpgets from the device using specific oids. > > Thanks > > Don K > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Jeremy L. <jla...@re...> - 2013-01-24 00:03:14
|
Have a look at other devices and see how they've done it. You might even be able to just copy a "fans" subdirectory from another device (eg "hp-server" or "compaq-server") and just replace the values in the "oids" file. J On 24 January 2013 03:04, Don Kuhlman <Don...@sc...> wrote: > > Hi folks. I'm trying to create a new template for a QNAP NAS device on a > devmon server. > I've downloaded the MIBs from the vendor and copied the NAS-MIB.txt file > to the /usr/share/snmp/mibs directory of the devmon server. > I've created a template directory for QNAP-NAS and added the nas device to > our hosts.cfg in Xymon. > The webpage is showing some values for the nas device now. > I'm having a problem getting it to show any branch values for fans, disks, > etc but if I hard code the oid to a specific fan, it shows. > > Does anyone have a basic set of steps for adding a new mib type to the > snmp, updating that, and then getting devmon to recognize the info? > > I can also do snmpgets from the device using specific oids. > > Thanks > > Don K > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Don K. <Don...@sc...> - 2013-01-23 16:20:03
|
Hi folks. I'm trying to create a new template for a QNAP NAS device on a devmon server. I've downloaded the MIBs from the vendor and copied the NAS-MIB.txt file to the /usr/share/snmp/mibs directory of the devmon server. I've created a template directory for QNAP-NAS and added the nas device to our hosts.cfg in Xymon. The webpage is showing some values for the nas device now. I'm having a problem getting it to show any branch values for fans, disks, etc but if I hard code the oid to a specific fan, it shows. Does anyone have a basic set of steps for adding a new mib type to the snmp, updating that, and then getting devmon to recognize the info? I can also do snmpgets from the device using specific oids. Thanks Don K |
From: Ken C. <kco...@ry...> - 2013-01-22 15:19:54
|
Is there any way to send nicely formatted emails from tests that are built via "TABLES". Example email of temperature alert/email on an Avaya stack: <table border=1 cellpadding=5> <tr><td>Unit Temperature</td></tr> <tr><td>&red 50.50</td></tr> <tr><td>&yellow 48.00</td></tr> <tr><td>&yellow 49.00</td></tr> <tr><td>&yellow 47.00</td></tr> <tr><td>&yellow 48.00</td></tr> <tr><td>&green 45.00</td></tr> <tr><td>&green 45.00</td></tr> </table> Ken Connell Intermediate Network Engineer Computer & Communication Services Ryerson University 350 Victoria St RM PODB50 Toronto, Ont M5B 2K3 416-979-5000 x6709 |
From: Mario V. <mar...@gm...> - 2012-12-11 18:03:35
|
I found that not all the SNMP packets were being received/processed on the network card used to check this particular device. I'm not quite sure why it was working with the 3750 previously though, but changing the nic on the monitoring/Devmon server sorted the issue. Regards, Mario On 10 December 2012 16:31, Mario Valetti <mar...@gm...> wrote: > Hi, > > For a while now we've been monitoring a CISCO 3750 device with the basic > template(s) provided with Devmon 0.3.1-beta1. We recently changed the > device to a CISCO 4948, using the same hostname as the original device. > > The tests for 'fans', 'if_col', 'if_dsc', 'if_err', 'if_load', 'if_stat' > are all returning the message "Missing repeater data for primary oid". > > > Running an snmpwalk against the device returns data ok, in addition we > have other CISCO 4948's monitored which provide the info for these tests ok. > > > We've changed the hostname within XYMON, also removed and re-entered the > device from XYMON. > > Monitoring the requests from the Devmon server doesn't really show much > difference when comparing to the data to the other 4948's. > > We've also tried specifiying the DEVMON:model(cisco;4500) within the > hosts.cfg file of XYMON, all with the same result. > > > Any ideas on what we should be looking at next? > > > Thanks, > Mario > > > > > |
From: Mario V. <mar...@gm...> - 2012-12-10 16:31:26
|
Hi, For a while now we've been monitoring a CISCO 3750 device with the basic template(s) provided with Devmon 0.3.1-beta1. We recently changed the device to a CISCO 4948, using the same hostname as the original device. The tests for 'fans', 'if_col', 'if_dsc', 'if_err', 'if_load', 'if_stat' are all returning the message "Missing repeater data for primary oid". Running an snmpwalk against the device returns data ok, in addition we have other CISCO 4948's monitored which provide the info for these tests ok. We've changed the hostname within XYMON, also removed and re-entered the device from XYMON. Monitoring the requests from the Devmon server doesn't really show much difference when comparing to the data to the other 4948's. We've also tried specifiying the DEVMON:model(cisco;4500) within the hosts.cfg file of XYMON, all with the same result. Any ideas on what we should be looking at next? Thanks, Mario |
From: <bri...@cp...> - 2012-12-05 15:19:50
|
----- The following is an automated response ----- to your message generated on behalf of bri...@cr... I will be out of the office from Monday 3rd December returning Monday 10th December. Please send any urgent requests to it...@cp... |
From: Audry, O. <Oli...@co...> - 2012-12-05 15:19:29
|
hello I'm very happy to use the CHAIN key word for cisco qos template. I'm trying to improve the template to show the interface name and the traffic way (in/out). I add the following : oids cbQosCMName : .1.3.6.1.4.1.9.9.166.1.7.1.1.1 : branch cbQosConfigIndex : .1.3.6.1.4.1.9.9.166.1.5.1.1.2 : branch cbQosCMPostPolicyByte64 : .1.3.6.1.4.1.9.9.166.1.15.1.1.10 : branch cbQosCMDropByte64 : .1.3.6.1.4.1.9.9.166.1.15.1.1.17 : branch cbQosIfIndex : .1.3.6.1.4.1.9.9.166.1.1.1.1.4 : branch cbQosPolicyDirection : .1.3.6.1.4.1.9.9.166.1.1.1.1.3 : branch ifDescr : .1.3.6.1.2.1.2.2.1.2 : branch transforms cbQosConfigName : CHAIN : {cbQosConfigIndex} {cbQosCMName} cbQosCMDropByte64Delta : DELTA : {cbQosCMDropByte64} cbQosIfName : CHAIN : {cbQosIfIndex} {ifDescr} cbQosCMPostPolicyOps : DELTA : {cbQosCMPostPolicyByte64} cbQosCMPostPolicyBps : MATH : {cbQosCMPostPolicyOps} x 8 cbQosCMPostPolicySpeed : SPEED : {cbQosCMPostPolicyBps} message Policy drop alert : red={cbQosCMDropByte64Delta.thresh:red} TABLE:rrd(DS:ds0:cbQosCMPostPolicyByte64:COUNTER; DS:ds1:cbQosCMDropByte64:COUNTER) Qos Name|Qos Index|Interface|Traffic (bytes)|Dropped traffic (Bytes) | Delta {cbQosConfigName}| - |{cbQosIfName}|{cbQosCMPostPolicySpeed}|{cbQosCMDropByte64}|{cbQosCMDropByte64Delta.color}{cbQosCMDropByte64Delta} When I drop {cbQosIfName} from message the array is full of information. But with {cbQosIfName} I got no information. I know that cbQosIfName : CHAIN : {cbQosIfIndex} {ifDescr} do the right request because à tcpdump devmon and I see the right oid get. Any idee. Can y do CHAIN multiple times in the same template ? oau [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt |
From: Jeremy L. <jla...@re...> - 2012-11-27 02:57:10
|
Might not be the same thing, but I've seen these symptoms where the SNMP client was not built with 64-bit support. This might explain why Devmon behaviour is different to snmpwalk behaviour. In my case, the SNMP request ID was sometimes greater than 2^32, and was being silently dropped by the SNMP client (MRTG) but not by snmpwalk. Try adding a "-v" to your tcpdump and see if all the failed packets have negative "R=" values. J On 22 November 2012 09:11, Mark Jones <mj...@mn...> wrote: > Just did a tcpdump and started getting this > 17:04:24.223277 IP watchtower.49310 > 192.168.7.25.snmp: GetBulk(31) N=0 > M=254 31.1.1.1.1 > 17:04:26.078191 IP 192.168.7.25.snmp > watchtowert.49310: GetResponse(14) > tooBig[errorIndex==0] > > Notice the toobig error? > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Mark Jones [mailto:mj...@mn...] > Sent: November-21-12 2:10 PM > To: dev...@li... > Subject: Re: [Devmon] RE : curious behaviour > > We need 1 minute resolution and has worked fine on many devices for years > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Audry, Olivier [mailto:Oli...@co...] > Sent: November-21-12 1:51 PM > To: dev...@li... > Subject: Re: [Devmon] RE : curious behaviour > > once 1min ? why ? the default is 5min and it's good no ? > > Le mercredi 21 novembre 2012 à 13:47 -0500, Mark Jones a écrit : > > No once a minute but I know there is at least 15 seconds of downtime > > between each minutes poll > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Ryan Rush [mailto:rya...@gm...] > > Sent: November-21-12 1:46 PM > > To: dev...@li... > > Subject: Re: [Devmon] RE : curious behaviour > > > > You are polling the same devices every 15 seconds? > > > > On Wed, Nov 21, 2012 at 10:38 AM, Mark Jones <mj...@mn...> wrote: > > > > > Ok but there is at least 15 second between runs of devmon. > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Ryan Rush [mailto:rya...@gm...] > > > Sent: November-21-12 1:30 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] RE : curious behaviour > > > > > > I used to run into this when I was changing templates and running > > > snmpwalk over and over again; what I didn't realize was that devmon > > > was still running, and when a device had recently (within a few > > > seconds) been polled, it would give me similar symptoms. > > > > > > Hope this helps! > > > > > > On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > > > > > > > Below is the errors I get in the log > > > > > > > > > > > > > > > > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests > > > > temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > > 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response > > > > with error code) [12-11-21@12:39:20] Performing test logic > > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > > extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > > extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat > > > > msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > > extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on > extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > > extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on > extr-east.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > > extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > > extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat > > > > msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > > extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on > extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > > extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on > extr-west.wnd. > > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > > [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] > > > > Sending messages to display server [12-11-21@12:39:39] Done > > > > sending messages [12-11-21@12:39:39] Sleeping for 22 seconds. > > > > ^C > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > > > > > -----Original Message----- > > > > From: Audry, Olivier [mailto:Oli...@co...] > > > > Sent: November-21-12 12:17 PM > > > > To: dev...@li... > > > > Subject: [Devmon] RE : curious behaviour > > > > > > > > hello > > > > > > > > do you have timeout in your logs ? > > > > > > > > oau > > > > ________________________________________ > > > > De : Mark Jones [mjones@] > > > > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > > > > dev...@li... > > > > Objet : Re: [Devmon] curious behaviour > > > > > > > > I played with those settings and did not fix the problem. > > > > Question. Monitoring the logs with additional debugging turned on. > > > > > > > > If I restart the daemon it runs the first pass with no errors. > > > > Then on the second pass it has errors on some of the oids. > > > > > > > > Why would it run fine on the first pass then not after that? > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > > > > > -----Original Message----- > > > > From: Olivier AUDRY [mailto:ol...@au...] > > > > Sent: November-21-12 2:51 AM > > > > To: dev...@li... > > > > Subject: Re: [Devmon] curious behaviour > > > > > > > > # NUMFORKS: The maximum amount of time in seconds that a child > > > > process # should spend polling a single host. The can help > > > > recover forks # in case one hangs on a remote host. This value > > > > should be greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: > > > > 30] > > > > > > > > > > > > MAXPOLLTIME=110 > > > > > > > > ### SNMP specific options > > > > ### > > > > > > > > # SNMPTIMEOUT: Number of seconds before an snmp query will time > > > > out # Setting this lower might increase the speed of your SNMP > > > > queries, but # on high latentcy connections that might result in > > > > missed poll cycles # > > > > [DEFAULT: 2] (must be greater than 0) > > > > SNMPTIMEOUT=2 > > > > > > > > > > > > ----- Mail original ----- > > > > De: "Mark Jones" <mjones@> > > > > À: dev...@li... > > > > Envoyé: Mardi 20 Novembre 2012 22:46:38 > > > > Objet: Re: [Devmon] curious behaviour > > > > > > > > Which timeout? > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > > > > > -----Original Message----- > > > > From: Audry, Olivier [mailto:Oli...@co...] > > > > Sent: November-20-12 4:38 PM > > > > To: dev...@li... > > > > Subject: Re: [Devmon] curious behaviour > > > > > > > > Did you tweak the timeout in devmon.conf ? > > > > > > > > Mark Jones <mjones@> a écrit : > > > > > > > > > > > > To walk all the oids in the file it takes about 15 seconds. > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > > > > > -----Original Message----- > > > > From: Olivier AUDRY [mailto:ol...@au...] > > > > Sent: November-20-12 12:32 PM > > > > To: dev...@li... > > > > Subject: Re: [Devmon] curious behaviour > > > > > > > > walk on all oid you need ? > > > > > > > > > > > > ----- Mail original ----- > > > > De: "Mark Jones" <mjones@> > > > > À: dev...@li... > > > > Envoyé: Mardi 20 Novembre 2012 15:50:29 > > > > Objet: Re: [Devmon] curious behaviour > > > > > > > > If I do the walk manually it takes a few seconds but the device > > > > does have about 175 interfaces. > > > > > > > > > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > -----Original Message----- > > > > From: Audry, Olivier [mailto:Oli...@co...] > > > > Sent: November-19-12 2:09 PM > > > > To: dev...@li... > > > > Subject: Re: [Devmon] curious behaviour > > > > > > > > how long takes the snmpwalk of the oids you want ? I got the same > > > > issue with devices with hundred if > > > > > > > > oau > > > > > > > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > > > > We have a server here that has been running devmon for a couple > years. > > > > > We recently added a few extreme network switches to the mix of > > > > > devices being polled. If I restart the devmon process then I > > > > > get > > > > > 1 successful > > > > poles of > > > > > the switches and info send to xymon. Then it does not update > anymore > > > > for > > > > > about 3 polls then goes to the error below. But not for all > > > > > tests in the template. > > > > > > > > > > > > > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > > > > > > > > > > > > > By increasing the number of max failed queries in the snmp > > > > > module I was able to allow some parts of the template to work. > > > > > > > > > > > > > > > > > > > > The part I don't understand is if I run the queries manually > > > > > they don't fail and obviously they don't fail the first time > > > > > devmon runs only > > > > thereafter. > > > > > > > > > > > > > > > > > > > > If someone can give me some clue as to where to look it would be > > > > > very appreciated. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > > > > Operations > > > > > Managed Network Systems > > > > > London Desk 519-679-5207 > > > > > Windsor Desk 519-258-2333 x8417 > > > > > Cell 519-521-8222 > > > > > > > > > > > > > > > > > > > > ---------------------------------------------------------------- > > > > > -- > > > > > -- > > > > > -- > > > > > -------- Monitor your physical, virtual and cloud infrastructure > > > > > from a single web console. Get in-depth insight into apps, > > > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > > > Download 30-day Free Trial. > > > > > Pricing starts from $795 for 25 servers or applications! > > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > > _______________________________________________ > > > > > Devmon-support mailing list > > > > > Dev...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > [Colt Disclaimer] > > > > This email is from an entity of the Colt group of companies. > > > > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, > > > > L-1246 Luxembourg, R.C.S. B115679. > > > > Corporate and contact information for our entities can be found at > > > > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > > > > Internet communications are not secure and Colt does not accept > > > > responsibility for the accurate transmission of this message. > > > > Content of this email or its attachments is not legally or > > > > contractually binding unless expressly previously agreed in > > > > writing by Colt > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ----- > > > > No virus found in this message. > > > > Checked by AVG - www.avg.com > > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > > 11/16/12 > > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ----- > > > > No virus found in this message. > > > > Checked by AVG - www.avg.com > > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > > 11/16/12 > > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ----- > > > > No virus found in this message. > > > > Checked by AVG - www.avg.com > > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > > 11/16/12 > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ----- > > > > No virus found in this message. > > > > Checked by AVG - www.avg.com > > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > > 11/16/12 > > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > ------ > > > > -- > > > > Monitor your physical, virtual and cloud infrastructure from a > > > > single web console. Get in-depth insight into apps, servers, > > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > > Free > > Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > > > ----- > > > > No virus found in this message. > > > > Checked by AVG - www.avg.com > > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > > 11/16/12 > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > -------- Monitor your physical, virtual and cloud infrastructure > > > > from a single web console. Get in-depth insight into apps, > > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > > Download 30-day Free Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > -------- Monitor your physical, virtual and cloud infrastructure > > > from a single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > ---------------------------------------------------------------------- > > -------- Monitor your physical, virtual and cloud infrastructure from > > a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Mark J. <mj...@mn...> - 2012-11-21 22:11:25
|
Just did a tcpdump and started getting this 17:04:24.223277 IP watchtower.49310 > 192.168.7.25.snmp: GetBulk(31) N=0 M=254 31.1.1.1.1 17:04:26.078191 IP 192.168.7.25.snmp > watchtowert.49310: GetResponse(14) tooBig[errorIndex==0] Notice the toobig error? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Mark Jones [mailto:mj...@mn...] Sent: November-21-12 2:10 PM To: dev...@li... Subject: Re: [Devmon] RE : curious behaviour We need 1 minute resolution and has worked fine on many devices for years Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-21-12 1:51 PM To: dev...@li... Subject: Re: [Devmon] RE : curious behaviour once 1min ? why ? the default is 5min and it's good no ? Le mercredi 21 novembre 2012 à 13:47 -0500, Mark Jones a écrit : > No once a minute but I know there is at least 15 seconds of downtime > between each minutes poll > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Ryan Rush [mailto:rya...@gm...] > Sent: November-21-12 1:46 PM > To: dev...@li... > Subject: Re: [Devmon] RE : curious behaviour > > You are polling the same devices every 15 seconds? > > On Wed, Nov 21, 2012 at 10:38 AM, Mark Jones <mj...@mn...> wrote: > > > Ok but there is at least 15 second between runs of devmon. > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Ryan Rush [mailto:rya...@gm...] > > Sent: November-21-12 1:30 PM > > To: dev...@li... > > Subject: Re: [Devmon] RE : curious behaviour > > > > I used to run into this when I was changing templates and running > > snmpwalk over and over again; what I didn't realize was that devmon > > was still running, and when a device had recently (within a few > > seconds) been polled, it would give me similar symptoms. > > > > Hope this helps! > > > > On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > > > > > Below is the errors I get in the log > > > > > > > > > > > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests > > > temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] Performing test logic > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat > > > msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat > > > msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] > > > Sending messages to display server [12-11-21@12:39:39] Done > > > sending messages [12-11-21@12:39:39] Sleeping for 22 seconds. > > > ^C > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-21-12 12:17 PM > > > To: dev...@li... > > > Subject: [Devmon] RE : curious behaviour > > > > > > hello > > > > > > do you have timeout in your logs ? > > > > > > oau > > > ________________________________________ > > > De : Mark Jones [mjones@] > > > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > > > dev...@li... > > > Objet : Re: [Devmon] curious behaviour > > > > > > I played with those settings and did not fix the problem. > > > Question. Monitoring the logs with additional debugging turned on. > > > > > > If I restart the daemon it runs the first pass with no errors. > > > Then on the second pass it has errors on some of the oids. > > > > > > Why would it run fine on the first pass then not after that? > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Olivier AUDRY [mailto:ol...@au...] > > > Sent: November-21-12 2:51 AM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > # NUMFORKS: The maximum amount of time in seconds that a child > > > process # should spend polling a single host. The can help > > > recover forks # in case one hangs on a remote host. This value > > > should be greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: > > > 30] > > > > > > > > > MAXPOLLTIME=110 > > > > > > ### SNMP specific options > > > ### > > > > > > # SNMPTIMEOUT: Number of seconds before an snmp query will time > > > out # Setting this lower might increase the speed of your SNMP > > > queries, but # on high latentcy connections that might result in > > > missed poll cycles # > > > [DEFAULT: 2] (must be greater than 0) > > > SNMPTIMEOUT=2 > > > > > > > > > ----- Mail original ----- > > > De: "Mark Jones" <mjones@> > > > À: dev...@li... > > > Envoyé: Mardi 20 Novembre 2012 22:46:38 > > > Objet: Re: [Devmon] curious behaviour > > > > > > Which timeout? > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-20-12 4:38 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > Did you tweak the timeout in devmon.conf ? > > > > > > Mark Jones <mjones@> a écrit : > > > > > > > > > To walk all the oids in the file it takes about 15 seconds. > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Olivier AUDRY [mailto:ol...@au...] > > > Sent: November-20-12 12:32 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > walk on all oid you need ? > > > > > > > > > ----- Mail original ----- > > > De: "Mark Jones" <mjones@> > > > À: dev...@li... > > > Envoyé: Mardi 20 Novembre 2012 15:50:29 > > > Objet: Re: [Devmon] curious behaviour > > > > > > If I do the walk manually it takes a few seconds but the device > > > does have about 175 interfaces. > > > > > > > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-19-12 2:09 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > how long takes the snmpwalk of the oids you want ? I got the same > > > issue with devices with hundred if > > > > > > oau > > > > > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > > > We have a server here that has been running devmon for a couple years. > > > > We recently added a few extreme network switches to the mix of > > > > devices being polled. If I restart the devmon process then I > > > > get > > > > 1 successful > > > poles of > > > > the switches and info send to xymon. Then it does not update anymore > > > for > > > > about 3 polls then goes to the error below. But not for all > > > > tests in the template. > > > > > > > > > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > > > > > > > > > By increasing the number of max failed queries in the snmp > > > > module I was able to allow some parts of the template to work. > > > > > > > > > > > > > > > > The part I don't understand is if I run the queries manually > > > > they don't fail and obviously they don't fail the first time > > > > devmon runs only > > > thereafter. > > > > > > > > > > > > > > > > If someone can give me some clue as to where to look it would be > > > > very appreciated. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > > > > > > > > > ---------------------------------------------------------------- > > > > -- > > > > -- > > > > -- > > > > -------- Monitor your physical, virtual and cloud infrastructure > > > > from a single web console. Get in-depth insight into apps, > > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > > Download 30-day Free Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > [Colt Disclaimer] > > > This email is from an entity of the Colt group of companies. > > > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, > > > L-1246 Luxembourg, R.C.S. B115679. > > > Corporate and contact information for our entities can be found at > > > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > > > Internet communications are not secure and Colt does not accept > > > responsibility for the accurate transmission of this message. > > > Content of this email or its attachments is not legally or > > > contractually binding unless expressly previously agreed in > > > writing by Colt > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > -------- Monitor your physical, virtual and cloud infrastructure > > > from a single web console. Get in-depth insight into apps, > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > Download 30-day Free Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > > > -------------------------------------------------------------------- > > -- > > -------- Monitor your physical, virtual and cloud infrastructure > > from a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Mark J. <mj...@mn...> - 2012-11-21 19:10:45
|
We need 1 minute resolution and has worked fine on many devices for years Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-21-12 1:51 PM To: dev...@li... Subject: Re: [Devmon] RE : curious behaviour once 1min ? why ? the default is 5min and it's good no ? Le mercredi 21 novembre 2012 à 13:47 -0500, Mark Jones a écrit : > No once a minute but I know there is at least 15 seconds of downtime > between each minutes poll > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Ryan Rush [mailto:rya...@gm...] > Sent: November-21-12 1:46 PM > To: dev...@li... > Subject: Re: [Devmon] RE : curious behaviour > > You are polling the same devices every 15 seconds? > > On Wed, Nov 21, 2012 at 10:38 AM, Mark Jones <mj...@mn...> wrote: > > > Ok but there is at least 15 second between runs of devmon. > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Ryan Rush [mailto:rya...@gm...] > > Sent: November-21-12 1:30 PM > > To: dev...@li... > > Subject: Re: [Devmon] RE : curious behaviour > > > > I used to run into this when I was changing templates and running > > snmpwalk over and over again; what I didn't realize was that devmon > > was still running, and when a device had recently (within a few > > seconds) been polled, it would give me similar symptoms. > > > > Hope this helps! > > > > On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > > > > > Below is the errors I get in the log > > > > > > > > > > > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests > > > temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] Performing test logic > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat > > > msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat > > > msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] > > > Sending messages to display server [12-11-21@12:39:39] Done > > > sending messages [12-11-21@12:39:39] Sleeping for 22 seconds. > > > ^C > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-21-12 12:17 PM > > > To: dev...@li... > > > Subject: [Devmon] RE : curious behaviour > > > > > > hello > > > > > > do you have timeout in your logs ? > > > > > > oau > > > ________________________________________ > > > De : Mark Jones [mjones@] > > > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > > > dev...@li... > > > Objet : Re: [Devmon] curious behaviour > > > > > > I played with those settings and did not fix the problem. > > > Question. Monitoring the logs with additional debugging turned on. > > > > > > If I restart the daemon it runs the first pass with no errors. > > > Then on the second pass it has errors on some of the oids. > > > > > > Why would it run fine on the first pass then not after that? > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Olivier AUDRY [mailto:ol...@au...] > > > Sent: November-21-12 2:51 AM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > # NUMFORKS: The maximum amount of time in seconds that a child > > > process # should spend polling a single host. The can help > > > recover forks # in case one hangs on a remote host. This value > > > should be greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: > > > 30] > > > > > > > > > MAXPOLLTIME=110 > > > > > > ### SNMP specific options > > > ### > > > > > > # SNMPTIMEOUT: Number of seconds before an snmp query will time > > > out # Setting this lower might increase the speed of your SNMP > > > queries, but # on high latentcy connections that might result in > > > missed poll cycles # > > > [DEFAULT: 2] (must be greater than 0) > > > SNMPTIMEOUT=2 > > > > > > > > > ----- Mail original ----- > > > De: "Mark Jones" <mjones@> > > > À: dev...@li... > > > Envoyé: Mardi 20 Novembre 2012 22:46:38 > > > Objet: Re: [Devmon] curious behaviour > > > > > > Which timeout? > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-20-12 4:38 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > Did you tweak the timeout in devmon.conf ? > > > > > > Mark Jones <mjones@> a écrit : > > > > > > > > > To walk all the oids in the file it takes about 15 seconds. > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Olivier AUDRY [mailto:ol...@au...] > > > Sent: November-20-12 12:32 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > walk on all oid you need ? > > > > > > > > > ----- Mail original ----- > > > De: "Mark Jones" <mjones@> > > > À: dev...@li... > > > Envoyé: Mardi 20 Novembre 2012 15:50:29 > > > Objet: Re: [Devmon] curious behaviour > > > > > > If I do the walk manually it takes a few seconds but the device > > > does have about 175 interfaces. > > > > > > > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-19-12 2:09 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > how long takes the snmpwalk of the oids you want ? I got the same > > > issue with devices with hundred if > > > > > > oau > > > > > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > > > We have a server here that has been running devmon for a couple years. > > > > We recently added a few extreme network switches to the mix of > > > > devices being polled. If I restart the devmon process then I > > > > get > > > > 1 successful > > > poles of > > > > the switches and info send to xymon. Then it does not update anymore > > > for > > > > about 3 polls then goes to the error below. But not for all > > > > tests in the template. > > > > > > > > > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > > > > > > > > > By increasing the number of max failed queries in the snmp > > > > module I was able to allow some parts of the template to work. > > > > > > > > > > > > > > > > The part I don't understand is if I run the queries manually > > > > they don't fail and obviously they don't fail the first time > > > > devmon runs only > > > thereafter. > > > > > > > > > > > > > > > > If someone can give me some clue as to where to look it would be > > > > very appreciated. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > > > > > > > > > ---------------------------------------------------------------- > > > > -- > > > > -- > > > > -- > > > > -------- Monitor your physical, virtual and cloud infrastructure > > > > from a single web console. Get in-depth insight into apps, > > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > > Download 30-day Free Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > [Colt Disclaimer] > > > This email is from an entity of the Colt group of companies. > > > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, > > > L-1246 Luxembourg, R.C.S. B115679. > > > Corporate and contact information for our entities can be found at > > > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > > > Internet communications are not secure and Colt does not accept > > > responsibility for the accurate transmission of this message. > > > Content of this email or its attachments is not legally or > > > contractually binding unless expressly previously agreed in > > > writing by Colt > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > -------- Monitor your physical, virtual and cloud infrastructure > > > from a single web console. Get in-depth insight into apps, > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > Download 30-day Free Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > > > -------------------------------------------------------------------- > > -- > > -------- Monitor your physical, virtual and cloud infrastructure > > from a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Audry, O. <Oli...@co...> - 2012-11-21 18:51:41
|
once 1min ? why ? the default is 5min and it's good no ? Le mercredi 21 novembre 2012 à 13:47 -0500, Mark Jones a écrit : > No once a minute but I know there is at least 15 seconds of downtime between > each minutes poll > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Ryan Rush [mailto:rya...@gm...] > Sent: November-21-12 1:46 PM > To: dev...@li... > Subject: Re: [Devmon] RE : curious behaviour > > You are polling the same devices every 15 seconds? > > On Wed, Nov 21, 2012 at 10:38 AM, Mark Jones <mj...@mn...> wrote: > > > Ok but there is at least 15 second between runs of devmon. > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Ryan Rush [mailto:rya...@gm...] > > Sent: November-21-12 1:30 PM > > To: dev...@li... > > Subject: Re: [Devmon] RE : curious behaviour > > > > I used to run into this when I was changing templates and running > > snmpwalk over and over again; what I didn't realize was that devmon > > was still running, and when a device had recently (within a few > > seconds) been polled, it would give me similar symptoms. > > > > Hope this helps! > > > > On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > > > > > Below is the errors I get in the log > > > > > > > > > > > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests > > > temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:19] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response > > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > > 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response with > > > error code) [12-11-21@12:39:20] Performing test logic > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > > > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > > > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > > extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. > > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > > [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] Sending > > > messages to display server [12-11-21@12:39:39] Done sending messages > > > [12-11-21@12:39:39] Sleeping for 22 seconds. > > > ^C > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-21-12 12:17 PM > > > To: dev...@li... > > > Subject: [Devmon] RE : curious behaviour > > > > > > hello > > > > > > do you have timeout in your logs ? > > > > > > oau > > > ________________________________________ > > > De : Mark Jones [mjones@] > > > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > > > dev...@li... > > > Objet : Re: [Devmon] curious behaviour > > > > > > I played with those settings and did not fix the problem. > > > Question. Monitoring the logs with additional debugging turned on. > > > > > > If I restart the daemon it runs the first pass with no errors. > > > Then on the second pass it has errors on some of the oids. > > > > > > Why would it run fine on the first pass then not after that? > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Olivier AUDRY [mailto:ol...@au...] > > > Sent: November-21-12 2:51 AM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > # NUMFORKS: The maximum amount of time in seconds that a child > > > process # should spend polling a single host. The can help recover > > > forks # in case one hangs on a remote host. This value should be > > > greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] > > > > > > > > > MAXPOLLTIME=110 > > > > > > ### SNMP specific options > > > ### > > > > > > # SNMPTIMEOUT: Number of seconds before an snmp query will time out > > > # Setting this lower might increase the speed of your SNMP queries, > > > but # on high latentcy connections that might result in missed poll > > > cycles # > > > [DEFAULT: 2] (must be greater than 0) > > > SNMPTIMEOUT=2 > > > > > > > > > ----- Mail original ----- > > > De: "Mark Jones" <mjones@> > > > À: dev...@li... > > > Envoyé: Mardi 20 Novembre 2012 22:46:38 > > > Objet: Re: [Devmon] curious behaviour > > > > > > Which timeout? > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-20-12 4:38 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > Did you tweak the timeout in devmon.conf ? > > > > > > Mark Jones <mjones@> a écrit : > > > > > > > > > To walk all the oids in the file it takes about 15 seconds. > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > -----Original Message----- > > > From: Olivier AUDRY [mailto:ol...@au...] > > > Sent: November-20-12 12:32 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > walk on all oid you need ? > > > > > > > > > ----- Mail original ----- > > > De: "Mark Jones" <mjones@> > > > À: dev...@li... > > > Envoyé: Mardi 20 Novembre 2012 15:50:29 > > > Objet: Re: [Devmon] curious behaviour > > > > > > If I do the walk manually it takes a few seconds but the device does > > > have about 175 interfaces. > > > > > > > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > -----Original Message----- > > > From: Audry, Olivier [mailto:Oli...@co...] > > > Sent: November-19-12 2:09 PM > > > To: dev...@li... > > > Subject: Re: [Devmon] curious behaviour > > > > > > how long takes the snmpwalk of the oids you want ? I got the same > > > issue with devices with hundred if > > > > > > oau > > > > > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > > > We have a server here that has been running devmon for a couple years. > > > > We recently added a few extreme network switches to the mix of > > > > devices being polled. If I restart the devmon process then I get > > > > 1 successful > > > poles of > > > > the switches and info send to xymon. Then it does not update anymore > > > for > > > > about 3 polls then goes to the error below. But not for all tests > > > > in the template. > > > > > > > > > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > > > > > > > > > By increasing the number of max failed queries in the snmp module > > > > I was able to allow some parts of the template to work. > > > > > > > > > > > > > > > > The part I don't understand is if I run the queries manually they > > > > don't fail and obviously they don't fail the first time devmon > > > > runs only > > > thereafter. > > > > > > > > > > > > > > > > If someone can give me some clue as to where to look it would be > > > > very appreciated. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > > > Operations > > > > Managed Network Systems > > > > London Desk 519-679-5207 > > > > Windsor Desk 519-258-2333 x8417 > > > > Cell 519-521-8222 > > > > > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > -------- Monitor your physical, virtual and cloud infrastructure > > > > from a single web console. Get in-depth insight into apps, > > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > > Download 30-day Free Trial. > > > > Pricing starts from $795 for 25 servers or applications! > > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > > _______________________________________________ > > > > Devmon-support mailing list > > > > Dev...@li... > > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > [Colt Disclaimer] > > > This email is from an entity of the Colt group of companies. > > > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, > > > L-1246 Luxembourg, R.C.S. B115679. > > > Corporate and contact information for our entities can be found at > > > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > > > Internet communications are not secure and Colt does not accept > > > responsibility for the accurate transmission of this message. > > > Content of this email or its attachments is not legally or > > > contractually binding unless expressly previously agreed in writing > > > by Colt > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > ------ > > > -- > > > Monitor your physical, virtual and cloud infrastructure from a > > > single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free > Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > > > ----- > > > No virus found in this message. > > > Checked by AVG - www.avg.com > > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > > 11/16/12 > > > > > > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > -------- Monitor your physical, virtual and cloud infrastructure > > > from a single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > > > ---------------------------------------------------------------------- > > -------- Monitor your physical, virtual and cloud infrastructure from > > a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Mark J. <mj...@mn...> - 2012-11-21 18:47:49
|
No once a minute but I know there is at least 15 seconds of downtime between each minutes poll Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Ryan Rush [mailto:rya...@gm...] Sent: November-21-12 1:46 PM To: dev...@li... Subject: Re: [Devmon] RE : curious behaviour You are polling the same devices every 15 seconds? On Wed, Nov 21, 2012 at 10:38 AM, Mark Jones <mj...@mn...> wrote: > Ok but there is at least 15 second between runs of devmon. > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Ryan Rush [mailto:rya...@gm...] > Sent: November-21-12 1:30 PM > To: dev...@li... > Subject: Re: [Devmon] RE : curious behaviour > > I used to run into this when I was changing templates and running > snmpwalk over and over again; what I didn't realize was that devmon > was still running, and when a device had recently (within a few > seconds) been polled, it would give me similar symptoms. > > Hope this helps! > > On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > > > Below is the errors I get in the log > > > > > > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests > > temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] Performing test logic > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] Sending > > messages to display server [12-11-21@12:39:39] Done sending messages > > [12-11-21@12:39:39] Sleeping for 22 seconds. > > ^C > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Audry, Olivier [mailto:Oli...@co...] > > Sent: November-21-12 12:17 PM > > To: dev...@li... > > Subject: [Devmon] RE : curious behaviour > > > > hello > > > > do you have timeout in your logs ? > > > > oau > > ________________________________________ > > De : Mark Jones [mjones@] > > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > > dev...@li... > > Objet : Re: [Devmon] curious behaviour > > > > I played with those settings and did not fix the problem. > > Question. Monitoring the logs with additional debugging turned on. > > > > If I restart the daemon it runs the first pass with no errors. > > Then on the second pass it has errors on some of the oids. > > > > Why would it run fine on the first pass then not after that? > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Olivier AUDRY [mailto:ol...@au...] > > Sent: November-21-12 2:51 AM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > # NUMFORKS: The maximum amount of time in seconds that a child > > process # should spend polling a single host. The can help recover > > forks # in case one hangs on a remote host. This value should be > > greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] > > > > > > MAXPOLLTIME=110 > > > > ### SNMP specific options > > ### > > > > # SNMPTIMEOUT: Number of seconds before an snmp query will time out > > # Setting this lower might increase the speed of your SNMP queries, > > but # on high latentcy connections that might result in missed poll > > cycles # > > [DEFAULT: 2] (must be greater than 0) > > SNMPTIMEOUT=2 > > > > > > ----- Mail original ----- > > De: "Mark Jones" <mjones@> > > À: dev...@li... > > Envoyé: Mardi 20 Novembre 2012 22:46:38 > > Objet: Re: [Devmon] curious behaviour > > > > Which timeout? > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Audry, Olivier [mailto:Oli...@co...] > > Sent: November-20-12 4:38 PM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > Did you tweak the timeout in devmon.conf ? > > > > Mark Jones <mjones@> a écrit : > > > > > > To walk all the oids in the file it takes about 15 seconds. > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Olivier AUDRY [mailto:ol...@au...] > > Sent: November-20-12 12:32 PM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > walk on all oid you need ? > > > > > > ----- Mail original ----- > > De: "Mark Jones" <mjones@> > > À: dev...@li... > > Envoyé: Mardi 20 Novembre 2012 15:50:29 > > Objet: Re: [Devmon] curious behaviour > > > > If I do the walk manually it takes a few seconds but the device does > > have about 175 interfaces. > > > > > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > -----Original Message----- > > From: Audry, Olivier [mailto:Oli...@co...] > > Sent: November-19-12 2:09 PM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > how long takes the snmpwalk of the oids you want ? I got the same > > issue with devices with hundred if > > > > oau > > > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > > We have a server here that has been running devmon for a couple years. > > > We recently added a few extreme network switches to the mix of > > > devices being polled. If I restart the devmon process then I get > > > 1 successful > > poles of > > > the switches and info send to xymon. Then it does not update anymore > > for > > > about 3 polls then goes to the error below. But not for all tests > > > in the template. > > > > > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > > > > > By increasing the number of max failed queries in the snmp module > > > I was able to allow some parts of the template to work. > > > > > > > > > > > > The part I don't understand is if I run the queries manually they > > > don't fail and obviously they don't fail the first time devmon > > > runs only > > thereafter. > > > > > > > > > > > > If someone can give me some clue as to where to look it would be > > > very appreciated. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > > > > ------------------------------------------------------------------ > > > -- > > > -- > > > -------- Monitor your physical, virtual and cloud infrastructure > > > from a single web console. Get in-depth insight into apps, > > > servers, databases, vmware, SAP, cloud infrastructure, etc. > > > Download 30-day Free Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > [Colt Disclaimer] > > This email is from an entity of the Colt group of companies. > > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, > > L-1246 Luxembourg, R.C.S. B115679. > > Corporate and contact information for our entities can be found at > > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > > Internet communications are not secure and Colt does not accept > > responsibility for the accurate transmission of this message. > > Content of this email or its attachments is not legally or > > contractually binding unless expressly previously agreed in writing > > by Colt > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > -------------------------------------------------------------------- > > -- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a > > single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > > > -------------------------------------------------------------------- > > -- > > -------- Monitor your physical, virtual and cloud infrastructure > > from a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Ryan R. <rya...@gm...> - 2012-11-21 18:46:30
|
You are polling the same devices every 15 seconds? On Wed, Nov 21, 2012 at 10:38 AM, Mark Jones <mj...@mn...> wrote: > Ok but there is at least 15 second between runs of devmon. > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Ryan Rush [mailto:rya...@gm...] > Sent: November-21-12 1:30 PM > To: dev...@li... > Subject: Re: [Devmon] RE : curious behaviour > > I used to run into this when I was changing templates and running snmpwalk > over and over again; what I didn't realize was that devmon was still > running, and when a device had recently (within a few seconds) been polled, > it would give me similar symptoms. > > Hope this helps! > > On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > > > Below is the errors I get in the log > > > > > > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests > > temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:19] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response > > with error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] ERROR: Error walking > > 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response with > > error code) [12-11-21@12:39:20] Performing test logic > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on > extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. > > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > > [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] Sending > > messages to display server [12-11-21@12:39:39] Done sending messages > > [12-11-21@12:39:39] Sleeping for 22 seconds. > > ^C > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Audry, Olivier [mailto:Oli...@co...] > > Sent: November-21-12 12:17 PM > > To: dev...@li... > > Subject: [Devmon] RE : curious behaviour > > > > hello > > > > do you have timeout in your logs ? > > > > oau > > ________________________________________ > > De : Mark Jones [mjones@] > > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > > dev...@li... > > Objet : Re: [Devmon] curious behaviour > > > > I played with those settings and did not fix the problem. > > Question. Monitoring the logs with additional debugging turned on. > > > > If I restart the daemon it runs the first pass with no errors. > > Then on the second pass it has errors on some of the oids. > > > > Why would it run fine on the first pass then not after that? > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Olivier AUDRY [mailto:ol...@au...] > > Sent: November-21-12 2:51 AM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > # NUMFORKS: The maximum amount of time in seconds that a child process > > # should spend polling a single host. The can help recover forks # in > > case one hangs on a remote host. This value should be greater # than > > (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] > > > > > > MAXPOLLTIME=110 > > > > ### SNMP specific options > > ### > > > > # SNMPTIMEOUT: Number of seconds before an snmp query will time out # > > Setting this lower might increase the speed of your SNMP queries, but > > # on high latentcy connections that might result in missed poll cycles > > # > > [DEFAULT: 2] (must be greater than 0) > > SNMPTIMEOUT=2 > > > > > > ----- Mail original ----- > > De: "Mark Jones" <mjones@> > > À: dev...@li... > > Envoyé: Mardi 20 Novembre 2012 22:46:38 > > Objet: Re: [Devmon] curious behaviour > > > > Which timeout? > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Audry, Olivier [mailto:Oli...@co...] > > Sent: November-20-12 4:38 PM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > Did you tweak the timeout in devmon.conf ? > > > > Mark Jones <mjones@> a écrit : > > > > > > To walk all the oids in the file it takes about 15 seconds. > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > -----Original Message----- > > From: Olivier AUDRY [mailto:ol...@au...] > > Sent: November-20-12 12:32 PM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > walk on all oid you need ? > > > > > > ----- Mail original ----- > > De: "Mark Jones" <mjones@> > > À: dev...@li... > > Envoyé: Mardi 20 Novembre 2012 15:50:29 > > Objet: Re: [Devmon] curious behaviour > > > > If I do the walk manually it takes a few seconds but the device does > > have about 175 interfaces. > > > > > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > -----Original Message----- > > From: Audry, Olivier [mailto:Oli...@co...] > > Sent: November-19-12 2:09 PM > > To: dev...@li... > > Subject: Re: [Devmon] curious behaviour > > > > how long takes the snmpwalk of the oids you want ? I got the same > > issue with devices with hundred if > > > > oau > > > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > > We have a server here that has been running devmon for a couple years. > > > We recently added a few extreme network switches to the mix of > > > devices being polled. If I restart the devmon process then I get 1 > > > successful > > poles of > > > the switches and info send to xymon. Then it does not update anymore > > for > > > about 3 polls then goes to the error below. But not for all tests > > > in the template. > > > > > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > > > > > By increasing the number of max failed queries in the snmp module I > > > was able to allow some parts of the template to work. > > > > > > > > > > > > The part I don't understand is if I run the queries manually they > > > don't fail and obviously they don't fail the first time devmon runs > > > only > > thereafter. > > > > > > > > > > > > If someone can give me some clue as to where to look it would be > > > very appreciated. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > > Operations > > > Managed Network Systems > > > London Desk 519-679-5207 > > > Windsor Desk 519-258-2333 x8417 > > > Cell 519-521-8222 > > > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > -------- Monitor your physical, virtual and cloud infrastructure > > > from a single web console. Get in-depth insight into apps, servers, > > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > > Free Trial. > > > Pricing starts from $795 for 25 servers or applications! > > > http://p.sf.net/sfu/zoho_dev2dev_nov > > > _______________________________________________ > > > Devmon-support mailing list > > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > [Colt Disclaimer] > > This email is from an entity of the Colt group of companies. > > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, > > L-1246 Luxembourg, R.C.S. B115679. > > Corporate and contact information for our entities can be found at > > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > > Internet communications are not secure and Colt does not accept > > responsibility for the accurate transmission of this message. Content > > of this email or its attachments is not legally or contractually > > binding unless expressly previously agreed in writing by Colt > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Monitor your physical, virtual and cloud infrastructure from a single > > web console. Get in-depth insight into apps, servers, databases, > > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > > > ----- > > No virus found in this message. > > Checked by AVG - www.avg.com > > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > > 11/16/12 > > > > > > > > > > ---------------------------------------------------------------------- > > -------- Monitor your physical, virtual and cloud infrastructure from > > a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Mark J. <mj...@mn...> - 2012-11-21 18:39:07
|
Ok but there is at least 15 second between runs of devmon. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Ryan Rush [mailto:rya...@gm...] Sent: November-21-12 1:30 PM To: dev...@li... Subject: Re: [Devmon] RE : curious behaviour I used to run into this when I was changing templates and running snmpwalk over and over again; what I didn't realize was that devmon was still running, and when a device had recently (within a few seconds) been polled, it would give me similar symptoms. Hope this helps! On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > Below is the errors I get in the log > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests > temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response with > error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response > with error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response with > error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response with > error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response > with error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response with > error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response with > error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response with > error code) [12-11-21@12:39:19] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response > with error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response > with error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] ERROR: Error walking > 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response with > error code) [12-11-21@12:39:20] Performing test logic > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] Sending > messages to display server [12-11-21@12:39:39] Done sending messages > [12-11-21@12:39:39] Sleeping for 22 seconds. > ^C > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Audry, Olivier [mailto:Oli...@co...] > Sent: November-21-12 12:17 PM > To: dev...@li... > Subject: [Devmon] RE : curious behaviour > > hello > > do you have timeout in your logs ? > > oau > ________________________________________ > De : Mark Jones [mjones@] > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > dev...@li... > Objet : Re: [Devmon] curious behaviour > > I played with those settings and did not fix the problem. > Question. Monitoring the logs with additional debugging turned on. > > If I restart the daemon it runs the first pass with no errors. > Then on the second pass it has errors on some of the oids. > > Why would it run fine on the first pass then not after that? > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Olivier AUDRY [mailto:ol...@au...] > Sent: November-21-12 2:51 AM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > # NUMFORKS: The maximum amount of time in seconds that a child process > # should spend polling a single host. The can help recover forks # in > case one hangs on a remote host. This value should be greater # than > (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] > > > MAXPOLLTIME=110 > > ### SNMP specific options > ### > > # SNMPTIMEOUT: Number of seconds before an snmp query will time out # > Setting this lower might increase the speed of your SNMP queries, but > # on high latentcy connections that might result in missed poll cycles > # > [DEFAULT: 2] (must be greater than 0) > SNMPTIMEOUT=2 > > > ----- Mail original ----- > De: "Mark Jones" <mjones@> > À: dev...@li... > Envoyé: Mardi 20 Novembre 2012 22:46:38 > Objet: Re: [Devmon] curious behaviour > > Which timeout? > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Audry, Olivier [mailto:Oli...@co...] > Sent: November-20-12 4:38 PM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > Did you tweak the timeout in devmon.conf ? > > Mark Jones <mjones@> a écrit : > > > To walk all the oids in the file it takes about 15 seconds. > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Olivier AUDRY [mailto:ol...@au...] > Sent: November-20-12 12:32 PM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > walk on all oid you need ? > > > ----- Mail original ----- > De: "Mark Jones" <mjones@> > À: dev...@li... > Envoyé: Mardi 20 Novembre 2012 15:50:29 > Objet: Re: [Devmon] curious behaviour > > If I do the walk manually it takes a few seconds but the device does > have about 175 interfaces. > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > -----Original Message----- > From: Audry, Olivier [mailto:Oli...@co...] > Sent: November-19-12 2:09 PM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > how long takes the snmpwalk of the oids you want ? I got the same > issue with devices with hundred if > > oau > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > We have a server here that has been running devmon for a couple years. > > We recently added a few extreme network switches to the mix of > > devices being polled. If I restart the devmon process then I get 1 > > successful > poles of > > the switches and info send to xymon. Then it does not update anymore > for > > about 3 polls then goes to the error below. But not for all tests > > in the template. > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > By increasing the number of max failed queries in the snmp module I > > was able to allow some parts of the template to work. > > > > > > > > The part I don't understand is if I run the queries manually they > > don't fail and obviously they don't fail the first time devmon runs > > only > thereafter. > > > > > > > > If someone can give me some clue as to where to look it would be > > very appreciated. > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > > > -------------------------------------------------------------------- > > -- > > -------- Monitor your physical, virtual and cloud infrastructure > > from a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > [Colt Disclaimer] > This email is from an entity of the Colt group of companies. > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, > L-1246 Luxembourg, R.C.S. B115679. > Corporate and contact information for our entities can be found at > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > Internet communications are not secure and Colt does not accept > responsibility for the accurate transmission of this message. Content > of this email or its attachments is not legally or contractually > binding unless expressly previously agreed in writing by Colt > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------- > ------ > -- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, > vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: > 11/16/12 > > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Ryan R. <rya...@gm...> - 2012-11-21 18:30:31
|
I used to run into this when I was changing templates and running snmpwalk over and over again; what I didn't realize was that devmon was still running, and when a device had recently (within a few seconds) been polled, it would give me similar symptoms. Hope this helps! On Wed, Nov 21, 2012 at 9:41 AM, Mark Jones <mj...@mn...> wrote: > Below is the errors I get in the log > > > > > [12-11-21@12:39:01] Querying wnd_enviroment for tests temp,system,humidity > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.1 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.18 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.5 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.16 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.10 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.7 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.8 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.10 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.6 for > extr-west.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.7 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.10 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.10 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.18 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.8 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.1 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.5 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.6 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.16 for > extr-east.wnd. (Received SNMP response with error code) > [12-11-21@12:39:20] Performing test logic > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on > extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. > [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg > [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. > [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. > [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load > [12-11-21@12:39:36] Done with test logic > [12-11-21@12:39:36] Sending messages to display server > [12-11-21@12:39:39] Done sending messages > [12-11-21@12:39:39] Sleeping for 22 seconds. > ^C > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Audry, Olivier [mailto:Oli...@co...] > Sent: November-21-12 12:17 PM > To: dev...@li... > Subject: [Devmon] RE : curious behaviour > > hello > > do you have timeout in your logs ? > > oau > ________________________________________ > De : Mark Jones [mjones@] > Date d'envoi : mercredi 21 novembre 2012 18:14 À : > dev...@li... > Objet : Re: [Devmon] curious behaviour > > I played with those settings and did not fix the problem. > Question. Monitoring the logs with additional debugging turned on. > > If I restart the daemon it runs the first pass with no errors. > Then on the second pass it has errors on some of the oids. > > Why would it run fine on the first pass then not after that? > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Olivier AUDRY [mailto:ol...@au...] > Sent: November-21-12 2:51 AM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > # NUMFORKS: The maximum amount of time in seconds that a child process # > should spend polling a single host. The can help recover forks # in case > one hangs on a remote host. This value should be greater # than (SNMPTRIES > x SNMPTIMEOUT) + 1 [DEFAULT: 30] > > > MAXPOLLTIME=110 > > ### SNMP specific options > ### > > # SNMPTIMEOUT: Number of seconds before an snmp query will time out # > Setting this lower might increase the speed of your SNMP queries, but # on > high latentcy connections that might result in missed poll cycles # > [DEFAULT: 2] (must be greater than 0) > SNMPTIMEOUT=2 > > > ----- Mail original ----- > De: "Mark Jones" <mjones@> > À: dev...@li... > Envoyé: Mardi 20 Novembre 2012 22:46:38 > Objet: Re: [Devmon] curious behaviour > > Which timeout? > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Audry, Olivier [mailto:Oli...@co...] > Sent: November-20-12 4:38 PM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > Did you tweak the timeout in devmon.conf ? > > Mark Jones <mjones@> a écrit : > > > To walk all the oids in the file it takes about 15 seconds. > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > -----Original Message----- > From: Olivier AUDRY [mailto:ol...@au...] > Sent: November-20-12 12:32 PM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > walk on all oid you need ? > > > ----- Mail original ----- > De: "Mark Jones" <mjones@> > À: dev...@li... > Envoyé: Mardi 20 Novembre 2012 15:50:29 > Objet: Re: [Devmon] curious behaviour > > If I do the walk manually it takes a few seconds but the device does have > about 175 interfaces. > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > -----Original Message----- > From: Audry, Olivier [mailto:Oli...@co...] > Sent: November-19-12 2:09 PM > To: dev...@li... > Subject: Re: [Devmon] curious behaviour > > how long takes the snmpwalk of the oids you want ? I got the same issue > with > devices with hundred if > > oau > > Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > > We have a server here that has been running devmon for a couple years. > > We recently added a few extreme network switches to the mix of devices > > being polled. If I restart the devmon process then I get 1 successful > poles of > > the switches and info send to xymon. Then it does not update anymore > for > > about 3 polls then goes to the error below. But not for all tests in > > the template. > > > > > > > > Missing repeater data for primary OID ifName > > > > > > > > By increasing the number of max failed queries in the snmp module I > > was able to allow some parts of the template to work. > > > > > > > > The part I don't understand is if I run the queries manually they > > don't fail and obviously they don't fail the first time devmon runs > > only > thereafter. > > > > > > > > If someone can give me some clue as to where to look it would be very > > appreciated. > > > > > > > > > > > > > > > > > > > > > > > > Mark Jones > > Operations > > Managed Network Systems > > London Desk 519-679-5207 > > Windsor Desk 519-258-2333 x8417 > > Cell 519-521-8222 > > > > > > > > ---------------------------------------------------------------------- > > -------- Monitor your physical, virtual and cloud infrastructure from > > a single web console. Get in-depth insight into apps, servers, > > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > > Free Trial. > > Pricing starts from $795 for 25 servers or applications! > > http://p.sf.net/sfu/zoho_dev2dev_nov > > _______________________________________________ > > Devmon-support mailing list > > Dev...@li... > > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > [Colt Disclaimer] > This email is from an entity of the Colt group of companies. > Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 > Luxembourg, R.C.S. B115679. > Corporate and contact information for our entities can be found at > http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. > Internet communications are not secure and Colt does not accept > responsibility for the accurate transmission of this message. Content of > this email or its attachments is not legally or contractually binding > unless > expressly previously agreed in writing by Colt > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ---------------------------------------------------------------------------- > -- > Monitor your physical, virtual and cloud infrastructure from a single web > console. Get in-depth insight into apps, servers, databases, vmware, SAP, > cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 > > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |
From: Mark J. <mj...@mn...> - 2012-11-21 17:41:56
|
Below is the errors I get in the log [12-11-21@12:39:01] Querying wnd_enviroment for tests temp,system,humidity [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.1 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.18 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.5 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.16 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.10 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.7 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.8 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.2.2.1.10 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:19] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.6 for extr-west.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.7 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.10 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.10 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.18 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.8 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.1 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.5 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.31.1.1.1.6 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] ERROR: Error walking 1.3.6.1.2.1.2.2.1.16 for extr-east.wnd. (Received SNMP response with error code) [12-11-21@12:39:20] Performing test logic [12-11-21@12:39:22] No SNMP data found for ifBps on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-east.wnd. [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-east.wnd. [12-11-21@12:39:22] No SNMP data found for ifName on extr-east.wnd. [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load [12-11-21@12:39:22] No SNMP data found for ifBps on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifOperStatNum on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifAdminStatNum on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifAlias on extr-west.wnd. [12-11-21@12:39:22] Missing repeater data for ifName for if_stat msg [12-11-21@12:39:22] No SNMP data found for ifHCOutOctets on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifInOctets on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifHCInOctets on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifOutOctets on extr-west.wnd. [12-11-21@12:39:22] No SNMP data found for ifName on extr-west.wnd. [12-11-21@12:39:22] Couldn't fetch primary oid for rrd set if_load [12-11-21@12:39:36] Done with test logic [12-11-21@12:39:36] Sending messages to display server [12-11-21@12:39:39] Done sending messages [12-11-21@12:39:39] Sleeping for 22 seconds. ^C Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-21-12 12:17 PM To: dev...@li... Subject: [Devmon] RE : curious behaviour hello do you have timeout in your logs ? oau ________________________________________ De : Mark Jones [mjones@] Date d'envoi : mercredi 21 novembre 2012 18:14 À : dev...@li... Objet : Re: [Devmon] curious behaviour I played with those settings and did not fix the problem. Question. Monitoring the logs with additional debugging turned on. If I restart the daemon it runs the first pass with no errors. Then on the second pass it has errors on some of the oids. Why would it run fine on the first pass then not after that? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-21-12 2:51 AM To: dev...@li... Subject: Re: [Devmon] curious behaviour # NUMFORKS: The maximum amount of time in seconds that a child process # should spend polling a single host. The can help recover forks # in case one hangs on a remote host. This value should be greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] MAXPOLLTIME=110 ### SNMP specific options ### # SNMPTIMEOUT: Number of seconds before an snmp query will time out # Setting this lower might increase the speed of your SNMP queries, but # on high latentcy connections that might result in missed poll cycles # [DEFAULT: 2] (must be greater than 0) SNMPTIMEOUT=2 ----- Mail original ----- De: "Mark Jones" <mjones@> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 22:46:38 Objet: Re: [Devmon] curious behaviour Which timeout? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-20-12 4:38 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour Did you tweak the timeout in devmon.conf ? Mark Jones <mjones@> a écrit : To walk all the oids in the file it takes about 15 seconds. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-20-12 12:32 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mjones@> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs > only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Audry, O. <Oli...@co...> - 2012-11-21 17:16:53
|
hello do you have timeout in your logs ? oau ________________________________________ De : Mark Jones [mj...@mn...] Date d'envoi : mercredi 21 novembre 2012 18:14 À : dev...@li... Objet : Re: [Devmon] curious behaviour I played with those settings and did not fix the problem. Question. Monitoring the logs with additional debugging turned on. If I restart the daemon it runs the first pass with no errors. Then on the second pass it has errors on some of the oids. Why would it run fine on the first pass then not after that? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-21-12 2:51 AM To: dev...@li... Subject: Re: [Devmon] curious behaviour # NUMFORKS: The maximum amount of time in seconds that a child process # should spend polling a single host. The can help recover forks # in case one hangs on a remote host. This value should be greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] MAXPOLLTIME=110 ### SNMP specific options ### # SNMPTIMEOUT: Number of seconds before an snmp query will time out # Setting this lower might increase the speed of your SNMP queries, but # on high latentcy connections that might result in missed poll cycles # [DEFAULT: 2] (must be greater than 0) SNMPTIMEOUT=2 ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 22:46:38 Objet: Re: [Devmon] curious behaviour Which timeout? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-20-12 4:38 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour Did you tweak the timeout in devmon.conf ? Mark Jones <mj...@mn...> a écrit : To walk all the oids in the file it takes about 15 seconds. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-20-12 12:32 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs > only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Mark J. <mj...@mn...> - 2012-11-21 17:15:12
|
I played with those settings and did not fix the problem. Question. Monitoring the logs with additional debugging turned on. If I restart the daemon it runs the first pass with no errors. Then on the second pass it has errors on some of the oids. Why would it run fine on the first pass then not after that? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-21-12 2:51 AM To: dev...@li... Subject: Re: [Devmon] curious behaviour # NUMFORKS: The maximum amount of time in seconds that a child process # should spend polling a single host. The can help recover forks # in case one hangs on a remote host. This value should be greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] MAXPOLLTIME=110 ### SNMP specific options ### # SNMPTIMEOUT: Number of seconds before an snmp query will time out # Setting this lower might increase the speed of your SNMP queries, but # on high latentcy connections that might result in missed poll cycles # [DEFAULT: 2] (must be greater than 0) SNMPTIMEOUT=2 ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 22:46:38 Objet: Re: [Devmon] curious behaviour Which timeout? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-20-12 4:38 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour Did you tweak the timeout in devmon.conf ? Mark Jones <mj...@mn...> a écrit : To walk all the oids in the file it takes about 15 seconds. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-20-12 12:32 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs > only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Olivier A. <ol...@au...> - 2012-11-21 07:51:00
|
# NUMFORKS: The maximum amount of time in seconds that a child process # should spend polling a single host. The can help recover forks # in case one hangs on a remote host. This value should be greater # than (SNMPTRIES x SNMPTIMEOUT) + 1 [DEFAULT: 30] MAXPOLLTIME=110 ### SNMP specific options ### # SNMPTIMEOUT: Number of seconds before an snmp query will time out # Setting this lower might increase the speed of your SNMP queries, but # on high latentcy connections that might result in missed poll cycles # [DEFAULT: 2] (must be greater than 0) SNMPTIMEOUT=2 ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 22:46:38 Objet: Re: [Devmon] curious behaviour Which timeout? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-20-12 4:38 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour Did you tweak the timeout in devmon.conf ? Mark Jones <mj...@mn...> a écrit : To walk all the oids in the file it takes about 15 seconds. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-20-12 12:32 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Mark J. <mj...@mn...> - 2012-11-20 21:46:55
|
Which timeout? Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-20-12 4:38 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour Did you tweak the timeout in devmon.conf ? Mark Jones <mj...@mn...> a écrit : To walk all the oids in the file it takes about 15 seconds. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-20-12 12:32 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ---------------------------------------------------------------------------- -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Audry, O. <Oli...@co...> - 2012-11-20 21:37:40
|
Did you tweak the timeout in devmon.conf ? Mark Jones <mj...@mn...> a écrit : To walk all the oids in the file it takes about 15 seconds. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-20-12 12:32 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Mark J. <mj...@mn...> - 2012-11-20 21:35:07
|
To walk all the oids in the file it takes about 15 seconds. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Olivier AUDRY [mailto:ol...@au...] Sent: November-20-12 12:32 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |
From: Olivier A. <ol...@au...> - 2012-11-20 17:32:12
|
walk on all oid you need ? ----- Mail original ----- De: "Mark Jones" <mj...@mn...> À: dev...@li... Envoyé: Mardi 20 Novembre 2012 15:50:29 Objet: Re: [Devmon] curious behaviour If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support |
From: Mark J. <mj...@mn...> - 2012-11-20 14:50:48
|
If I do the walk manually it takes a few seconds but the device does have about 175 interfaces. Mark Jones Operations Managed Network Systems London Desk 519-679-5207 Windsor Desk 519-258-2333 x8417 Cell 519-521-8222 -----Original Message----- From: Audry, Olivier [mailto:Oli...@co...] Sent: November-19-12 2:09 PM To: dev...@li... Subject: Re: [Devmon] curious behaviour how long takes the snmpwalk of the oids you want ? I got the same issue with devices with hundred if oau Le lundi 19 novembre 2012 à 14:05 -0500, Mark Jones a écrit : > We have a server here that has been running devmon for a couple years. > We recently added a few extreme network switches to the mix of devices > being polled. If I restart the devmon process then I get 1 successful poles of > the switches and info send to xymon. Then it does not update anymore for > about 3 polls then goes to the error below. But not for all tests in > the template. > > > > Missing repeater data for primary OID ifName > > > > By increasing the number of max failed queries in the snmp module I > was able to allow some parts of the template to work. > > > > The part I don't understand is if I run the queries manually they > don't fail and obviously they don't fail the first time devmon runs only thereafter. > > > > If someone can give me some clue as to where to look it would be very > appreciated. > > > > > > > > > > > > Mark Jones > Operations > Managed Network Systems > London Desk 519-679-5207 > Windsor Desk 519-258-2333 x8417 > Cell 519-521-8222 > > > > ---------------------------------------------------------------------- > -------- Monitor your physical, virtual and cloud infrastructure from > a single web console. Get in-depth insight into apps, servers, > databases, vmware, SAP, cloud infrastructure, etc. Download 30-day > Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support [Colt Disclaimer] This email is from an entity of the Colt group of companies. Colt Group S.A., K2 Building, Forte 1, 2a rue Albert Borschette, L-1246 Luxembourg, R.C.S. B115679. Corporate and contact information for our entities can be found at http://colt.net/uk/en/Colt-Group-of-Companies/index.htm. Internet communications are not secure and Colt does not accept responsibility for the accurate transmission of this message. Content of this email or its attachments is not legally or contractually binding unless expressly previously agreed in writing by Colt ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Devmon-support mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/devmon-support ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.2793 / Virus Database: 2629/5898 - Release Date: 11/16/12 |