So I have SAM sending alerts to Alert Manager I have the option to include the original alert and in the original alert it includes the details URL but it just does http://computername/view.aspx etc.
First I have the website set up to use HTTPS, second it doesn't use the FQDN which is kinda vital as the monitoring servers don't sit on the same domain as the people who get the alerts so when they click on them it trys to take them to the http site which I left up because of this, which I would love to take away. second they'll never get to it because the computer isn't on their own domain which just makes it take twice as long to get to the problem node to see what's up.
Here's what I'm talking about:
I would like that detailsURL say Https://sol0001.mydomain.com:80/orion/view.aspx if possible.