Incorrect display format

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
surachai.ch
Posts: 43
Joined: Tue Mar 27, 2012 9:58 pm

Incorrect display format

Post 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.
You do not have the required permissions to view the files attached to this post.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Incorrect display format

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Incorrect display format

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
surachai.ch
Posts: 43
Joined: Tue Mar 27, 2012 9:58 pm

Re: Incorrect display format

Post 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.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Incorrect display format

Post 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.
Locked