I currently have an advanced alert running that currently takes into account when an interface goes into a "Down" status. Along that line, we have an email that goes out for the trigger action that states which interface went down. The part of the email is similar to this:
Interface that triggered alert: ${InterfaceName}
This gives us the exact name of the interface that went down, similar to:
Interface that triggered alert: Switch1 - Ethernet2/3/7 - ethernet2/3/7
While this information is good, it still requires us to go to the node in the UI and review what was connected to 2/3/7 (per the example). We can then note which node is being affected by the "Down" status and adjust accordingly. The affected node is reviewed through the NPM Network Topology section of the node details. Is there a way to shortcut this process and have the affected node be a part of the email? By example:
Interface that triggered alert: ${InterfaceName} connected to ${AFFECTEDNODE} is in a ${Status} status
Where ${AFFECTEDNODE} is the node connected to that interface. Is this possible?