[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] xymon ready to replace bb?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] xymon ready to replace bb?
- From: Buchan Milne <bgmilne (at) staff.telkomsa.net>
- Date: Fri, 27 Mar 2009 09:50:14 +0200
- Cc: Stef Coene <stef.coene (at) docum.org>
- References: <49CAE37B.6070002 (at) tmsusa.com> <200903262325.53879.stef.coene (at) docum.org>
- User-agent: KMail/1.11.1 (Linux/2.6.29-desktop-0.rc6.1.1mnb; KDE/4.2.1; x86_64; ; )
On Friday 27 March 2009 00:25:53 Stef Coene wrote:
> For the failover, configure both servers to report to each other it's
> situation. Configure both servers to trigger a script when there is an
> alert. Except one of them is the master and is always sending out the
> alert. The other (the slave one) first checks the status of the other
> server (a simpel wget of the status page can be enough) and only sends out
> the alert if this page is not green.
I would rather:
bb $MASTERDISPLAY 'query $MASTERDISPLAY.bbd'|grep -q ^green ||
enable_hobbitd_alert
(where implementation of enable_hobbitd_alert is left as an exercise for the
reader)