Hi
So I'm currently demoing Zenoss as our SNMP Trap management solution.  This is 
the ONLY function Zenoss is going to perform for us and thus, we will not be 
populating it with devices, only sending SNMP Traps to it for processing.  

I've got some APC UPS sending traps to this Zenoss server, I've got the APC MIB 
loaded and the traps are being decoded properly in the Event Console (no longer 
showing the OID, but the actual trap name).  The problem is I'd like to be able 
to use some of the data in the actual trap for alerting and in the msg summary, 
but I can't find any way of doing so.  I know it is something to do with the 
transform field under event mapping, and I can get it to fully replace the 
summary msg with some static text, ie;

evt.summary = "blah blah blah"

but I'm unable to use any dynamic info like;

evt.summary = "APC UPS" + dev.getId() + (SNMP VARIABLE 1)

I have a feeling that I can't use dev.getID() because there are no actual 
devices in the system (only traps) and I know that (SNMP VARIABLE 1) is not 
valid, but I can't find any reference on how to pull this data from the trap.  

Cany anyone help?  Thanks

J




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=26935#26935

-------------------- m2f --------------------



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

Reply via email to