I tried to collect the configuration of a cisco 2610 router and got this error:
Traceback (most recent call last): File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 54, in processClient changed = self._applyDataMap(device, datamap) File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 94, in _applyDataMap changed = self._updateRelationship(tobj, datamap) File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 128, in _updateRelationship self._createRelObject(device, objmap, rname) File "/opt/zenoss/Products/DataCollector/ApplyDataMap.py", line 193, in _createRelObject rel._setObject(remoteObj.id, remoteObj) File "/opt/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 89, in _setObject self.addRelation(object) File "/opt/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 83, in addRelation obj.manage_afterAdd(obj, self) File "/opt/zenoss/Products/ZenModel/IpInterface.py", line 381, in manage_afterAdd self.index_object() File "/opt/zenoss/Products/ZenModel/IpInterface.py", line 405, in index_object sel f.uid = self.device().getId() + "." + self.getId() AttributeError: 'NoneType' object has no attribute 'getId' I've successfully collected other 2610 routers with similar configurations (show interface is pretty much identical between the two routers). Any ideas? Thanks, --Dennis _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
