PDA

View Full Version : When does it really run?



Eric
04-01-2004, 08:08 PM
How often does webalizer run? Some people say every night while some say every 6 hours...


Thanks
Eric

Icheb
04-01-2004, 08:44 PM
Normally every 24 hours, but in current version there is a slight segfault problem preventing this. (see version.php, fix is ready :D)
You can manually let it do it, or change cronjob settings to let it run more often...

Eric
04-01-2004, 10:04 PM
Current version is still 1.212, which is what I have. I don't see a fix on the page.
Which line do I edit?


* * * * * 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 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
20 1 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

Eric
04-02-2004, 12:36 AM
Nevermind, I found it.
It runs at 12:10am every day.


10 0 * * * root echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue