From owner-freebsd-questions@FreeBSD.ORG Thu Mar 24 23:38:12 2005 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 36CB016A4CE for ; Thu, 24 Mar 2005 23:38:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E0443D5D for ; Thu, 24 Mar 2005 23:38:11 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so727165wri for ; Thu, 24 Mar 2005 15:38:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=oZdWIjgCJ18c/zEN/axqgbvrwq0Iw+/TBG6LhvsspLpXcsMt/jh4r0ZODJnsAFVaGey8VdIS/Qs9JeNPq+99W5P8sghj7oZa8ti7V1DCitPENEa0hkaz/ytWXXbLWEjhaiWoQ8xNsCLa/L7IeNbuluJ1x/qO83uqLAvYXJZZR9Y= Received: by 10.54.29.67 with SMTP id c67mr658772wrc; Thu, 24 Mar 2005 15:38:11 -0800 (PST) Received: by 10.54.28.14 with HTTP; Thu, 24 Mar 2005 15:38:11 -0800 (PST) Message-ID: <8ca9329050324153842a7ae9@mail.gmail.com> Date: Thu, 24 Mar 2005 18:38:11 -0500 From: Chad Morland To: Paul Schmehl In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <57F38D49593DEC8728659864@utd49554.utdallas.edu> cc: Nick Pavlica cc: freebsd-questions@freebsd.org Subject: Re: Monitoring critical processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chad Morland List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 23:38:12 -0000 On Thu, 24 Mar 2005 11:31:58 -0600, Paul Schmehl wrote: > Thanks, Nick. I knew of nagios, but I was not aware that it was capable of > restarting stopped services. Nagios is able to restart stopped services. I currently use it to monitor my network. You can create plugins for Nagios that will run after a certain set of conditions have been met. I'm not sure if this is completely documented but you may want to search the nagios list archives. -CM