On Jan 15, 2009, at 9:38 PM, Shin wrote:
> The details will change. Because I have writed a program to send the  
> trap message by Java library and the content of the trap message is  
> dynamic... and I want to use zenoss to receive those message.

If the details will change you need to extract one of them that will  
be unique and use it as one of the fields that Zenoss bases its  
deduplication on. For example, if one of the details is named  
"errorMessage" and that is what you key uniqueness on, you would put  
the following in the transform.

if hasattr(evt, "errorMessage"): evt.summary = evt.errorMessage
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to