I would love to hear from developers on this, too. My organization has hundreds of VRFs (VPNs), making the network topology tree useless. The calculations were grinding our install to a near-halt. Most of the resource usage had to do with logging of those "not in topology" messages.
A quick "patch" that may help others (see http://forums.zenoss.com/viewtopic.php?t=7286): edit $ZENHOME/Products/ZenStatus/pingtree.py Remove lines 110-112. Should be the following code: Code: if net.ip == 'default': log.warn("device '%s' network '%s' not in topology", device.id, netname) This will not stop the topology calculations but it will stop Zenoss from generating (in my case) thousands of needless log entries, thereby significantly reducing server load. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=27785#27785 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
