[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbitdboard via bbproxy
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbitdboard via bbproxy
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 16 Oct 2007 14:31:31 +0200
- References: <200710161215.01928.bgmilne (at) staff.telkomsa.net>
- User-agent: Mutt/1.5.13 (2006-08-11)
On Tue, Oct 16, 2007 at 12:15:01PM +0200, Buchan Milne wrote:
> I have a multi-server setup, with one display/bbnet, and two other
> bbnet/bbproxy boxes. The only access to the display server from some networks
> is via the proxies. I now require some of the clients behind one of the
> proxies to check the status of some of their tests, and I thought
> hobbitdboard or similar would be ideal.
>
> I can use 'bb $displayserver "hobbitdboard host=foo service=bar color=red"'
> from the proxy, but I can't do 'bb localhost "hobbitdboard host=foo
> service=bar color=red"' from the proxy, while say 'bb localhost "config
> bb-msgtab"' does work from the proxy.
Use
bb proxyserverip "query foo.bar"
The 'query' command is forwarded by the proxy, the 'hobbitdboard'
command is not.
Henrik