evt.component = getattr(evt, "1.3.6.1.4.1.6876.50.101", "Unexpected missing OID") evt.summary = "VM " + getattr(evt, "1.3.6.1.4.1.6876.50.101", "Unexpected missing OID") + " (" + getattr(evt, "1.3.6.1.4.1.6876.50.102", "Unexpected missing OID") + ") powered on"

Only the component seems to be getting set. This is for a received SNMP trap. Is it not possible to overwrite the summary for a trap?

This could be an issue with something in that line. Check out your zentrap.log to see if there are any exceptions that might be related to this transform in it. If there are no errors in the zentrap.log, try setting evt.message instead of evt.summary.

What version are you running?
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to