I'm a little stuck on inserting variables into alert messages and I'm hoping someone can provide a suggestion or work-around to what I'm trying to accomplish. I have several routers on my network that have two interfaces (Gi0/1 and Gi0/2) with public IP addresses assigned to them, and an interface (Gi0/0) on the LAN with a private IP. I do all my monitoring / polling of the routers via the private IP address. In the Custom Properties, I have defined an Interface object called Interface_IP_Address and have populated these with the IP addresses of all three interfaces.
If a node goes down, I would like the Alert Message to include the IP address of all three interfaces. I can already insert the LAN interface via the $IP_Address variable which supplies the monitored IP, so what I'm really looking to do is have the public IPs included in the Alert Message. Does anyone know how I can accomplish this?
Thanks in advance.