Help in my configuration NRPE

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
paulofeitosa.rj
Posts: 2
Joined: Wed May 30, 2012 8:41 pm

Help in my configuration NRPE

Post by paulofeitosa.rj »

Hello friends,

I need help of configuration NRPE. They show is Erro (NRPE: Unable to read output)

The configuration was done on both machines, it was enabled all plugins.

Tanks!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Help in my configuration NRPE

Post by lmiltchev »

The check_nrpe plugin returns "NRPE: Unable to read output"
This error indicates that the command that was run by the NRPE daemon did not return any character output.
This could be an indication of the following problems:
– An incorrectly defined command line in the command definition. Verify that the command definition in your
NRPE configuration file is correct.
– The plugin that is specified in the command line is malfunctioning. Run the command line manually to make
sure the plugin returns some kind of text output.
http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf

Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked