<div>Hi,</div>
<div> </div>
<div>Not sure if this helps,</div>
<div>I always put my " in the Command definition like such</div>
<div> </div>
<div>define command {<br>       command_name my_plugin_with_args<br>       command_line /plugins/my_plugin -a "$ARG1$"<br>}<br></div>
<div>this seems to be the easiest way to avoid issues,</div>
<div>this seems to work well for at least Check_nt  (the one I use the most)</div>
<div> </div>
<div>there has also been several questions on the $ needing $$ posted to the Nagios User list over the last few years.</div>
<div> </div>
<div> </div>
<div>Maybe the Docs could use a subsection on escape characters and common usage instead of a code patch?</div>
<div>How would changing this behavour affect existing configurations?</div>
<div> </div>
<div> </div>
<div>I think Andreas may have a good opinion/insight on this behaviour</div>
<div> </div>
<div>Good Luck,</div>
<div>Tony</div>
<div><br> </div>
<div class="gmail_quote">On Wed, May 20, 2009 at 9:02 AM, Marc Powell <span dir="ltr"><<a href="mailto:marc@ena.com">marc@ena.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im"><br>On May 19, 2009, at 7:09 PM, Ton Voon wrote:<br><br>> Is this correct behaviour? I think this is wrong, or at least<br>> inconsistent.<br><br></div>It's documented as being this way to allow you to escape '!' in<br>
command arguments... I can see that it makes sense because you're<br>adding another layer of substitution above the shell and the \-escape<br>handling is probably not '!' specific.<br><br><a href="http://nagios.sourceforge.net/docs/3_0/macros.html" target="_blank">http://nagios.sourceforge.net/docs/3_0/macros.html</a><br>
<br>"Tip: If you need to pass bang (!) characters in your command<br>arguments, you can do so by escaping them with a backslash (\). If you<br>need to include backslashes in your command arguments, they should<br>also be escaped with a backslash. "<br>
<br>--<br><font color="#888888">Marc<br></font>
<div>
<div></div>
<div class="h5"><br>------------------------------------------------------------------------------<br>Crystal Reports - New Free Runtime and 30 Day Trial<br>Check out the new simplified licensing option that enables<br>unlimited royalty-free distribution of the report engine<br>
for externally facing server and web deployment.<br><a href="http://p.sf.net/sfu/businessobjects" target="_blank">http://p.sf.net/sfu/businessobjects</a><br>_______________________________________________<br>Nagios-devel mailing list<br>
<a href="mailto:Nagios-devel@lists.sourceforge.net">Nagios-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-devel</a><br>
</div></div></blockquote></div><br>