[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Use several Hobbit on different place
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Use several Hobbit on different place
- From: "L.M.J" <linuxmasterjedi (at) free.fr>
- Date: Thu, 29 Nov 2007 18:43:56 +0100
- References: <a56b88790711271501y4f7b3011l40319f23a5af59fa (at) mail.gmail.com> <BAC1D28A5AB852439A6914CA7AB4E63F05111FB3 (at) permls05.wde.woodside.com.au> <17601.195.25.100.21.1196252038.squirrel (at) 82.224.107.105> <961092e10711280635x64d33357w5f9414eba469fb2 (at) mail.gmail.com> <20071128182954.4c72c081 (at) netstation.linuxnetwork.local> <20071129065256.0ff72598 (at) netstation.linuxnetwork.local> <474E8C15.7060106 (at) shihad.org> <1A590FCC158A244B80DC7D09134B9AED032F3426 (at) svr-gbn-exc-02.mgc.mentorg.com> <20071129174734.745d6fe9 (at) netstation.linuxnetwork.local> <1A590FCC158A244B80DC7D09134B9AED032F37EB (at) svr-gbn-exc-02.mgc.mentorg.com>
Le Thu, 29 Nov 2007 17:07:44 -0000,
"Whilding, Craig" <Craig_Whilding (at) mentor.com> a écrit :
> In the main bb-hosts file on the server:
>
> 137.xxx.xxx.1 gb17.gb.domain.com # NET:main DESCR:"printer: "
>
> page remote remote
>
> include /usr/local/hobbit/server/etc/bb-hosts(remote)
>
>
>
> in the remote bb-hosts subfile:
>
> subpage Printers Printers
>
> 137.xx1.xxx.1 gb6.gbr.domain.com # NET:remote
> (you don't really need these tags on the remote sites when all hosts in their bb-hosts file will be tested
> but it helps if you end up adding anymore tiers to your monitoring)
>
>
> In hobbitserver.cfg on main server:
>
> BBLOCATION="main" # The network location, makes bbtest-net test only hosts with NET:foo
>
> In hobbitlaunch.cfg on remote:
> CMD $BBHOME/bin/bbproxy --hobbitd --bbdisplay=137.xxx.xxx.1,127.0.0.1 --listen=137.xx1.xxx.54 --report
> --no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid (ie send to main hobbit server and hobbit server running on
> localhost, listen on external address of localhost)
>
> In hobbitserver.cfg on remote:
> Ipaddress=127.0.01 or whatever the variable is.
>
> There might be something else you need to do to get it working properly but I think this is it. Check the
> error logs if you have trouble with the remote side of things.
>
>
> Regards,
> Craig
All right, thanks you very much, i will check it out! Thanks GUYS!