From owner-freebsd-questions@FreeBSD.ORG Sun Jun 25 11:15:43 2006 Return-Path: X-Original-To: freebsd-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 27DDF16A402 for ; Sun, 25 Jun 2006 11:15:43 +0000 (UTC) (envelope-from jerlique@webscene.com.au) Received: from bang.esc.net.au (mx1.esc.net.au [203.25.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1BC43D46 for ; Sun, 25 Jun 2006 11:15:41 +0000 (GMT) (envelope-from jerlique@webscene.com.au) Received: from localhost (localhost [127.0.0.1]) by bang.esc.net.au (Postfix) with ESMTP id 9D1545A6A79; Sun, 25 Jun 2006 20:45:40 +0930 (CST) Received: from bang.esc.net.au ([127.0.0.1]) by localhost (bang.esc.net.au [127.0.0.1:10024]) (amavisd-new) with ESMTP id 95197-04; Sun, 25 Jun 2006 20:45:37 +0930 (CST) Received: from WKSTN501 (lnk6.adl5.adsl.esc.net.au [210.9.186.6]) by bang.esc.net.au (Postfix) with ESMTP id 10FC45A6FD9; Sun, 25 Jun 2006 20:45:37 +0930 (CST) From: "Jerlique Bahn" To: "'Laurence Sanford'" , Date: Sun, 25 Jun 2006 20:45:37 +0930 Message-ID: <041601c69848$afa2b0e0$0101a8c0@WKSTN501> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <449E6E85.2040308@wilderness.homeip.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcaYR6EgihsHrlMFQZ6rW4uL11bYCQAAIlxA X-Virus-Scanned: by amavisd-new Cc: Subject: RE: Monitoring Server Health 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: Sun, 25 Jun 2006 11:15:43 -0000 Hello Laurence, > > What are sys-admin's using to monitor the status and health of their > freebsd > > servers? > > > ports/net-mgmt/mrtg/ > > It can be hit and miss to get set up, but once you have it working it's > quite good at providing the information you're looking for. Actually mrtg is used to graph the results of the program that I am looking for. So to clarify my initial request, what I am seeking recommendations for is the program that collects the information, such as server load, temperature, open tcp connections etc of the freebsd server itself. I already have the program to process the data, of which part of this solution is mrtg. JS