From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 15:08:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED2B116A4CE for ; Thu, 19 Feb 2004 15:08:13 -0800 (PST) Received: from amsal01exc01.americatelsal.com (amsal01exc01.americatel.com.sv [200.13.161.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7281343D1D for ; Thu, 19 Feb 2004 15:08:13 -0800 (PST) (envelope-from mmiranda@americatel.com.sv) Received: by amsal01exc01.americatelsal.com with Internet Mail Service (5.5.2653.19) id <10TSZCL6>; Thu, 19 Feb 2004 17:08:56 -0600 Message-ID: <76E0DAA32C39D711B6EC0002B364A6FA01ABA20F@amsal01exc01.americatelsal.com> From: Miranda Gomez Miguel Angel To: freebsd-questions@freebsd.org Date: Thu, 19 Feb 2004 17:08:55 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Daemon Monitor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 23:08:14 -0000 > I took a look at this as well as monitord in the ports collection, but > neither seems to do exactly what I'm looking for. I want a > way to take > an action other than restarting the service if the service dies, Use mon, http://www.kernel.org/software/mon/ it can send alerts and execute a script of your choice, i.e. restart clamav , exim, etc --- Miguel