From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 08:14:24 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06B85106566B for ; Wed, 21 Sep 2011 08:14:24 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id BB4858FC12 for ; Wed, 21 Sep 2011 08:14:23 +0000 (UTC) Received: from mr12941.univ-rennes1.fr (mr129041.cri.univ-rennes1.fr [129.20.129.41]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 110B4FAA2C87; Wed, 21 Sep 2011 10:14:22 +0200 (CEST) Received: from mr12941 (localhost.localdomain [127.0.0.1]) by mr12941.univ-rennes1.fr (Postfix) with ESMTP id A857D7A000B; Wed, 21 Sep 2011 10:14:21 +0200 (CEST) Date: Wed, 21 Sep 2011 10:14:21 +0200 From: Patrick Lamaiziere To: Rafael NAVAZA Message-ID: <20110921101421.7c54d972@mr12941> In-Reply-To: References: <4E784905.1080007@infracaninophile.co.uk> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: OpenLDAP + CARP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 08:14:24 -0000 Le Tue, 20 Sep 2011 13:02:47 +0200, Rafael NAVAZA a écrit : Hello, > As far as I > know CARP will not check if the slapd is running correctly; that > could be a problem if the CARP Master has a failing slapd. Do I have > to monitor slapd with a third party software (like Monit) ? Can I > configure CARP and OpenLDAP to watch each other more closely ? You can use ifstated (port net/ifstated) for this. Regards.