Is it possible to output HTML in my nagios plugins?
I’d just like a <br/> (new line) to show up in status of my plugin (I’d like error messages to include a reasonable amount of useful information in the case of a multiple transaction jmeter script).
I tried outputting <br/> in my plugin, but nagios converts it to text rather than displaying it as HTML.
As default no. But you could modify the code of the display page to parse the output for line breaks?