Xymon Mailing List Archive search

display howto

list Great Dilla
Tue, 18 Apr 2006 00:50:41 +0800
Message-Id: <user-20561b5be930@xymon.invalid>

hobbitd part of hobbitlaunch.cfg
# This is the main Hobbit daemon. You cannot live without this one.
[hobbitd]
        HEARTBEAT
        ENVFILE /export/hobbit/server/etc/hobbitserver.cfg
        CMD hobbitd --pidfile=$BBSERVERLOGS/hobbitd.pid
--restart=$BBTMP/hobbitd.chk --che
ckpoint-file=$BBTMP/hobbitd.chk --checkpoint-interval=600
--log=$BBSERVERLOGS/hobbitd.log
--admin-senders=127.0.0.1,$BBSERVERIP --ghosts=log --listen=127.0.0.1

bbproxy part of hobbitlaunch.cfg
[bbproxy]
        ENVFILE /export/hobbit/server/etc/hobbitserver.cfg
        CMD $BBHOME/bin/bbproxy --hobbitd --report=$MACHINE.bbproxy
--no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid
--bbdisplay=127.0.0.1,10.116.162.29 --listen=10.116.162.30
        LOGFILE $BBSERVERLOGS/bbproxy.log

I am doing this as a guinea pig server on the lab before I deploy it
on our Singapore office. It is a remote site that I will be monitoring
from the Philippines.

Thanks for your inputs.

On 4/17/06, Thomas <user-97316fb2dd2a@xymon.invalid> wrote:
It would help greatly if you would include your hobbitd and bbproxy
sections of hobbitlaunch.cfg

The setup you want is to have hobbitd only have a --listen=127.0.0.1
option and the bbproxy have --listen=1.2.3.4 --bbdisplay=127.0.0.1
--bbdisplay=2.3.4.5

The BBDISP in hobbitserver.cfg should still be your 1.2.3.4 address