raphael wrote: > Yeah I have the same requirement. > > It would be good to be able to run a script that can remove all monitoring > for devices that have interfaces: NULL, lo, unrouted VLAN, 127.0.0.0, etc. > > Cheers > > G.
I don't know about the previous question but this i can be done within the zProperties of any class you choose. You'll find an option zInterfaceMapIgnoreNames and zInterfaceMapIgnoreTypes. I use zInterfaceMapIgnoreNames=^(unrouted|rif0|lo|VLAN-|sit|Virtual) to get rid of all the ones I don't want see. Traps will still come in for these so you'll needs some transform rules to trash them as well, if you're collecting traps. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=15801#15801 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
