From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 08:33:31 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E2EC1065675 for ; Thu, 21 Jul 2011 08:33:31 +0000 (UTC) (envelope-from howie@thingy.com) Received: from post1.inband.network-i.net (tobago.network-i.net [212.21.96.30]) by mx1.freebsd.org (Postfix) with SMTP id EE2118FC0C for ; Thu, 21 Jul 2011 08:33:30 +0000 (UTC) Received: (qmail 40482 invoked from network); 21 Jul 2011 08:28:07 -0000 Received: from unknown (HELO ?10.1.1.188?) (212.21.99.52) by post2.inband.network-i.net with SMTP; 21 Jul 2011 08:28:07 -0000 Message-ID: <4E27E458.7060104@thingy.com> Date: Thu, 21 Jul 2011 09:33:28 +0100 From: Howard Jones User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: Jos Chrispijn References: <4E27E267.90107@webrz.net> In-Reply-To: <4E27E267.90107@webrz.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: [freebsd-questions] Maintenance script/port 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: Thu, 21 Jul 2011 08:33:31 -0000 On 21/07/2011 09:25, Jos Chrispijn wrote: > Can someone recommend me a text driven maintenance (re)port that > informs me about the health of my FreeBSD system? > I currently use the standard BSD report information, but like to get > more information out of my partitions, OS etc. > This program should be ran by schedule and send me the outcome by email. You can add to the tasks that the "xyz system Daily Run" report uses to produce it's report. Check out periodic(1) and /etc/periodic.conf - the scripts that it uses live in /etc/periodic and /usr/local/etc/periodic Howie