CHECK_NRPE: Error - Could not complete SSL handshake.
Posted: Fri Mar 16, 2012 9:20 am
hi..
I m running nagiosxi Virtual machine with static IP via proxypass in my host. currently i am in trial mode but will purchase the licence once my problem get solve. :-/. I can access Nagiosxi from any external IP. I need to monitor my host from nagiosxi VM running in vmware. I unable to install nagiosxi in my server directly because nagiosxi not accepting Mysql root password .. even though i given correct one. it ask password again and again.. first the password given are visible.. if i press spacebar and proceed it again ask password. this time password are nonvisible.. but both way it not accepting. So i decided to go with VMware nagiosxi VM to monitor my centos 5.7 server.
I ran setup to add host in nagiosxi VM and added my host. IP: 1.1.1.1 . downloaded agent and installed in server. but i am getting CHECK_NRPE: Error - Could not complete SSL handshake. for all services expect "ping" ..
This is my /etc/xinetd.d/nrpe in host.
I don know whether The connection refused is because i m using proxypass to direct a subdomain to nagiosxi VM in my vhost.conf? If this is cause then wt i have to do...
Proxypass / http://1.1.1.2/
ProxypassReverse / http://1.1.1.2/
On my Nagios XI Virtual Machine /etc/xinetd.d/nrpe
pls assist me how to correct it. i am completely lost. I am always ready to provide any other info for your kind consideration.
Awaiting response patiently.
Jack.
I m running nagiosxi Virtual machine with static IP via proxypass in my host. currently i am in trial mode but will purchase the licence once my problem get solve. :-/. I can access Nagiosxi from any external IP. I need to monitor my host from nagiosxi VM running in vmware. I unable to install nagiosxi in my server directly because nagiosxi not accepting Mysql root password .. even though i given correct one. it ask password again and again.. first the password given are visible.. if i press spacebar and proceed it again ask password. this time password are nonvisible.. but both way it not accepting. So i decided to go with VMware nagiosxi VM to monitor my centos 5.7 server.
I ran setup to add host in nagiosxi VM and added my host. IP: 1.1.1.1 . downloaded agent and installed in server. but i am getting CHECK_NRPE: Error - Could not complete SSL handshake. for all services expect "ping" ..
This is my /etc/xinetd.d/nrpe in host.
# default: on
# description: NRPE (Nagios Remote Plugin Executor)
service nrpe
{
flags = REUSE
socket_type = stream
port = 5666
wait = no
user = nagios
group = nagios
server = /usr/local/nagios/bin/nrpe
server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd
log_on_failure += USERID
disable = no
only_from = 1.1.1.2 #This is my Nagios XI VM Static IP
}
Code: Select all
[root@u15830099 xinetd.d]# chkconfig --list nrpe
nrpe onCode: Select all
[root@u15830099 xinetd.d]# netstat -lpn |grep 5666
tcp 0 0 0.0.0.0:5666 0.0.0.0:* LISTEN 7183/xinetdCode: Select all
[root@u15830099 xinetd.d]# /usr/local/nagios/libexec/check_nrpe -H 1.1.1.2
Connection refused or timed outProxypass / http://1.1.1.2/
ProxypassReverse / http://1.1.1.2/
On my Nagios XI Virtual Machine /etc/xinetd.d/nrpe
# default: on
# description: NRPE (Nagios Remote Plugin Executor)
service nrpe
{
flags = REUSE
socket_type = stream
port = 5666
wait = no
user = nagios
group = nagios
server = /usr/local/nagios/bin/nrpe
server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd
log_on_failure += USERID
disable = no
only_from = 1.1.1.2 #This is my Nagios XI VM Static IP
}
Code: Select all
[root@nagiosxi ~]# /usr/local/nagios/libexec/check_nrpe -H 1.1.1.1
CHECK_NRPE: Error -could not complete SSL handshakeAwaiting response patiently.
Jack.