Page 1 of 1

Help in my configuration NRPE

Posted: Thu May 31, 2012 2:28 pm
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!

Re: Help in my configuration NRPE

Posted: Thu May 31, 2012 3:07 pm
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.