This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How do I modify a URL in an alert message

Hi,

We have our SW server hidden behind an F5.  I would like to change the alerting messages that are mailed out from showing:

View full object details here: ${N=SwisEntity;M=DetailsUrl}.

which returns:

View full object details here:  http://<solar winds server name>:80/Orion/View.aspx?NetObject=SMSA:1

which shows the actual SW server name in the url to the new nat address as shown below:

View full object details here: https://monitoring.com/Orion/View.aspx?NetObject=SMSA:1

Is there a way to perform string substitution within the message?

Thank you.