[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] bb-display and bbproxy
- To: <hobbit (at) hswn.dk>, 'Thomas Kähn' <tk (at) westend.com>
- Subject: RE: [hobbit] bb-display and bbproxy
- From: "SebA" <spa (at) syntec.co.uk>
- Date: Mon, 1 Dec 2008 14:49:27 -0000
- Thread-index: AclPuwPr7lJLQI9QTq+Gl6meTbYjbQEB9z8g
Thomas Kähn <mailto:tk (at) westend.com> wrote:
> Hi Buchan,
>
> On Tue, Nov 25, 2008 at 05:42:18PM +0200, Buchan Milne wrote:
>> On Tuesday 25 November 2008 17:02:29 Thomas Kähn wrote:
>>> is it possible to run bbproxy and bb-display at the same
>>> time?
>>
>> Yes.
>
> thanks for your hint regarding my problem.
>
> I've tried to run both services. However either bbproxy was
> not forwarding alarms (when hobbitd was running too) or
> the web pages on the proxy where not updated.
>
> Can you give me a short notice on how to configure bbproxy/hobbitd
> in order to have a normal Hobbit server running which in addition
> sends all messages to another Hobbit server? Do I have to set
> different port numbers for hobbitd and bbproxy? I've already tried
> to set bbproxy to 1985 which resulted in the problem described above.
>
> Best regards
> Thomas
My entry for bbproxy in hobbitlaunch.cfg is like this:
CMD $BBHOME/bin/bbproxy --hobbitd --bbdisplay=<other IP
address(es)>,127.0.0.1 --listen=0.0.0.0:1985 --report=$MACHINE.bbproxy
--no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid #--log-details
And hobbitserver.cfg:
BBDISPLAYS="127.0.0.1 <other IP address(es)>" # IP of multiple hobbit/bbd
servers. If used, BBDISP must be 0.0.0.0
Which alarms exactly are not being forwarded?
SebA