Page 1 of 1

HTML Breaks Not Working - Nagios XI

Posted: Mon Feb 04, 2013 1:35 pm
by JumpingSnake
Good Morning,
I have installed Nagios XI and have been getting it up and running to mimic our current Nagios Core environment. In the core environment, we setup the Dell OMSA check which can output to multiple lines within the service page. However, when I setup the service in Nagios XI, the output gets cut off and it doesn't do the line break. If I remember correctly, I had to edit the Core CGI config here:

Code: Select all

escape_html_tags=0
to be

Code: Select all

escape_html_tags=1
so that the <br/> would work. If I set this setting in Nagios XI by going to the Core Config Manager->Advanced->Nagios Core CGI Config and edit and save, nothing happens. I then went into the server and restarted the Nagios XI service, but this didn't help either.

Basically, I'm just wondering if editing the file from Nagios XI works, and if not, can I edit the file on the file system and will it get overwritten once I apply a new config?

Any help or requests for more info are more than appreciated!

Re: HTML Breaks Not Working - Nagios XI

Posted: Mon Feb 04, 2013 2:20 pm
by lmiltchev
Go to: Admin->System Config->Manage System Config->select the "Allow HTML Tags in Host/Service Status" check-mark box, and click on "Update Settings".
Let us know if this fixes your problem.

Re: HTML Breaks Not Working - Nagios XI

Posted: Tue Feb 05, 2013 11:59 am
by JumpingSnake
That worked perfectly. Thanks for the help!!