I have a dedicated server running DA and everyday at midnight the server goes into a 5-min tailspin spiking the load to about 90 and becoming unresponsive.
I'm assuming it's something being run by a cron....mayeb the logrotate or webalizer?
Anyways, I've disabled webalizer by adding "webalizer=0" to the directadmin.conf file because I dont need it running.
I have a rather large forum on the server, it's logfiles hit a few hundred MB each day.
Any other suggestions?
Cron:
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
#5 5 * * 0 root /sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
10 10 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 11 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue
I'm assuming it's something being run by a cron....mayeb the logrotate or webalizer?
Anyways, I've disabled webalizer by adding "webalizer=0" to the directadmin.conf file because I dont need it running.
I have a rather large forum on the server, it's logfiles hit a few hundred MB each day.
Any other suggestions?
Cron:
* * * * * root /usr/local/directadmin/dataskq
2 0-23/6 * * * root echo 'action=vacation&value=all' >> /usr/local/directadmin/data/task.queue;
#5 5 * * 0 root /sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
10 10 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 11 1 * * root echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue
0 4 * * * root echo 'action=check&value=license' >> /usr/local/directadmin/data/task.queue