Hi there, <br><br><div class="gmail_quote">On Tue, Nov 17, 2009 at 5:33 PM, Eric Emerson <span dir="ltr"><<a href="mailto:eemerson@safecore.com">eemerson@safecore.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>//I am trying to set up some custom Object Variables based on the following docs but I must be misunderstanding something:</div>
<div>define service{</div><div>        use                             someStandardServiceTemplate</div>
<div>        host_name                   someSpecificHostName<br>        service_description        SSH<br>        check_command           check_ssh!-p $_HOSTsshPort$<br>        }</div></blockquote><div><br></div><div>Capitalize the varname: $_HOSTSSHPORT$</div>
<div><br></div><div>Instead of the documentation saying that it is case insensitive, it only works on TOUPPER variable name representation. </div><div><br></div><div>Cheers!</div></div>