From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 14:35:07 2006 Return-Path: X-Original-To: questions@freebsd.org 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 A20EB16A420 for ; Sat, 11 Feb 2006 14:35:07 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 090D143D45 for ; Sat, 11 Feb 2006 14:35:06 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from [213.227.193.75] (HELO [192.168.0.178]) by mail.alkar.net (CommuniGate Pro SMTP 4.3.9) with ESMTP id 441516358; Sat, 11 Feb 2006 16:35:04 +0200 Message-ID: <43EE12B4.6070404@oxygen.az> Date: Sat, 11 Feb 2006 16:37:08 +0000 From: Tofik Suleymanov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: db References: <200601312202.03556.db@traceroute.dk> In-Reply-To: <200601312202.03556.db@traceroute.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Program for restarting stopped/crashed daemons 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: Sat, 11 Feb 2006 14:35:07 -0000 db wrote: >Hi all > >I've been looking for a program to restart apache, postfix and my other server >daemons when they stop/crash, but couldn't find a good one. I've read the >sourcecode for sysutils/monit and sysutils/monitord but they seem to >need /proc and insist on poll instead of using kqueue(2) and kevent(2). So >before I start coding my own, can someone recommend a port or tell me why >kevent(2) shouldn't be used for this? > >Best regards >db >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Did you try djb's daemontools ?