What version of hobbit/xymon are you running??  I used to have a problem like that with 4.2.  No bbproxy involved there, just several hobbit servers.  If one of them was down, the server/bin/bb command would hang trying to talk to it.  It should have either failed to make the connect or timed out, but it didn't.  Anyway...<div>
<br></div><div>You could set up a simple heartbeat script, a bit like this:</div><div><br></div><div>     #!/bin/bash</div><div><br></div><div>     $BB $BBDISP "status+2 bbproxyname.panicnow `date`</div><div>        If this is purple, a bbproxy died."</div>
<div><br></div><div>Set that up to launch every minute.  The message has a lifetime of 2 minutes, so it'll go purple about 3 minutes after the bbproxy hangs up or dies.  You might want to pick a different column name.  :)</div>
<div><br></div><div>Ralph Mitchell</div><div><br><div><br><div class="gmail_quote">On Tue, Jul 7, 2009 at 8:40 AM,  <span dir="ltr"><<a href="mailto:j.sansford@ntlworld.com">j.sansford@ntlworld.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi guys,<br>
<br>
You may remember my questions from last week. Thanks again for these. I have now implemented it however I have a few questions (and possibly bugs?). I will first start by describing the setup. To keep things simple I'll call each hobbit server IP as either "A" "B" or "C" depending on the data centre.<br>

<br>
Data centre 1:<br>
bbproxy and bbserver (running on same box, A). bbproxy configured to send to B,C,A. bbserver configured to talk to A,B,C in hobbitserver.cfg.<br>
<br>
Data centre 2:<br>
bbproxy and bbserver (running on same box, B). bbproxy configured to send to C,A,B. bbserver configured to talk to B,C,A in hobbitserver.cfg.<br>
<br>
Data centre 3:<br>
bbproxy and bbserver (running on same box, C). bbproxy configured to send to A,B,C. bbserver configured to talk to C,A,B in hobbitserver.cfg.<br>
<br>
---------------------------------------------------<br>
Firstly, everything looks good. However, if I am to stop bbserver at A (but keep bbproxy running at A) then shortly afterwards bbproxy at A will start crashing. I've tried changing the order of --bbdisplays and it seems like the bbproxy will crash if the last bbdisplay IP has been shutdown/not available. Is this known, or is there a workaround?<br>

<br>
To explain this better - Lets say bbproxy at site B is configured as --bbdisplays=B,C,A. If I kill the xymon server at site A then this proxy will crash shortly afterwards. Note I'm on x86 Solaris.<br>
<br>
<br>
My other question is this - currently if a proxy crashes and the other 2 xymon servers do not receive updates, most tests continue to stay green. I'm sure I've seen a configuration option but I can't seem to find it - can I configure these tests to go purple if they don't receive an update within the next 5-10 minutes? They've only just gone purple after 30 minutes, but we really need to know within 5 minutes if we haven't received a valid update.<br>

<br>
Many thanks,<br>
James.<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</blockquote></div><br></div></div>