I currently have a large transform that sorts my SNMP traps from a particular vendor as they come in. What I am attempting to do now is clear an existing trap inside of my transform statement.
Currently inside my transform everything is working, but I cannot figure out how to tell Zenoss to clear existing traps from within the transform. I know what my eventClassKey is, and this will be unique for the different state changes. eventClassKey bwNetworkDeviceIsFailed eventClassKey bwNetworkDeviceIsOnline What I need to happen, is when the new alarm comes in, how can I say if the two devices are the same, and the eventClassKey == "bwNetworkDeviceIsOnline" change the existing trap to clear where eventClassKey =="bwNetworkDeviceIsFailed" I dont know enough python to wrap my head around how to get this to work..Sigh.. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=38013#38013 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
