Posts: 3
Threads: 1
Joined: Mar 2019
Reputation:
0
03-20-2019, 08:13 AM
(This post was last modified: 03-25-2019, 09:23 AM by george-dudman.)
Hi there,
Starting off with info..
NEMS on RPi
Version 1.5
Build 7
In cockpit -> logs , seeing error: Could not complete ssl handshake with 192.168.x.x: rc=-1 SSL-error=5.
Have installed the nrpe server on the linux server as the Docs showed.. "apt-get install nagios-nrpe-server nagios-plugins" and changed allow hosts etc..
Could this be a compile issue with the install of nrpe?
Any help would be greatly appreciated with this issue
Regards,
George
Posts: 3
Threads: 1
Joined: Mar 2019
Reputation:
0
04-02-2019, 06:36 AM
(This post was last modified: 04-02-2019, 06:50 AM by george-dudman.)
Hi Robbie,
Thanks for the reply!
Yes i followed the documentation to a T yielding no results.. (can confirm ports are open and accessible from nems)
Reading up online there are some suggestions that you have to install it from source, otherwise it will compile with the "no-ssl" function.
In adagios seeing connection reset and connection reset by peer on the machine in question.
That is all I could find on the matter.. hope that may help someone investigate further.
Posts: 1
Threads: 0
Joined: Jun 2019
Reputation:
0
Did you managed to get this to working?
I'm seeing the exact same error with NRPE on Windows and can't get it to work,
Most related topics with Nagios sugest to change NRPE server settings to sometihng like this:
allow arguments = true
allow nasty_meta chars = true
allowed hosts = 127.0.0.1,xxx.xxx.xxx.xxx
port = 5666
use SSL = 1
ssl options =
verify mode = none
insecure = true
But even with above settings it keeps moaning about the SSL handshake
2019-06-06 09:44:02: error:c:\source\master\include\socket/connection.hpp:276: Failed to establish secure connection: sslv3 alert handshake failure: 1040
Posts: 3
Threads: 1
Joined: Mar 2019
Reputation:
0
Hi,
I never did get this working, still cannot use NRPE for linux monitoring.
I think the documentation is very out of date as Robbie stated above.
Posts: 7
Threads: 0
Joined: Jul 2019
Reputation:
0
I'm having the same issue. I'm pretty sure the NRPE version that is being shipped with NEMS was not compiled with SSL support.
I'm trying to move from an existing, working, Nagios Core installation, so I know NRPE on the client-side is fine.
-Rob