In short way:
I'd like to have the "Recommendations" of an Alert to be sent with the SNMP trap. Is it possible?
Better explaining:
I already have the vRealize Operations SNMP plugin in place, finely sending the trap alerts to my event broker.
Traps are received and I have them filled with the information bellow listed, including some extended information inside the "vmwareAlertMessage" variable.
I'd like to know if is there any way to add a new variable to this list (like a "vmwareAlertRecommendation") or in last case, inside "vmwareAlertMessage".
# vmwareTrapProblemActive vmwareAlertAliveServerName
1.3.6.1.4.1.6876.4.5.1.0.46 1.3.6.1.4.1.6876.4.5.1.2.1(101,0)\
# vmwareAlertEntityName
1.3.6.1.4.1.6876.4.5.1.2.2(2,0)\
# vmwareAlertEntityType
1.3.6.1.4.1.6876.4.5.1.2.3(103,0)\
# vmwareAlertTimestamp
1.3.6.1.4.1.6876.4.5.1.2.4(104,0)\
# vmwareAlertCriticality
1.3.6.1.4.1.6876.4.5.1.2.5(105,0)\
# vmwareAlertRootCause
1.3.6.1.4.1.6876.4.5.1.2.6(106,0)\
# vmwareAlertURL
1.3.6.1.4.1.6876.4.5.1.2.7(107,0)\
# vmwareAlertID
1.3.6.1.4.1.6876.4.5.1.2.8(108,0)\
# vmwareAlertMessage
1.3.6.1.4.1.6876.4.5.1.2.9(109,0)\
# vmwareAlertType
1.3.6.1.4.1.6876.4.5.1.2.10(110,0)\
# vmwareAlertSubtype
1.3.6.1.4.1.6876.4.5.1.2.11(111,0)\
# vmwareAlertHealth
1.3.6.1.4.1.6876.4.5.1.2.12(112,0)\
# vmwareAlertRisk
1.3.6.1.4.1.6876.4.5.1.2.13(113,0)\
# vmwareAlertEfficiency
1.3.6.1.4.1.6876.4.5.1.2.14(114,0)\
# vmwareAlertMetricName
1.3.6.1.4.1.6876.4.5.1.2.15(115,0)\
# vmwareAlertResourceKind
1.3.6.1.4.1.6876.4.5.1.2.16(116,0)\
# vmwareAlertDefinitionName
1.3.6.1.4.1.6876.4.5.1.2.17(0x00012b4c,0)\
# vmwareAlertDefinitionDesc
1.3.6.1.4.1.6876.4.5.1.2.18(118,0)\
# vmwareAlertImpact
1.3.6.1.4.1.6876.4.5.1.2.19(119,0)
Thank you.