Michael - Yes it NRPE was configured with the ssl option

This is my install line from the bash history =   ./configure --with-ssl
--with-nrpe-user=icinga --with-nrpe-group=icinga --with-nagios-user=icinga
--with-nagios-group=icinga --libexecdir=/usr/local/icinga/libexec/
--bindir=/usr/local/icinga/bin/

I used icinga as the user instead of nagios to keep the number of account
to a minimum per security regulations

My nrpe.cfg file is minimal also

log_facility=daemon
pid_file=/var/run/nrpe.pid
server_port=5666
nrpe_user=icinga
nrpe_group=icinga
allowed_hosts={server IP address}
dont_blame_nrpe=1
debug=1
command_timeout=60
connection_timeout=300
include_dir=/usr/local/nagios/etc/addl_cfg


Lee - The same error occurs with or without the -n option.   Sorry should
have mentioned that in the first post.

# ./check_nrpe -H {server}
CHECK_NRPE: Error receiving data from daemon.

# ./check_nrpe -n -H {server}
CHECK_NRPE: Error receiving data from daemon.

Thanks for the replies, but still have this problem.   Help?!?!


--Kenny








On Mon, Sep 23, 2013 at 12:53 PM, Kenny Noe <knoe...@gmail.com> wrote:

> Hello,  Apologies if this isn't the right place to ask for help with this
> error.
>
> I have one server that gives this error when I run:
>
> ./check_nrpe -H {server}
> CHECK_NRPE: Error receiving data from daemon.
>
> Message log reports
>
> Sep 23 12:39:09 {server} nrpe[26239]: Error: Could not complete SSL
> handshake. 1
>
> I have other servers that work fine.  I have configured the trouble
> server's nrpe.cfg with the "allowed_host=" line with the local host server
> name and or IP address and restarted nrpe.
>
> Nrpe is ran as a deamon and not thru xinetd.  I have selunix disabled and
> iptables turned off.
>
> OS = CentOS 6.4
> Icinga-Web = 1.9.0
>
>
> Any more info needed?  Please help as my google searches keep pointing me
> back to the nrpe.cfg file and allowed_host which I'm sure is correct...
>  I've been banging my head against a wall on this.
>
> Thanks in advance
>
> --Kenny
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to