I want to pull this information from the details that's included with the Trap. local.9.2.1.18.98 sartuche24
How do I use an event transform to pull that value from the trap. The gettattr but information is exactly needed for it to pull the actual information instead of some standard message like a user has logged out. Here is what I have for the transform right now. I don't know if I have the correct OID though because Zenoss is transforming it to a certain mib. evt.summary = "A user " + getattr(evt, ".1.3.6.1.4.1.9.0.1.9.2.1.18.98", "User") + " out of " + dev.getId() -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=27808#27808 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
