<!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">
Bruce Lysik wrote:
<blockquote
 cite="mid12C0877BF55C7748BDDB82BDBD3E66F1378AB3@franklin.corp.shutterfly.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Bigbrother apparently has a paging setting where if all the 
hosts for a check fail, it will only page you on one of the 
checks.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Er, I meant: a paging setting where if all the checks for a host fail...
  </pre>
</blockquote>
<br>
<dl compact="compact">
  <dt>depends=(testA:host1/test1,host2/test2),(testB:host3/test3),[...]</dt>
  <dd>This tag allows you to define dependencies betweeen tests.
If "testA" for the current host depends on "test1" for host "host1"
and test "test2" for "host2", this can be defined with
    <p><br>
   depends=(testA:host1/test1,host2/test2)
    </p>
    <p>When deciding the color to report for testA, if either
host1/test1
failed or host2/test2 failed, if testA has failed also then the color
of testA will be "clear" instead of red or yellow.
    </p>
    <p>Since all tests are actually run before the dependencies are
evaluated,
you can use any host/test in the dependency - regardless of the actual
sequence that the hosts are listed, or the tests run. It is also valid
to use tests from the same host that the dependency is for. E.g.
    </p>
    <p><br>
   1.2.3.4  foo # <a href="http://foo/">http://foo/</a> webmin depends=(webmin:foo/http)
    </p>
    <p>is valid; if both the http and the webmin tests fail, then
webmin
will be reported as clear.
    </p>
    <p>Note: The "depends" tag is evaluated on the BBNET server while
running the network tests. It can therefore only refer to other
network tests that are handled by the same BBNET server - there
is currently no way to use the e.g. the status of locally
run tests (disk, cpu, msgs) or network tests from other BBNET
servers in a dependency definition. Such dependencies are
silently ignored.
    </p>
  </dd>
</dl>
<br>
<br>
</body>
</html>