Is there a way to include the NPM url to the object in question in an alert?
For example, we have an alert setup to notify us if an interface has errors. Is there some way to include a NPM URL to that specific interface in the alert?
Is this what you mean?
for INTERFACE
for NODE
Orion Node Status:http://servername:port/Orion/Netperfmon/nodedetails.aspx?netobject=N:${NodeID}&view=NodeDetailsOrion Interface Status:http://servername:port/Orion/View.aspx?View=InterfaceDetails&NetObject=I:${InterfaceID}
Orion Volume Status:http://servername:port/Orion/NetPerfMon/VolumeDetails.aspx?NetObject=V:${VolumeID}
Thanks, that's exactly what I mean!
I actually feel silly that I didn't see it before.