[Nagiosplug-help] NRPE deamon vs xinetd

Jason Martin jhmartin at toger.us
Fri May 5 09:10:09 CEST 2006


On Fri, May 05, 2006 at 05:56:46PM +0200, Gilbert MARIN wrote:
> Hi Jason				
>         Server = /usr/local/nagios/bin/
There is your problem. You are asking xinetd to execute
/usr/local/nagios/bin/ with the arguments -c
/usr/local/nagios/bin/nrpe.cfg --inetd. That won't work since a
directory is not executable. You have to change the Server
clause to include the full name of the nrpe binary.

> 06/5/5 at 17:54:55: ERROR: 4770 {exec_server} execv( /usr/local/nagios/bin/
>  ) failed: Permission denied (errno = 13)
You can't execute a directory.

-Jason Martin
-- 
Oxymoron: Science Fiction.
This message is PGP/MIME signed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 213 bytes
Desc: not available
URL: <https://www.monitoring-plugins.org/archive/help/attachments/20060505/15b39c1e/attachment.sig>


More information about the Help mailing list