From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 23:47:57 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 63FD016A422 for ; Tue, 31 Jan 2006 23:47:57 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B78E43D46 for ; Tue, 31 Jan 2006 23:47:54 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k0VNldW8053024; Tue, 31 Jan 2006 17:47:39 -0600 (CST) Message-Id: <6.0.0.22.2.20060131173914.025f6760@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 31 Jan 2006 17:47:31 -0600 To: db , questions@freebsd.org From: Derek Ragona In-Reply-To: <200601312202.03556.db@traceroute.dk> References: <200601312202.03556.db@traceroute.dk> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Tue, 31 Jan 2006 23:47:57 -0000 You can try bigsister for some of this: http://bigsister.graeff.com./ But coding to check apache is trivial. I have rolled my own apache monitor as the daemon doesn't die but will stop responding at times. -Derek At 04:02 PM 1/31/2006, 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"