[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] acknowledge of alarms when havinf 2 display servers.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] acknowledge of alarms when havinf 2 display servers.
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 18 Oct 2005 15:31:04 +0200
- References: <4354BBAF.5090600@holme-pedersen.dk>
- User-agent: Mutt/1.5.9i
On Tue, Oct 18, 2005 at 11:09:03AM +0200, Thomas wrote:
> If I have 2 display servers and 1 paging server, how can I have both
> display servers show the ack'ed alarm ?
Hobbit doesn't have separate paging servers. But if you mean "how can
I make sure my ack goes to both display servers?" then the answer is:
1) In hobbitserver.cfg on both display servers, after the BBDISPLAY
setting add
# For the enable/disable and acknowledge scripts.
maint/BBDISP="0.0.0.0"
maint/BBDISPLAYS="10.0.0.1 172.16.12.10"
(replace with your display-server IP-adresses)
2) In hobbitcgi.cfg, change the line for the bb-ack.cgi tool:
# bb-ack.cgi options
CGI_ACK_OPTS="--area=maint --env=/usr/lib/hobbit/server/etc/hobbitserver.cfg"
See the hobbitserver.cfg(5) man-page for how environment areas work.
Henrik