You could add the following line to the file ~/Products/DataCollector/plugins/zenoss/snmp/InterfaceMap.py after line 155:
Code: om.monitor = False This disables monitoring of interfaces per default. I'm not sure what happens when you enable monitoring for an interface of a certain device and that device gets remodelled - resetting all interface monitoring to false again(?). You could probably add another zProperty via the /manage interface and test for being set to true/false in order to set the line above apropriately. As a workaround when you add a bunch of devices you could stop the zenperfsnmp daemon, add these devices, disable monitoring for all this new interfaces via zendmd, start zenperfsnmp. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21475#21475 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
