From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 23:41:58 2008 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 39FDB106566C for ; Sun, 30 Mar 2008 23:41:58 +0000 (UTC) (envelope-from fbsd06+UQ=a52750e1@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id F20E88FC18 for ; Sun, 30 Mar 2008 23:41:57 +0000 (UTC) (envelope-from fbsd06+UQ=a52750e1@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 0E2AC163DED for ; Sun, 30 Mar 2008 19:21:34 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 80063D05A4 for ; Sun, 30 Mar 2008 19:21:31 -0400 (EDT) Date: Mon, 31 Mar 2008 00:21:29 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080331002129.699fbc53@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: disable periodic scripts 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, 30 Mar 2008 23:41:58 -0000 On Sun, 30 Mar 2008 15:18:12 -0400 Warner Lambert wrote: > > Hi > > How can I disable those nightly/monthly/... periodic scripts? I don't > need them, these days professional monitoring software such as nagios > is used to monitor 200+ systems. I can't read 200 mails showing me > hundreds of lines of output even if nothings happening. Am I just > deleting all the /etc/periodic/* stuff or is there a switch like: > turn_off_ancient_system_administration="YES" ? > The periodic scripts do other things apart than monitoring, but if you're sure you wont need any of the system maintenance features, and wont install any packages that rely on local period scripts, you can disable them in /etc/crontab. Otherwise, you may want to look at /etc/defaults/periodic.conf for how to send the output to rotated log-files.