I am running a setup similar to what you are aiming for, here is my hobbitd portion of hobbitlaunch:<br>
<br>
[hobbitd]<br>
    HEARTBEAT<br>
    ENVFILE /usr/local/hobbit/server/etc/hobbitserver.cfg<br>
    CMD hobbitd --pidfile=$BBSERVERLOGS/hobbitd.pid
--restart=$BBTMP/hobbitd.chk --checkpoint-file=$BBTMP/hobbitd.chk
--checkpoint-interval=600 --log=$BBSERVERLOGS/hobbitd.log 
--admin-senders=<a href="http://127.0.0.1">127.0.0.1</a>,$BBSERVERIP --listen=x.x.x.x:1985 
--ghosts=allow --status-senders=<a href="http://127.0.0.1">127.0.0.1</a>,$BBSERVERIP 
--dbghost=trackerdb<br>
<br>
Notice the hobbit daemon is listening on port 1985 (you will also need to make a change in hobbitserver.cfg).<br>
Here is the bbproxy:<br>
<br>
[bbproxy]<br>
    ENVFILE /usr/local/hobbit/server/etc/hobbitserver.cfg<br>
    CMD $BBHOME/bin/bbproxy --hobbitd
--bbdisplay=x.x.x.x:1985 --bbdisplay=y.y.y.y:1984
--bbdisplay=z.z.z.z:1984 --report=bb.bbproxy --no-daemon
--pidfile=$BBSERVERLOGS/bbproxy.pid<br>
    LOGFILE $BBSERVERLOGS/bbproxy.log<br>
<br>Here notice the first bbdisplay option is what sends the messages
to the new hobbitd port on the host machine, the next two send the
messages to two other machines. <br>
<br>
In order to get the network tests to be forwarded to the two other
machines above I had to modify the network test portion of hobbitlaunch
thusly:<br>
<br>
[bbnet]<br>
    ENVFILE /usr/local/hobbit/server/etc/hobbitserver.cfg<br>
    NEEDS hobbitd<br>
    CMD BBPORT=1984 bbtest-net --report --ping  --timeout=15<br>
    LOGFILE $BBSERVERLOGS/bb-network.log<br>
    INTERVAL 2m<br>
<br>
Before I added the BBPORT=1984 the program was sending the network
reports direct to hobbitd on port 1985, the reports weren't being
forwarded to the other machines. <br>
<br>
Thanks,<br>
Larry Barber<br>
<br>
<br>
Thanks,<br>
Larry Barber<br>
<br>
<br><div><span class="gmail_quote">On 4/17/06, <b class="gmail_sendername">Great Dilla</b> <<a href="mailto:great.dilla@gmail.com">great.dilla@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hobbitd part of hobbitlaunch.cfg<br>-----<br># This is the main Hobbit daemon. You cannot live without this one.<br>[hobbitd]<br>        HEARTBEAT<br>        ENVFILE /export/hobbit/server/etc/hobbitserver.cfg<br>        CMD hobbitd --pidfile=$BBSERVERLOGS/hobbitd.pid
<br>--restart=$BBTMP/hobbitd.chk --che<br>ckpoint-file=$BBTMP/hobbitd.chk --checkpoint-interval=600<br>--log=$BBSERVERLOGS/hobbitd.log<br>--admin-senders=<a href="http://127.0.0.1">127.0.0.1</a>,$BBSERVERIP --ghosts=log --listen=
<a href="http://127.0.0.1">127.0.0.1</a><br>-----<br><br>bbproxy part of hobbitlaunch.cfg<br>-----<br>[bbproxy]<br>        ENVFILE /export/hobbit/server/etc/hobbitserver.cfg<br>        CMD $BBHOME/bin/bbproxy --hobbitd --report=$MACHINE.bbproxy
<br>--no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid<br>--bbdisplay=<a href="http://127.0.0.1">127.0.0.1</a>,<a href="http://10.116.162.29">10.116.162.29</a> --listen=<a href="http://10.116.162.30">10.116.162.30</a><br>        LOGFILE $BBSERVERLOGS/bbproxy.log
<br>-----<br><br>I am doing this as a guinea pig server on the lab before I deploy it<br>on our Singapore office. It is a remote site that I will be monitoring<br>from the Philippines.<br><br>Thanks for your inputs.<br><br>
On 4/17/06, Thomas <<a href="mailto:tlp-hobbit@holme-pedersen.dk">tlp-hobbit@holme-pedersen.dk</a>> wrote:<br>> It would help greatly if you would include your hobbitd and bbproxy<br>> sections of hobbitlaunch.cfg
<br>><br>> The setup you want is to have hobbitd only have a --listen=<a href="http://127.0.0.1">127.0.0.1</a><br>> option and the bbproxy have --listen=<a href="http://1.2.3.4">1.2.3.4</a> --bbdisplay=<a href="http://127.0.0.1">
127.0.0.1</a><br>> --bbdisplay=<a href="http://2.3.4.5">2.3.4.5</a><br>><br>> The BBDISP in hobbitserver.cfg should still be your <a href="http://1.2.3.4">1.2.3.4</a> address<br>><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>