Page 1 of 1

Can I output HTML in my custom plugins?

Posted: Tue Jun 07, 2022 1:39 am
by CarlosCarrancom
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 omeglz echat HTML.