[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] proftpd dumping logging every 15 minutes



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