Re: [Nagios-devel] Issue with the histogram cgi

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

Re: [Nagios-devel] Issue with the histogram cgi

Post by Guest »

------=_Part_33439_24898065.1215763705842
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

I can confirm the issue with histogram.cgi (the same is valid for
trends.cgi). The problem lies in the fact that the url_encoding is done
twice, so first spaces get translated to "+", and when you call the cgi
again (for eg. a different timeframe) the "+" gets translated as well, thus
rendering the requested value for the service invalid.

Franky

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

Hi,I can confirm the issue with histogram.cgi (the same is valid for trends.cgi). The problem lies in the fact that the url_encoding is done twice, so first spaces get translated to "+", and when you call the cgi again (for eg. a different timeframe) the "+" gets translated as well, thus rendering the requested value for the service invalid.
Franky

------=_Part_33439_24898065.1215763705842--





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