I have several AIX 5.3 (net-snmp proxying to AIX's snmpd for certain things) 
that are able to use this collector fine to obtain ethernet/interface stats.  
As far as I can tell, the boxes that work and the boxes that do not work are 
returning valid values.  

The error is:

DEBUG:zen.DbConnectionPool:Returned a connection; Pool size: 1
ERROR:zen.ApplyDataMap:plugin zenoss.snmp.InterfaceMap device box.host.com
Traceback (most recent call last):
  File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 100, in 
processClient
    changed = self._applyDataMap(device, datamap)
  File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 141, in 
_applyDataMap
    changed = self._updateRelationship(tobj, datamap)
  File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 176, in 
_updateRelationship
    changed = self._createRelObject(device, objmap, rname)
  File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 308, in 
_createRelObject
    self._updateObject(remoteObj, objmap)
  File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 250, in 
_updateObject
    setter(value)
  File "/opt/zenoss/Products/ZenModel/IpInterface.py", line 235, in 
setIpAddresses
    self.addLocalIpAddress(ip)
  File "/opt/zenoss/Products/ZenModel/IpInterface.py", line 215, in 
addLocalIpAddress
    (ip, netmask) = self._prepIp(ip, netmask)
  File "/opt/zenoss/Products/ZenModel/IpInterface.py", line 190, in _prepIp
    netmask = maskToBits(iparray[1])
  File "/opt/zenoss/Products/ZenUtils/IpUtil.py", line 126, in maskToBits
    return int(netmask)
ValueError: invalid literal for int(): None
INFO:zen.ZenModeler:scan time: 1.07 seconds
INFO:zen.ZenModeler:stopping...

--

Does anyone have any idea on how I can fix this, or what might be causing this? 
 We are running the exact same version of net-snmp and snmpd.conf on all boxes.

Thanks,

Josh




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=15652#15652

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to