I've got an odd issue where some macros return the correct DNS hostname, and others return the server hostname.
For example, in the same alert:
${NodeDetailsURL} returns the wrong address
https:// orionserver:443/.../View.aspx
and
${N=Alerting;M=AcknowledgeLink} returns the correct address
https:// orion.placeholder.test:443/.../AckAlert.aspx
There's an option in the Web Console Settings to configure this setting, Orion Web Server Address, and its configured correctly.
My hostname binding in IIS is set up correctly,
Is this a value stored in SQL somewhere?
Any help appreciated.