It would be great if there was a possibility to create clickable links from the output of a service-check plugin.
In my case, I’d like to have direct clickable links to details of M365 service icidents. At the moment, the HTML gets escaped by the page renderer, so the links do not work:
If you add the string “!HTML!” in the description of a service, the output will be rendered as HTML and not escaped. However, this is not a really “clean” solution and I will run into trouble when next update comes.
Is there any “overlay” mechanism where I could place such changes without breaking update mechanism and/or losing my changes?
@murrant thanks for your reply.
What if it is configurable per plugin and maybe limited to certain html-tags or domains that need to be “whitelisted” by the user?