This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Custom Triggers for alerts on traps

I have read some posts on here that are related but, not specific to my case.

It seems that trap manager is not available to me but, I can create a custom SQL trigger from the trap list in the NPM web interface.

Error Condition looks like this (trapPerceivedSeverity = major(5) )

pastedImage_2.png

Cleared condition (trapPerceivedSeverity = cleared(1) )

pastedImage_0.png

I created a trigger that sort of works but it does not address whether it's the alert trap or the clear trap.

It just tells me it either errored of cleared in the last 30 minutes

pastedImage_8.png

I think I need to do a second join to trapvarbinds  to get the "trappercievedseverity" but I can't figure out the syntax.