From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 14:48:43 2003 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 96EF216A4CE for ; Mon, 24 Nov 2003 14:48:43 -0800 (PST) Received: from stratus.mercurycloud.net (stratus.mercurycloud.net [64.246.167.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id C83FE43FAF for ; Mon, 24 Nov 2003 14:48:42 -0800 (PST) (envelope-from will@mercurycloud.net) Received: from [192.168.0.103] (dsl254-030-205.sea1.dsl.speakeasy.net [216.254.30.205]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by stratus.mercurycloud.net (Postfix) with ESMTP id 6F1AE40 for ; Mon, 24 Nov 2003 14:48:14 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v606) In-Reply-To: References: <3B75ECFD-1DE6-11D8-A141-000A95DBBE34@mercurycloud.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <58BF3BE2-1ED0-11D8-B5C4-000A95DBBE34@mercurycloud.net> Content-Transfer-Encoding: 7bit From: Will Prater Date: Mon, 24 Nov 2003 14:48:39 -0800 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.606) Subject: Re: daemon monitoring 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: Mon, 24 Nov 2003 22:48:43 -0000 On Nov 24, 2003, at 1:10 PM, Jesse Guardiani wrote: > Will Prater wrote: > >> List, >> >> What are most of you using to monitor the running daemons? I have been >> loooking into DJB daemontools which seems appropriate, but are there >> any others that you reccomend? >> >> If DJB's daemontools is the one, could I get some more examples? I am >> primarily trying to keep my mail system online: postfix, cyrus, >> saslauthd, mysql, and spamassassin. > > I'm particularly fond of daemontools/supervise, actually. You've got to > jump through some hoops to get it working (process must run in > foreground, > process must start first time, etc..), but it's very reliable and the > qmail style qmailctl script can be adapted to any configuration with > minimal > work to make an excellent control script. Yes, it looks promising. I have it working for a few of my processes. I was looking to something similar to Mac OS X Servers watchdog. This is much better. I get weird errors when I am trying to get saslauthd since I have to use fghack to get it going. Can you send me the qmailctl script or some examples that you have with some daemons on your system? Thanks > -- > Jesse Guardiani, Systems Administrator > WingNET Internet Services, > P.O. Box 2605 // Cleveland, TN 37320-2605 > 423-559-LINK (v) 423-559-5145 (f) > http://www.wingnet.net > > > _______________________________________________ > 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" > > --will