<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=white lang=EN-US link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal><span style='font-size:10.0pt;color:#1F497D'>Yes, we pass
arguments all the time to nrpe.  I’m just having an issue with a passing a
string that contains spaces.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;color:#1F497D'><o:p> </o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> Assaf Flatto
[mailto:nagios@flatto.net] <br>
<b>Sent:</b> Wednesday, September 29, 2010 10:08 AM<br>
<b>To:</b> nagios-users@lists.sourceforge.net<br>
<b>Subject:</b> Re: [Nagios-users] passing a string with spaces to nrpe<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>On 29/09/10 18:00, Lori Adams wrote: <o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>I’m having a terrible time
setting up nrpe to allow me to pass a string with spaces.  This is with
nagios 3.x and nrpe 2.0.</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>The service config is trying
to check a log on a remote server for a string that contains spaces.</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>The service block has the
check_command set to:<br>
check_command                  
check_log_perl_nofilter_test!/srv/logs/spamnet/log-parser/log-parser.log!/srv/nagios_nrpe/tmp/log-parser.log.out!\"ERROR:
Parent: Fatal error\"</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>The check_command is set to:</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>define command {</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>       
command_name    check_log_perl_nofilter_test</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>       
command_line    $USER2$/check_nrpe -u -t 30 -H $HOSTADDRESS$ -c
check_log_perl_nofilter -a $ARG1$ $ARG2$ "$ARG3$"</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>}</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>The nrpe config is then:</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>command[check_log_perl_nofilter]=
/srv/nagios_nrpe/scripts/check_log.pl --filename=$ARG1$ --oldlog=$ARG2$
--query=$ARG3$</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>If I change the nrpe config
to echo the command, so that it looks like:<br>
               
command[check_log_perl_nofilter]= echo /srv/nagios_nrpe/scripts/check_log.pl
--filename=$ARG1$ --oldlog=$ARG2$ --query=$ARG3$</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>Then, the output of the echo
is:</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>/srv/nagios_nrpe/scripts/check_log.pl
--filename=/srv/logs/spamnet/log-parser/log-parser.log --oldlog=/srv/nagios_nrpe/tmp/log-parser.log.out
--query=ERROR:</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>I’ve tried quoting the $ARG3$
in the nrpe command, and I get the same thing. </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>I’ve seed other threads on
the list that in order to pass quotes to nrpe, you must escape them.  You
can see I’ve tried that.   Any guidance would be extremely helpful.</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'> </span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>               
</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>Thanks,</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:10.0pt'>Lori Adams</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>Have
you compiled nrpe with the allow command <em>arguments ?</em><i><br>
<br>
<em>to get the proper syntax do ./configure --help</em><br>
<br>
<br>
<br>
</i><o:p></o:p></span></p>

<pre>-- <o:p></o:p></pre><pre>Never,Ever Cut A Deal With a Dragon <o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>Next year I will be doing the London to Paris bike ride to <o:p></o:p></pre><pre>raise money for the DogTrust (<a
href="http://www.dogstrust.co.uk">www.dogstrust.co.uk</a>) .<o:p></o:p></pre><pre>Please Sponsor me at <a
href="http://www.justgiving.com/Assaf-Flatto">http://www.justgiving.com/Assaf-Flatto</a><o:p></o:p></pre></div>

</body>

</html>