Chet Luther wrote:
for attr in dir(evt): if attr.startswith('1.3.6.1.2.1.15.3.1.14.'):evt.bgpPeerIp = getattr(evt, attr).replace('1.3.6.1.2.1.15.3.1.14.', '')evt.summary = "bgpBackwardTransNotification from " + evt.bgpPeerIp
Hello Chet, It does not return any value :/ And as You said this is not very ellegant method either. Maybe someone made bgp state monitoring with Zenoss? Regards Marcin _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
