I have integrated Slack with our Icinga (Nagios based) monitoring and we are sending notifications from icinga to slack channels
In icinga notification's service description field we are including a URL for the monitoring page for that particular notification as HTML code but the problem is Slack is not respecting the html code and is displaying the URL as a text.
Any idea how can I make the links URL (Clickable)
We are transitioning from hip-chat to slack and I have different possibilities of escaping char, putting in direct URL but none worked
Below is the notification with direct URL in service description
SS ABC Integration - application-test- app/'http://monitoringhost.com/icinga/cgi-bin/extinfo.cgi?type=2&host=hostserver&service=Load Average per CPU' Load Average per CPU on hostserver is OK
Below is with html code in the services description
hostnameB/<a href='http://monitoringhost.com/icinga/cgi-bin/extinfo.cgi?type=2&host=hostnameB&service=SS Test Application-Demo-Sub - Last Submission Status'>SS Test Application-Demo-Sub - Last Submission Status on hostnameB</a> is OK
We want the URL to be clickable