<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">Hi!</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">I think problem is in WEB server result. Because when url is given server check on "my controller" and gives back result as:</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">"lon.LekRC.Subsystem_1.LC0800.[1].nvoSwitch_1#state=0"</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">and this can take 1-2 second.</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">And so Nagios check url for string and because is not there immediately gives back that string not found. I have check with "-m 1". And response was that is nothing there.
</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">So the question is if it's possible to have put some delay in string check?</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">Thank you!</font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman"> </font></p>
<p class="MsoNormal" style="MARGIN: 0cm 0cm 0pt"><font face="Times New Roman">Regards, Borut</font></p><br><br>
<div><span class="gmail_quote">2008/1/8, Thomas Guyot-Sionnest <<a href="mailto:dermoth@aei.ca">dermoth@aei.ca</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>On 07/01/08 04:57 PM, a a wrote:<br>> Hello!<br>
><br>> I have some Nagios issue.<br>><br>> So I'am checking some web site if there is "state=0".<br>> If I put this:<br>> <a href="https://86.116.97.247/sys/varaccess?lon.LekRC.Subsystem_1.LC0800.[1].nvoSwitch_1%23state&UID=root,PW=root">
https://86.116.97.247/sys/varaccess?lon.LekRC.Subsystem_1.LC0800.[1].nvoSwitch_1%23state&UID=root,PW=root</a><br>> <<a href="https://86.116.97.247/sys/varaccess?lon.LekRC.Subsystem_1.LC0800.[1].nvoSwitch_1%23state&UID=root,PW=root">
https://86.116.97.247/sys/varaccess?lon.LekRC.Subsystem_1.LC0800.[1].nvoSwitch_1%23state&UID=root,PW=root</a>><br>><br>>  in IE get<br>><br>> lon.LekRC.Subsystem_1.LC0800.[1].nvoSwitch_1#state=0<br>>
<br>> as response and there you see my state=0.<br>><br>> Problem is because if I look for "correct string " I get error that<br>> string NOT found. But if I put "" (empty) for string I get OK status
<br>> from Nagios.<br><br>An empty string there will match anything. You must have something that<br>always match to use -s.<br><br>If you only want to check if data is returned, you can use "-m 1" to<br>make sure there's at least one byte in the body.
<br><br>You can also do regexp match with -r and -R. see --help output for more<br>details.<br><br>Thomas<br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.6 (GNU/Linux)<br>Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org">
http://enigmail.mozdev.org</a><br><br>iD8DBQFHg2S46dZ+Kt5BchYRAhltAKCUY1S7AhxheZBdAK16deAtiz4AbwCdFECR<br>U7fv3LuMogvmUqpMB4LwaS0=<br>=qcRP<br>-----END PGP SIGNATURE-----<br></blockquote></div><br>