Hello,
I am wondering if anybody could help me, we have SNMP traps coming in from our BMC scheduler and we want to get advanced alerting working in Solarwinds so we can have escalation etc. There are a few problems I'm coming up against that I'm not sure I am going to be able to achieve what I want.
1. There is no SNMP reset trap only the job failure.
2. I need to alert on pretty much every job (with a few exceptions).
The trap looks like the following:

I've got a basic SQL custom alert working:
WHERE nodeid IN (SELECT nodeid FROM traps WHERE TrapType = 'BMC-CONTROLEM-MIB:alertTrap.10' AND DateTime > DateAdd(minute, -1, Sysdatetime())
However once that has been triggered it won't alert again on the next job failure. Without creating an alert definition for every 'alertTrapJobName' can anyone think of a better solution as there are thousands of jobs?
Also as I don't get a reset trap the reset condition would just need to be based on whether the advanced alert had been acknowledged. Can you query the AlertActive table in the reset condition?
Hopefully someone can help me!
Thanks