<p>Hi I have a custom host variable define likes this:</p>
<p>_blah           "one two three four" a b c d<br /><br />I want to use this custom variable in a command to execute like this:</p>
<p>define command{</p>
<p style="padding-left: 30px;">command_name    check_linux_nrpe_all_disks</p>
<p style="padding-left: 30px;">command_line    /bin/echo $_HOSTBLAH$ > /tmp/fubar.txt</p>
<p style="padding-left: 30px;">}</p>
<div>
<pre><br />In /tmp/fubar.txt I have this line of text without the quotes:</pre>
<pre>one two three fou a b c d</pre>
<pre><br /></pre>
<pre>How can I keep the quotes?  They can be single or double quotes it doesn't matter.</pre>
<pre><br />-- 
Jelle Smet
http://www.smetj.net</pre>
</div>