ispconfig stats dont work

Discussion in 'Installation/Configuration' started by robotny, Dec 13, 2006.

  1. robotny

    robotny New Member

    our ispconfig server is working fine, almost... we have no statistics.
    [​IMG]


    should i to activate the stats in somewhere??
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. robotny

    robotny New Member

    thanks, but i just did that, with no results... run /etc/cron.daily/00webalizer also... same thing, no stats.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    crontab -l
    and
    Code:
    which webalizer
    ?
     
  5. robotny

    robotny New Member

    crontab -l

    no crontab for root

    webalizer-2.01_10-29.2.1


    thanks.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    No crontab for root is bad, this means that bone of the ISPConfig cronjobs is running. Please add these cronjobs:

    Code:
    30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null
    59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null
    0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
    0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
    15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null
    40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null
    05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null
     
  7. robotny

    robotny New Member

    ok, crontab edited.

    thanks!
     
  8. robotny

    robotny New Member

    thanks a lot!! the statistics works fine now.
     

Share This Page