<!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">
Michael Lowery wrote:
<blockquote
 cite="midB3DFBF07DAE69648B53435AB3EC7A293270230@atlitdc01.atg.local"
 type="cite">
  <pre wrap="">Thank you! That is in the documentation, I just overlooked it.  

-----Original Message-----
From: Henrik Stoerner [<a class="moz-txt-link-freetext" href="mailto:henrik@hswn.dk">mailto:henrik@hswn.dk</a>] 
Sent: Tuesday, March 14, 2006 8:45 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a>
Subject: Re: [hobbit] Clear status

On Tue, Mar 14, 2006 at 08:33:32AM -0600, Michael Lowery wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">The default for hobbit seems to be that if the conn test fails,
everything else goes clear.  I have specific reasons to not want this
    </pre>
  </blockquote>
  <pre wrap=""><!---->to
  </pre>
  <blockquote type="cite">
    <pre wrap="">happen.  Can anyone tell me how to disable that default action?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
On a per-test basis: Put a tilde "~" in front of the testname, e.g. 
  10.0.0.1 myhost # ~ftp ~cont;<a class="moz-txt-link-freetext" href="http://myhost/;Welcome">http://myhost/;Welcome</a>

On a per-host basis: Add the "noclear" tag on the host entry, e.g.
  10.0.0.1 myhost # noclear ftp cont;<a class="moz-txt-link-freetext" href="http://myhost/;Welcome">http://myhost/;Welcome</a>

For a group of hosts: Put the noclear tag on a ".default." entry, e.g:
  0.0.0.0  .default. # noclear
  10.0.0.2 myhost1 # cont;<a class="moz-txt-link-freetext" href="http://myhost/;Welcome">http://myhost/;Welcome</a>
  10.0.0.2 myhost2 # cont;<a class="moz-txt-link-freetext" href="http://myhost/;Welcome">http://myhost/;Welcome</a>
  0.0.0.0  .default. #


Henrik


To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>



To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>


  </pre>
</blockquote>
Cool I didnt know about that I just thought the only option was to set
the IPTEST_2_CLEAR_ON_FAILED_CONN in the server.cfg to false but then
thats obviously a global change.<br>
<br>
A<br>
</body>
</html>