-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHECK_NRPE: Unclear error message during SSL mismatch #218
Comments
Hi Can you confirm following issue as bug ?
|
Hi @tjyang - thanks for reporting this. I'm not too familiar with NRPE, so hopefully @hedenface will be able to tell you whether or not that's a bug (though I agree that it looks like a system-level error). One thing I did notice, though - removing the quotes should have the same effect as running the command like
that is, the whitespace would separate different shell arguments. Also, since you're invoking these directly on the shell, you may be getting issues related to globbing expansion. I would try using single quotes in this situation, i.e.
|
I just talked to Bryan - he recommends taking a look at your SSL settings, both on the check_nrpe and NRPE sides. Your other commands aren't using the |
Why are you using |
"-n, --no-ssl Do no use SSL"
I was hoping to see the output from with/without -n should be the same.
|
If you want to use non-SSL connections, you need to make sure the NRPE daemon is also running with |
Thanks @sawolf to put this issue as an RFE.
|
Now back to the real goal I want to achieve, ie. to pass over Regular Expression pattern for check_logfile command.
|
This is a test case using nagios server and nrpe agent on same host.
The text was updated successfully, but these errors were encountered: