Hi Marcin,

Thanks Chet, I thought your solution below was spiffy! Marcin, when you say "It does not return any value" have you looked for errors in $ZENHOME/log/zentrap.log?

-Eric

Marcin Zabłocki wrote:
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


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

Reply via email to