reighnman wrote:
> Hello, im trying to pull the tails expression from an snmp_linkdown event.  I 
> can pull the device and all the major expressions, but I'm trying to pull 
> "ifDesc" from the details of the event.
> 
> How can I grab that?  I tried ${evt/ifDescr} and ${ifDescr}
> 
> No luck tho


i have not tried it, but I dont believe that it is a tales expression that you 
are after.  You want the event properties of what came in.  Try this:


Code:

evt.summary = getattr(evt, "ifDescr") + " link is down."




LMK if that works, and I can give you some variants on it as well.




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

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

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



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

Reply via email to