Xymon Mailing List Archive search

hobbitdboard via bbproxy

list Henrik Størner
Tue, 16 Oct 2007 14:31:31 +0200
Message-Id: <user-79bc09e8a0de@xymon.invalid>

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