<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Henrik Stoerner wrote:
<blockquote cite="mid20060810205615.GC25084@hswn.dk" type="cite">
  <pre wrap="">On Thu, Aug 10, 2006 at 10:08:42AM -0700, Charles Jones wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Is there a way to combine the two? I tried something like:
cont=http;<a class="moz-txt-link-freetext" href="http://www.myhost.com:8000=1.2.3.4/some/test.php;SUCCESS">http://www.myhost.com:8000=1.2.3.4/some/test.php;SUCCESS</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
cont=mycontent;<a class="moz-txt-link-freetext" href="http://www.myhost.com=1.2.3.4:8000/some/test.php;SUCCESS">http://www.myhost.com=1.2.3.4:8000/some/test.php;SUCCESS</a>

should work just fine. "<a class="moz-txt-link-abbreviated" href="http://www.myhost.com">www.myhost.com</a>" is just the Host: header that
Hobbit sends to with the http request; the above test connects to IP
1.2.3.4 on port 8000.
  </pre>
</blockquote>
Hmm it seems to only work if I specify the port along with myhost.com
as I showed in my example.  When I tried using =1.2.3.4:8000, the
status result would give an error about not being able to connect to
the IP or something.  That was with an older snapshot though. I will
try again and report the result.<br>
<br>
<blockquote cite="mid20060810205615.GC25084@hswn.dk" type="cite">
  <pre wrap="">
And stop that madness about putting the content check into the http column.
  </pre>
</blockquote>
LOL...Yes sir :-)  The only other question I have is, how do I get 2
content checks to show? When I specify more than one, it only shows the
result of the first one (although both are shown in the info column so
I assume alerts would still work for each).
</body>
</html>