Page 1 of 1

CHECK_NRPE: Received 0 bytes from daemon

Posted: Mon Mar 17, 2014 12:28 pm
by tenda21
Got the following error: CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages.

Client:
nmap -p 5666 192.168.1.10

5666/tcp open nrpe

but other servidor : I (0.3.9.327 2011-08-16) seem to be doing fine...

In nagios server:
nmap -p 12489 192.168.1.10
12489/tcp open unknown

Re: CHECK_NRPE: Received 0 bytes from daemon

Posted: Mon Mar 17, 2014 1:11 pm
by lmiltchev
Are you trying to pass arguments in your commands? Have you change the following line in the nrpe.cfg file from this:

Code: Select all

dont_blame_nrpe=0
to this:

Code: Select all

dont_blame_nrpe=1
CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages.
Did you check the logs on the remote box?

Re: CHECK_NRPE: Received 0 bytes from daemon

Posted: Tue Mar 18, 2014 3:35 am
by tenda21
done

Re: CHECK_NRPE: Received 0 bytes from daemon

Posted: Tue Mar 18, 2014 9:16 am
by tmcdonald
Done and it works?
Done and it does not work?

Re: CHECK_NRPE: Received 0 bytes from daemon

Posted: Tue Mar 18, 2014 12:37 pm
by tenda21
done it works.