NRPE (No output returned from plugin)
Marc Powell
marc at ena.com
Fri Jul 20 18:51:53 CEST 2007
> -----Original Message-----
> From: nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-
> bounces at lists.sourceforge.net] On Behalf Of shacky
> Sent: Friday, July 20, 2007 11:23 AM
> To: Aidan Anderson; nagios-users at lists.sourceforge.net
> Subject: Re: [Nagios-users] NRPE (No output returned from plugin)
>
<snip>
> Yes, I setted up the command definition for check_nrpe on the Nagios
> server as the following:
>
> define command{
> command_name check_nrpe
> command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
-a
> $ARG2$
> }
> define service{
> use remote-service
> host_name my.remote.server
> service_description SMART
> check_command check_nrpe!check_smart_attributes
> }
>
> If I test the command logged on as nagios on the Nagios server it
works:
>
> nagiosserver:/home/me$ /usr/local/nagios/libexec/check_nrpe -H
> backuppc.foobar.local -c check_backuppc
> BACKUPPC WARNING - (4/7) failures
> nagiosserver:/home/me$
>
> As you can see, it works, but it doesn't works from Nagios itself.
Well, that's not what nagios is executing. Your command_line specifies
'-a $ARG2$'. You do not pass an $ARG2$ to the command however so what
nagios is really executing is --
/usr/local/nagios/libexec/check_nrpe -H backuppc.foobar.local -c
check_backuppc -a
Does _that_ work? I expect that it will fail spectacularly.
--
Marc
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list