<HTML dir=ltr><HEAD>
<META content="text/html; charset=unicode" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16588"></HEAD>
<BODY>
<DIV dir=ltr id=idOWAReplyText23384>
<DIV dir=ltr><FONT color=#000000 size=2 face=Arial>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.</FONT></DIV>
<DIV dir=ltr><FONT color=#000000 size=2 face=Arial></FONT> </DIV></DIV>
<DIV dir=ltr id=idSignature14380>
<DIV><FONT color=#000000 size=2 face=Arial>    ____ _       _______<BR>   / __ \ |     / / ___/ Robert Wolfe <<A href="mailto:robert.wolfe@robertwolfe.org">robert.wolfe@robertwolfe.org</A>><BR>  / /_/ / | /| / /\__ \  Robert Wolfe Software<BR> / _, _/| |/ |/ /___/ /  Web : <A href="http://www.robertwolfe.org/">http://www.robertwolfe.org</A><BR>/_/ |_| |__/|__//____/   Debian Blog : <A href="http://debian.robertwolfe.org/">http://debian.robertwolfe.org</A></FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> Julius Kidubuka [mailto:juki.emma@gmail.com]<BR><B>Sent:</B> Thu 7/1/2010 7:49 AM<BR><B>To:</B> yuris@smtp.com; Nagios Users List<BR><B>Subject:</B> Re: [Nagios-users] NRPE: No output returned from plugin error<BR></FONT><BR></DIV>
<DIV>Yuris,<BR><BR>You could try compiling nrpe without ssl and then in your commands.cfg file have something like this;<BR><BR><I style="COLOR: rgb(255,0,0)"># 'check_nrpe' command definition<BR>define command{<BR>        command_name    check_nrpe_no_ssl<BR>        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n<BR>        }<BR></I><BR>Then in your specific service definitions have the check_command line read;<BR><BR> <I style="COLOR: rgb(255,0,0)">check_command                   check_nrpe_no_ssl!<put-whatever-plugin></I><BR><BR><BR>Hope this helps.<BR></DIV></BODY></HTML>