[Nagios-devel] Nagios 3.0 does not pass backslashes with check_nrpe?

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] Nagios 3.0 does not pass backslashes with check_nrpe?

Post by Guest »

Hi all,

after upgrading to Nagios 3.0 it seems that backslashes are no longer
passed to nrpe clients. The TESTHOST is running nsclient++.

When i do (as user nagios):

./check_nrpe -H TESTHOST -n -p 5666 -c CheckFileSize -a
File=c:\\temp\\*.* MaxWarn=150M MaxCrit=200M

i get this:

OK all file sizes are within bounds.|'c:\temp\*.*'=127.51M;150;200;

which is the correct result.


When Nagios is performing the same check, the result is:

Status information: OK: c:temp*.*: 0B
Performance Data: 'c:temp*.*'=0B;104857600;209715200;

which is obviously not correct (as the backslashes are missing)

Can anyone confirm this problem?

Regards






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