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.