Hi,
Please help to verify the incorrect format display as shown in attached file.
version: Nagios XI 2011 R2.4
Regards,
Surachai C.
Incorrect display format
-
surachai.ch
- Posts: 43
- Joined: Tue Mar 27, 2012 9:58 pm
Incorrect display format
You do not have the required permissions to view the files attached to this post.
Re: Incorrect display format
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.
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
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
http://support.nagios.com/forum/viewtop ... 605#p25605
Make sure that your plugins aren't returning output that has malformed HTML
-
surachai.ch
- Posts: 43
- Joined: Tue Mar 27, 2012 9:58 pm
Re: Incorrect display format
Hi,
I got this SAP plugins from http://sourceforge.net so could you please suggest me how to solve it.
Regards,
Surachai C.
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
Most community developed plugins have built-in documentation by manually running them from the command-line with the -h flag. For example:
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.
Code: Select all
cd /usr/local/nagios/libexec
./check_something -h