nrpe[6183]: [ID 813741 daemon.error] Error: Could not complete SSL handshake. 1

jonas kellens jonas.kellens at telenet.be
Mon Nov 2 18:02:29 CET 2009


I am running the nrpe-plugin as part of xinetd. I had the same issue
till I made the following setting in /etc/xinetd.d/nrpe :

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 ip_of_nagios
}

The only_from-param needs an IP-address of the monitoring server to
match the IP-address.

Don't know if this helps your case...

Jonas.


On Mon, 2009-11-02 at 11:29 -0500, akp geek wrote:

> 
> Hi -
> 
> 
> 
> I am getting the following error 
> 
> 
> nrpe[6183]: [ID 813741 daemon.error] Error: Could not complete SSL
> handshake. 1
> 
> 
> This is the message from /var/adm/messages on solaris 10
> 
> 
> I am running the following command from the server where I have
> installed nagios
> 
> 
> ./check_nrpe -H 10.xxx.xxx.xx and I get the above message
> 
> 
> when I do $ netstat -a | grep nrpe
> 
> 
> localhost.nrpe             *.*                0      0 49152      0
> LISTEN
>       *.nrpe               *.*                0      0 49152      0
> LISTEN
> 
> 
> Any clues where things are going wrong. Struggling on this issue since
> 2 days
> 
> 
> Regards
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________ Nagios-users mailing list Nagios-users at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20091102/0eb8729d/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list