I know this has been covered before, but has anyone come up with creative solutions to handle trap management? I'm really trying to figure out a way to toss our existing SNMPc implementation into the trash, which handles traps fairly well, and replace it with Orion.
I think I have a cobbled solution. Any feedback appreciated?
Trap received with Trap Manager. Filter, and use VB script to somehow parse the content, and insert an entry in the Node database (Custom Property field for the associated Node)
Create an Advanced Alert monitoring the existance of a field (ie. Error_Message field (NOT_NULL)). If exist, Alert...and display error message in alert.
When trap comes in clearing the alert, the script pulls the message out of the database, and the advanced alert clears.
I'm not a VB person, so this will take some work, but has anyone else come up with something similar?