From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 06:34:38 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 6CEBD37B401 for ; Thu, 14 Aug 2003 06:34:38 -0700 (PDT) Received: from hauptpostamt.charite.de (hauptpostamt.charite.de [193.175.66.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA2043F3F for ; Thu, 14 Aug 2003 06:34:37 -0700 (PDT) (envelope-from alexander.haderer@charite.de) Received: from postamt1.charite.de (postamt1.charite.de [193.175.66.246]) by hauptpostamt.charite.de (Postfix) with ESMTP id D037D15C043; Thu, 14 Aug 2003 15:33:38 +0200 (CEST) Received: from chaplin.charite.de (chaplin.str.charite.de [192.168.202.88]) by postamt1.charite.de (Postfix) with ESMTP id AE08C633AD; Thu, 14 Aug 2003 15:33:38 +0200 (CEST) Message-Id: <5.2.0.9.1.20030814152654.019f0f58@postamt1.charite.de> X-Sender: afrika@postamt1.charite.de X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 14 Aug 2003 15:28:15 +0200 To: "Ben Dover" , freebsd-questions@FreeBSD.ORG From: Alexander Haderer In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new at charite.de Subject: Re: Monitoring tool 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, 14 Aug 2003 13:34:38 -0000 At 09:23 14.08.2003 -0400, Ben Dover wrote: >I am looking for a monitoring tool that will notify my cell phone when my >FreeBSD box is down or off line. It could be as simple as an application >that runs on another FreeBSD box or Win box and pings the server and when >it doesn't respond to pings it sends and alert to my cell phone. I'm sure >there are more sophisticated programs out there to alert server status and >I would be interested in those too but something basic to get started >would be fine. Thanks Take a look at Nagios: http://www.nagios.org It in the ports tree. Their homepage also mention other monitoring tools. Alexander