Hi,<br><br>I get it!!<br><br>Well, the problem was in the content of the url.<br>It has special caracters like: ?  _  -  =<br><br>So, I have only to add <span style="font-weight: bold;">"</span> before and after argument. Like this:
<br><br><span class="q">./check_http -H host -p 444 -S -u <span style="font-weight: bold;">"</span>url_secure<span style="font-weight: bold;">"</span>  -s<span style="font-weight: bold;"> "</span>string<span style="font-weight: bold;">
"</span></span><br><br>That's all!!<br><br>(It was easy)<br><br><div><span class="gmail_quote">On 10/26/06, <b class="gmail_sendername">Christopher Odenbach</b> <<a href="mailto:odenbach@uni-paderborn.de">odenbach@uni-paderborn.de
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Hi,<br><br>> But when I try in a web secure, Nagios say that the '-s' command is
<br>> not found, and after this, Invalid HTTP response received from host<br>> on port 444<br>><br>> ./check_http -H host -p 444 -S -u url_secure  -s string<br>><br>>  -s: command not found<br>> Invalid HTTP response received from host on port 444
<br><br>This look like a shell error, not a plugin output. Maybe a semicolon<br>somewhere in url_secure?<br><br>> (The url is something like this:<br>> <a href="https://xxxxxxx.com:444/part1/part2/part3">https://xxxxxxx.com:444/part1/part2/part3
</a> )<br>><br>> Can sombedy help me to know, how I can find a string in a web secure?<br><br>Please post the complete command line you use. There is no point in<br>hiding the URL - either it is public, then who cares. Or it is private,
<br>then we won't be able to access it, so no problem again.<br><br>Christopher<br><br>--<br>======================================================<br>    Dipl.-Ing. Christopher Odenbach<br>    Zentrum fuer Informations- und Medientechnologien
<br>    Universitaet Paderborn<br>    Raum N5.110<br>    <a href="mailto:odenbach@uni-paderborn.de">odenbach@uni-paderborn.de</a><br>    Tel.: +49 5251 60 5315<br>======================================================<br>
<br><br></blockquote></div><br>