<div dir="ltr">Hello,<br><br>Thanks for the reply.<br>I am trying to look for a string in HEBREW. <br>I tried the following command to search for a string:<br><br>check_http -H $HOSTADDRESS$ -4 -f follow -s$STRING$<br><br>
But there is no hebrew installed on the nagios machine and i prefer not install it. Therefore i cannot use a hebrew string in the command.<br>I tried to search for the string using the REGEX (for example i tried to look for the hebrew string "פתרונות עסקיים" on <a href="http://google.co.il">google.co.il</a>. When looking in the code of the page this Hebrew string can be found next to the word SERVICES). I converted the string <br>
to ASCII and i got this:<br>%D7%A4%D7%AA%D7%A8%D7%95%D7%A0%D7%95%D7%AA%20%D7%A2%D7%A1%D7%A7%D7%99%D7%99%D7%9D<br><br>I replaced the % with \x to use the string with REXEG<br><br>Then I tried using the following command:<br>
<br>check_http -H <a href="http://google.co.il">google.co.il</a> -4 -f follow -r \xD7\xA4\xD7\xAA\xD7\xA8\xD7\x95\xD7\xA0\xD7\x95\xD7\xAA\x20\xD7\xA2\xD7\xA1\xD7\xA7\xD7\x99\xD7\x99\xD7\x9D<br><br>It resulted in "PATTERN NOT FOUND"<br>
<br>Any ideas ?<br><br>Thanks in advance.<br><br><br><br><div class="gmail_quote">On Thu, May 12, 2011 at 4:28 PM, Erik Wasser <span dir="ltr"><<a href="mailto:erik.wasser@iquer.net">erik.wasser@iquer.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Thursday 12-05-2011 15:57:00 Vladimir B. wrote:<br>
<br>
> > I tried using the regex string command but it does'nt work.<br>
</div><div class="im">> Really ? No one ever tried it ? :)<br>
> Any ideas will be helpful.<br>
<br>
</div>"...but it does'nt work..." is not an error message nor a useful description<br>
of what or what not happenend.<br>
<br>
What does you command look like? Maybe this is a encoding problem but without<br>
any details...<br>
<font color="#888888"><br>
--<br>
So long... Erik<br>
</font><div><div></div><div class="h5"><br>
<br>
------------------------------------------------------------------------------<br>
Achieve unprecedented app performance and reliability<br>
What every C/C++ and Fortran developer should know.<br>
Learn how Intel has extended the reach of its next-generation tools<br>
to help boost performance applications - inlcuding clusters.<br>
<a href="http://p.sf.net/sfu/intel-dev2devmay" target="_blank">http://p.sf.net/sfu/intel-dev2devmay</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>
</div></div></blockquote></div><br></div>