<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm having difficulty defining a service using the "check_http" plugin -- I cannot get it to resolve extended addresses to sites with an "=" in the path name. Below is an example.<div><br></div><div><span class="Apple-style-span" style="font-family: Verdana; color: rgb(17, 17, 17); line-height: 20px; "><pre><font class="Apple-style-span" face="Monaco">define service {
        service_description             <a href="http://www.site.org">www.site.org</a> on tcp/80
        check_command                   check_http!variableDescription.do?mnemonic=SEX      #The problem
        use                             generic-service
        host_name                       <a href="http://www.site.org">www.site.org</a>
        contact_groups                  mpc
}</font>
</pre><div><font class="Apple-style-span" face="-webkit-monospace" size="2"><span class="Apple-style-span" style="font-size: 10px; white-space: pre;"><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; line-height: normal; white-space: normal; ">Seems to want to read anything after the "=" sign as an option variable. Anyone have any suggestions?</span></span></font></div></span><div><div><div><br></div><div>-Mark</div></div></div></div></body></html>