Check_NRPE + NSClient
Posted: Sun Sep 02, 2018 4:34 pm
Hello, first time here on the forum. Been using nagios for 2-3 years.
While trying to help the community, by doing tutorial video about making a complete system from nagios core. Graph+ notification...
I'm having a problem that seem easy but I cannot go through.
Install the lastest nagios and pluging in a new VM ubuntu 18.04 and NSClient++ on another Windows 10.
I'm able to check the server itself by doing the following command.
When I try to do the same thing on the Windows host with NSClient it's giming me this error.
I've tried a working configuration and it still doing the same error. I even try to downgrade the NSClient Version to 4.xxxx . So I don't think it's a NSClient issue. Someone has an idea?
Here the basic config of NSClient.
192.168.7.157 = Nagios test server.
192.168.7.177 = Windows 10 + NSClient.
While trying to help the community, by doing tutorial video about making a complete system from nagios core. Graph+ notification...
I'm having a problem that seem easy but I cannot go through.
Install the lastest nagios and pluging in a new VM ubuntu 18.04 and NSClient++ on another Windows 10.
I'm able to check the server itself by doing the following command.
Code: Select all
./check_nrpe -H 127.0.0.1
NRPE v3.2.1
Code: Select all
./check_nrpe -H 192.168.7.177
CHECK_NRPE: (ssl_err != 5) Error - Could not complete SSL handshake with 192.168.7.177: 1
Here the basic config of NSClient.
Code: Select all
[/settings/default]
allowed hosts = 192.168.7.157
[/settings/NRPE/server]
ssl options =
verify mode = none
insecure = true
[/modules]
NRPEServer = 1
192.168.7.177 = Windows 10 + NSClient.