OK, I created two HSRP custom poller in UnDP and assigned raw values to one of them.
The two HSRP pollers are:
cHsrpStateChange (1.3.6.1.4.1.9.9.106.2.0.1) - which means that the HSRP state has changed on this device. Within this Trap is another OID cHsrpGrpStandbyState.
cHsrpGrpStandbyState (1.3.6.1.4.1.9.9.106.1.2.1.1.15) - which gives you what state it is in (this is the OID I have mapped the values to.
I know completely nothing about variables, so this is where I am stuck.
I am not sure if the below conditions will work properly.
Using advance alert in the trigger condition tab I have the following:
OID is equal to 1.3.6.1.4.1.9.9.106.2.0.1 - which means the HSRP state has changed
In the reset condition tab I left it at default (Reset when trigger conditions are no longer true)
In the Trigger Actions tab
I want to use the "Send an e-mail / page" action
I am not sure how to build the variables to show the mapped values I created for cHsrpGrpStandbyState in the body of the email.
And I would assume I would do the same thing I did in the Trigger Actions Tab for the Reset Actions Tab.