Rather than removing the InterfaceMap data collector plugin completely you 
could make use of the zInterfaceMapIgnoreNames and zInterfaceMapIgnoreTypes 
zProperties on this device class. They're regular expressions you can use to 
ignore interfaces of a certain name or type.

Also, you can use the following script within zendmd to disable monitoring on 
all interfaces under your /Network device class at once. Then you can pick and 
choose the ones that you want monitored.


Code:

for device in dmd.Network.getSubDevices():
    for interface in device.os.interfaces():
        interface.monitor = False

commit()







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

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

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



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

Reply via email to