<br>One thing you could do is <br><br>loop down the board with bbhostgrep looking for http*  <br>when you find an httptest, query the board for status on http and conn<br>which looks something like<br>      $BB $BBDISP "xymondboard host=$host test=http* fields=color"`<br>
 <br>then if http is not green,see if conn is green<br>then call your custom traceroute test. <br><br>you'll have to have an else clause that puts a status into your test so it doesn't go purple.<br>OR you could just call it for every host with http and do the right thing when conn is down. Might be useful to gather metrics that way too.<br>