Page 1 of 1

Incorrect display format

Posted: Thu Jul 12, 2012 11:51 pm
by surachai.ch
Hi,

Please help to verify the incorrect format display as shown in attached file.

version: Nagios XI 2011 R2.4

Regards,
Surachai C.

Re: Incorrect display format

Posted: Fri Jul 13, 2012 9:35 am
by mguthrie
Do you have html tags embedded in the plugin output?

Access the Admin->Manage System Config page, and try turning off "Allow HTML Tags in Host/Service Status" and see if that resolves the issue.

Re: Incorrect display format

Posted: Fri Jul 13, 2012 9:36 am
by scottwilkerson
I noticed you have HTML formatting enabled
http://support.nagios.com/forum/viewtop ... 605#p25605

Make sure that your plugins aren't returning output that has malformed HTML

Re: Incorrect display format

Posted: Mon Jul 16, 2012 3:43 am
by surachai.ch
Hi,

I got this SAP plugins from http://sourceforge.net so could you please suggest me how to solve it.

Regards,
Surachai C.

Re: Incorrect display format

Posted: Mon Jul 16, 2012 9:30 am
by mguthrie
Most community developed plugins have built-in documentation by manually running them from the command-line with the -h flag. For example:

Code: Select all

cd /usr/local/nagios/libexec
./check_something -h
The support we're able to offer for community developed plugins (outside of what we ship with XI) is pretty limited, particularly if we don't have the hardware or software to test against it.