From: Stef C. <ste...@do...> - 2015-12-03 12:42:13
|
On Thursday 03 December 2015 11:36:49 W.J.M. Nelis wrote: > On 02-12-15 11:50, Stef Coene wrote: > > Hi, > > > > I have some NetApps that I monitor, but devmon is refusing Counter64 oids. > > > > I did some research and I'm not the first one with this issue, but I > > couldn't find a solution. > > Hmm, I do not experience this problem. For instance, the OIDs used in > template cisco-3750/if_load is: > > ifBps : .1.3.6.1.2.1.2.2.1.5 : branch > ifName : .1.3.6.1.2.1.31.1.1.1.1 : branch > ifInOctets : .1.3.6.1.2.1.31.1.1.1.6 : branch > ifOutOctets : .1.3.6.1.2.1.31.1.1.1.10 : branch > ifAlias : .1.3.6.1.2.1.31.1.1.1.18 : branch > > Both ifInOctets and ifOutOctets are 64-bit counters. When I enable this check on a SAN switch, devmon is also skipping these counter64 oids! So the problem is not devmon related, but in the perl module. I'm using ubuntu 14.04: libnet-snmp-perl: 6.0.1-2 libsnmp-base: 5.7.2~dfsg-8.1ubuntu3 libsnmp-perl: 5.7.2~dfsg-8.1ubuntu3.1 libsnmp-session-perl: 1.13-1.1 libsnmp30:amd64: 5.7.2~dfsg-8.1ubuntu3 snmp: 5.7.2~dfsg-8.1ubuntu3.1 Stef |