Nagios client error
Posted: Mon Jan 30, 2012 7:15 am
Hi All,
I have configured a Nagios server ip "192.168.99.86" and it is working fine on server. However, I have configured nagios client too but I am getting below error.
____________________________
Nagios client error
[root@ns1 ~]# /usr/local/nagios/libexec/check_nrpe -H 192.168.99.86
CHECK_NRPE: Error - Could not complete SSL handshake.
____________________________
Please have a look on my Nagios client file too:
[root@ns1 ~]# service xinetd status
xinetd (pid 11390) is running...
[root@ns1 ~]# netstat -at |grep nrpe
tcp 0 0 *:nrpe *:* LISTEN
___________
[root@ns1 ~]# cat /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 = 127.0.0.1 192.168.99.86
}
_________________________
Note: I have installed "nrpe-2.12" with --enable ssl on my client system or "nagios-plugins-1.4.13"
_________________________
I have disabled the firewall on server site as well client site, but unable to resolve it.
Please help me to resolve this issue.
Thanks in Advance
Kamal
I have configured a Nagios server ip "192.168.99.86" and it is working fine on server. However, I have configured nagios client too but I am getting below error.
____________________________
Nagios client error
[root@ns1 ~]# /usr/local/nagios/libexec/check_nrpe -H 192.168.99.86
CHECK_NRPE: Error - Could not complete SSL handshake.
____________________________
Please have a look on my Nagios client file too:
[root@ns1 ~]# service xinetd status
xinetd (pid 11390) is running...
[root@ns1 ~]# netstat -at |grep nrpe
tcp 0 0 *:nrpe *:* LISTEN
___________
[root@ns1 ~]# cat /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 = 127.0.0.1 192.168.99.86
}
_________________________
Note: I have installed "nrpe-2.12" with --enable ssl on my client system or "nagios-plugins-1.4.13"
_________________________
I have disabled the firewall on server site as well client site, but unable to resolve it.
Please help me to resolve this issue.
Thanks in Advance
Kamal