[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] proftpd dumping logging every 15 minutes
- Subject: Re: [cobalt-users] proftpd dumping logging every 15 minutes
- From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
- Date: Sun Dec 2 08:12:02 2001
- Organization: anonymous
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Sat, 1 Dec 2001 14:27:52 -0600 (CST), Mike Jeffers
<mjeffers@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
:>Can anyone explain why proftpd dumps to the /var/log/messages file every
:>15 minutes:
:>
You can change /etc/crontab to do it less often:
# Monitor services to make sure everything is still okay.
#0,15,30,45 * * * * root /usr/local/sbin/monitor
# Let's do it every 6 hours instead and see what happens
15 */6 * * * root /usr/local/sbin/monitor