CHECK_NRPE: Received 0 bytes from daemon

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
tenda21
Posts: 37
Joined: Tue Feb 25, 2014 7:55 am

CHECK_NRPE: Received 0 bytes from daemon

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: CHECK_NRPE: Received 0 bytes from daemon

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
tenda21
Posts: 37
Joined: Tue Feb 25, 2014 7:55 am

Re: CHECK_NRPE: Received 0 bytes from daemon

Post by tenda21 »

done
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: CHECK_NRPE: Received 0 bytes from daemon

Post by tmcdonald »

Done and it works?
Done and it does not work?
Former Nagios employee
tenda21
Posts: 37
Joined: Tue Feb 25, 2014 7:55 am

Re: CHECK_NRPE: Received 0 bytes from daemon

Post by tenda21 »

done it works.
Locked