From owner-freebsd-questions@FreeBSD.ORG Sat Mar 18 19:21:10 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 CD21B16A401 for ; Sat, 18 Mar 2006 19:21:10 +0000 (UTC) (envelope-from corwin@aeternal.net) Received: from amber.aeternal.net (amber.in.markiza.sk [62.168.76.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B1F43D46 for ; Sat, 18 Mar 2006 19:21:09 +0000 (GMT) (envelope-from corwin@aeternal.net) Received: from localhost (localhost.aeternal.net [127.0.0.1]) by amber.aeternal.net (Postfix) with ESMTP id E7D14B92D for ; Sat, 18 Mar 2006 20:21:07 +0100 (CET) Received: from amber.aeternal.net ([127.0.0.1]) by localhost (amber.aeternal.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28299-09 for ; Sat, 18 Mar 2006 20:21:07 +0100 (CET) Received: from [192.168.0.30] (pleiades.aeternal.net [192.168.0.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by amber.aeternal.net (Postfix) with ESMTP id C6202B929 for ; Sat, 18 Mar 2006 20:21:05 +0100 (CET) Message-ID: <441C5D26.30506@aeternal.net> Date: Sat, 18 Mar 2006 20:19:02 +0100 From: Martin Hudec User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at aeternal.net Subject: Re: System administration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: corwin@aeternal.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 19:21:10 -0000 Hello, Paul Schmehl wrote: > Is there a port or utility that allows you to monitor system stats by > (either interactively or periodically) reading the various stat > utilities (fstat, iostat, pstat or swapinfo, systat, top, vmstat, etc.) > and sending a report to root that summarizes system condition? I am using my own shell script to send mail reports about various conditions of system. Also I am using stuff like nagios, munin to monitor my servers and to provide me with notifications in case of incidents. Cheers, Martin