[Nagios-devel] View Config and escaped HTML tags

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] View Config and escaped HTML tags

Post by Guest »

------=_Part_119478_27315708.1175523945110
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

[I tried posting this earlier but no luck. Hopefully it won't double-post.]

The View Config code breaks when trying to display a service's check-command
arguments.

Specifically, doing a CHECK_HTML will often have HTML code such as table
tags in the search string. These tags should be escaped (sanitized) when
displayed so they don't destroy the TABLE syntax in the View Config output.


--
+ David G. Schlecht

------=_Part_119478_27315708.1175523945110
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

[I tried posting this earlier but no luck. Hopefully it won't double-post.]The View Config code breaks when trying to display a service's check-command arguments.Specifically, doing a CHECK_HTML will often have HTML code such as table tags in the search string. These tags should be escaped (sanitized) when displayed so they don't destroy the TABLE syntax in the View Config output.
-- + David G. Schlecht

------=_Part_119478_27315708.1175523945110--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked