You could try to put the command in quotes:<br><br>check_command               check_http!"variableDescription.do?mnemonic=SEX"<br><br>or else try escaping it like \=<br><br>Hope that helps.<br><br>Philip<br><span style="font-family: Verdana; color: rgb(17, 17, 17); line-height: 20px;"><pre>
<font face="Monaco"></font></pre></span><div class="gmail_quote">On Fri, May 8, 2009 at 12:30 PM, Mark Esser <span dir="ltr"><<a href="mailto:esser@umn.edu">esser@umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">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 style="font-family: Verdana; color: rgb(17, 17, 17); line-height: 20px;"><pre><font face="Monaco">define service {
        service_description             <a href="http://www.site.org" target="_blank">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" target="_blank">www.site.org</a>
        contact_groups                  mpc
}</font>
</pre><div><font size="2" face="-webkit-monospace"><span style="font-size: 10px; white-space: pre;"><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><font color="#888888"><div>-Mark</div></font></div></div></div></div><br>------------------------------------------------------------------------------<br>
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your<br>
production scanning environment may not be a perfect world - but thanks to<br>
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700<br>
Series Scanner you'll get full speed at 300 dpi even with all image<br>
processing features enabled. <a href="http://p.sf.net/sfu/kodak-com" target="_blank">http://p.sf.net/sfu/kodak-com</a><br>_______________________________________________<br>
Nagiosplug-help mailing list<br>
<a href="mailto:Nagiosplug-help@lists.sourceforge.net">Nagiosplug-help@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagiosplug-help" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagiosplug-help</a><br>
::: Please include plugins version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
<br></blockquote></div><br>