I think I've fixed it.

It would appear that MikroTik's RouterOS does not provide a description for the network interfaces. I just changed line 73 of
/usr/local/zenoss/Products/DataCollector/plugins/zenoss/snmp/InterfaceMap.py

From this: iftable[ifidx]['description'] = data['description']
To this: iftable[ifidx]['description'] = ""

And now it works.

Is there a better way to do this (perhaps putting in a condition as to whether or not the description key exists).. I mean, is this a safe work-around?

Thanks,

--
Matt Smith
Programmer
Ken-Tenn Wireless
417 W. Reelfoot Ave.
Union City, TN 38261
731-885-4000 local
888-880-1981 toll-free
[EMAIL PROTECTED]


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

Reply via email to