Search found 8 matches

by jovin
Wed Mar 23, 2011 4:54 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - could not complete SSL handshake
Replies: 7
Views: 2638

Re: CHECK_NRPE: Error - could not complete SSL handshake

Then only thing that I've added on /etc/services is this line pcanywherestat 5632/udp # pcANYWHEREstat nrpe 5666/tcp # NRPE amqp 5672/tcp # AMQP After checking the file - yes, I don't have both the nsca 5667/tcp and ndo2db5668/tcp I can check to see that nrpe 5666/tcp is running fine netstat -at | g...
by jovin
Wed Mar 23, 2011 3:12 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - could not complete SSL handshake
Replies: 7
Views: 2638

Re: CHECK_NRPE: Error - could not complete SSL handshake

from my end, nrpe in /etc/xinetd.d Do I have tcpwrappers enabled - I don't believe so. How do I double check that? Sorry, my knowledge of nagios is fairly limited. I've just configured nagios not too long ago. The system works if I don't have anything on the hosts.allow/deny on the client side. But,...
by jovin
Wed Mar 23, 2011 1:07 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - could not complete SSL handshake
Replies: 7
Views: 2638

Re: CHECK_NRPE: Error - could not complete SSL handshake

Sorry, here you are:

Code: Select all

# hosts.allow   This file describes the names of the hosts which are
#               allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#
nrpe: IP address of nagios server
sendmail: all
by jovin
Wed Mar 23, 2011 10:42 am
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error - could not complete SSL handshake
Replies: 7
Views: 2638

CHECK_NRPE: Error - could not complete SSL handshake

So, when running check_nrpe command - I get this: [nagios_user@nagios objects]$ /usr/local/nagios/libexec/check_nrpe -H "client's IP" CHECK_NRPE: Error - Could not complete SSL handshake. I've got the file /etc/xinetd.d/nrpe configured and other things. The only thing that works is when I ...
by jovin
Tue Nov 30, 2010 5:47 pm
Forum: Open Source Nagios Projects
Topic: NRPE command "X" not defined!
Replies: 1
Views: 2309

Re: NRPE command "X" not defined!

Closed - figured it out. Thanks for looking.
by jovin
Tue Nov 30, 2010 12:53 pm
Forum: Open Source Nagios Projects
Topic: NRPE command "X" not defined!
Replies: 1
Views: 2309

NRPE command "X" not defined!

So, I've been trying to run figure out how to setup nagios to check a remote vm CentOS 5.5 linux box. Now, my knowledge of nagios is very limited - very new to nagios to be exact. But I ran into this problem for some reason I can't figure out. It has to do with running a check_disk on a remote syste...
by jovin
Thu Nov 18, 2010 1:51 pm
Forum: Open Source Nagios Projects
Topic: Check disk error
Replies: 2
Views: 3693

Re: Check disk error

Failed to mention that I've added this on the command.cfg define command{ command_name check_disk command_line $USER1$/check_disk -w $ARG1$ -c $ARG2 -C -p $ARG3$ -p $ARG4$ -C -w $ARG5$ -c $ARG6$ } I don't think it helps to solve it but I thought I'd bring it up. Thx.
by jovin
Thu Nov 18, 2010 1:00 pm
Forum: Open Source Nagios Projects
Topic: Check disk error
Replies: 2
Views: 3693

Check disk error

Hi, first thing first - I'm new to nagios and to Linux - sorry. I've setup nagios and it seems to be working. But, when I setup a definition to check hard drive space on one of my test linux box and run nagios -v. I get an error message. Error: Service check command 'check_disk -w 10% -c 5% /tmp -p ...