I am trying to configure an alert message to include a custom SNMP value, but it's not working. The SNMP value is the local IP address of a host's BGP connection. The OID name is bgpPeerLocalAddr. So, I configured a custom poller to get the SNMP value from the host. The value returned was an IP address 10.10.10.1.
However, I am unable to include this value in an alert message. Is there a way to configure an alert to include this custom SNMP value in the alert email message? I've tried references from the alert rule to the custom poller, for example ${bgpPeerLocalAddr}, to no avail. It just returns the actual reference, ${bgpPeerLocalAddr}.