NRPE: No output returned from plugin error

Robert Wolfe robert.wolfe at robertwolfe.org
Thu Jul 1 14:13:12 CEST 2010


This is what I did.  Some of my servers have nrpe compiled with SSL and some without so I just created two commands in commands.cfg for it -- one to check with NRPE with SSL and one without.
 
    ____ _       _______
   / __ \ |     / / ___/ Robert Wolfe <robert.wolfe at robertwolfe.org>
  / /_/ / | /| / /\__ \  Robert Wolfe Software
 / _, _/| |/ |/ /___/ /  Web : http://www.robertwolfe.org <http://www.robertwolfe.org/> 
/_/ |_| |__/|__//____/   Debian Blog : http://debian.robertwolfe.org <http://debian.robertwolfe.org/> 

________________________________

From: Julius Kidubuka [mailto:juki.emma at gmail.com]
Sent: Thu 7/1/2010 7:49 AM
To: yuris at smtp.com; Nagios Users List
Subject: Re: [Nagios-users] NRPE: No output returned from plugin error


Yuris,

You could try compiling nrpe without ssl and then in your commands.cfg file have something like this;

# 'check_nrpe' command definition
define command{
        command_name    check_nrpe_no_ssl
        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n
        }

Then in your specific service definitions have the check_command line read;

 check_command                   check_nrpe_no_ssl!<put-whatever-plugin>


Hope this helps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20100701/4225f423/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
-------------- next part --------------
_______________________________________________
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