I am also looking into the possibility of sending SNMP traps to SolarWinds to complete the acknowledgement. I was poking around in Trap Viewer, and it appeared that there were two methods to accomplish this:
- Using a regex to match the contents of the trap details
- Matching the SNMP trap against a series of OIDs that Trap Viewer has been preconfigured to look for
My question is: once that match occurs within Trap Viewer, how do I then pass the AlertDefID received in the SNMP trap to a script that I am then triggering? Can Trap Viewer do this?