After taking a bit of time with the traps that my Orion system is receiving I finally figured out what seemed to be missing, the traps don't have any explanations associated with them.
In the previous NMS systmes that I have worked with including the free ones, the traps had explanations as that information is stored in the MIB and therefore should be made available.
I am curious why Orion doesn't make this information available on their traps, it makes some of them almost impossible to understand unless I am just missing something.
Here is an example pretty much the same trap on two different systems...
ORION
snmpTrapEnterprise = CISCO-HSRP-MIB:cHsrpMIBNotificationPrefix
experimental.1057.1 = 10.10.10.10
cHsrpGrpStandbyState.11.106 = 5
snmpTrapOID = CISCO-HSRP-MIB:cHsrpStateChange
sysUpTime = 2158108441
OpenNMS
Cisco Event: HSRP State Change.
A cHsrpStateChange notification is sent when a cHsrpGrpStandbyState transitions to either active or standby state, or leaves active or standby state. There will be only one notification issued when the state change is from standby to active and vice versa.
cHsrpGrpStandbyState 1 initial(1) learn(2) listen(3) speak(4) standby(5) active(6)
As you can see I get much better information with OpenNMS. Without the additional information the "cHsrpGrpStandbyState" number would mean nothing. Is there some way to make this information from the MIB available in Orion as well?