[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Multiple Displays
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Multiple Displays
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Fri, 2 Jun 2006 07:38:47 +0200
- References: <018501c685fd$d3726ef0$3a219283@mcilink.com>
- User-agent: Mutt/1.5.11
On Fri, Jun 02, 2006 at 12:34:24AM -0400, Paul Moore wrote:
> I'm trying to setup a redundant set of servers to be the BBDISPLAYS and a
> redundant set of servers to be the BBNET pollers. I've managed to setup
> everything and get it working the way I like except one problem I am having.
> I've created several scripts to check various items and send status messages
> to the BBDISPLAY using the $BB cmd.
>
> BB="$BBHOME/bin/bb"
> BBHOME="/usr/local/hobbit/server"
> BBDISP="0.0.0.0"
> BBDISPLAYS="172.16.1.50 172.16.2.50"
>
> The cmd I'm running looks like this.
> $BB $BBDISP "status $MACHINE.$COLUMN $COLOR $DATE\t$MSG\n\n"`
>
> The result appears that the /bin/bb command will fire off a status but only
> to the first BBDISPLAY in the list. Is there some other way to make it fire
> off status to both servers?
I believe you need to export the BBDISP and BBDISPLAYS variable.
Regards,
Henrik