I am using NPM to monitor hosts for Up/Down and sending alerts to our CA Spectrum implementaiton which is our gateway to autogenerate tickets in our CA Unicenter tool.
the following is a sanitized version of a trap sent to Spectum
Model URL : <Polling Server>
Severity :
Created On : Nov 23, 2009 11:43:30 AM CST
Name : <removed>
Event : Unknown alert received from device <Polling Server> of type Host_Device. Device Time 0+00:00:00. (Trap type 1.3.6.1.4.1.11307.6.10)
Trap var bind data:
OID: 1.3.6.1.2.1.1.3.0 Value: 0
OID: 1.3.6.1.6.3.1.1.4.1.0 Value: 1.3.6.1.4.1.11307.10
OID: 1.3.6.1.6.3.1.1.4.3.0 Value: 1.3.6.1.4.1.11307
OID: 1.3.6.1.4.1.11307.10.2 Value: <removed>
OID: 1.3.6.1.4.1.11307.10.3 Value: <removed>
OID: 1.3.6.1.4.1.11307.10.4 Value: 313
OID: 1.3.6.1.4.1.11307.10.5 Value: Generic HTTP Monitor
OID: 1.3.6.1.4.1.11307.10.6 Value: APM: Component
OID: 1.3.6.1.4.1.11307.10.7 Value: 436
OID: 1.3.6.1.4.1.11307.10.8 Value: Alert me when a component goes into Down state Generic HTTP Monitor is Unknown.
The OID 1.3.6.1.4.1.11307.10 is known to spectrum based on the MIB found on the Polling server, but I am unsure why the Trap starts with Trap Type 1.3.6.1.4.1.11307.6.10... It is not defined in the MIB on the Poller. Is there another MIB I need to supply to the Spectrum server, or a way to strip out that detail and supply only Trap var bind data within the trap?