How to competely disable stats cronjob?

Discussion in 'Tips/Tricks/Mods' started by rodrod, Feb 25, 2012.

  1. rodrod

    rodrod New Member

    Hi everybody,

    I would like to completely disable any stats cron job in ISPconfig3. How can I do that? If possible could I also desinstall awstats and webalizer? And how?

    Since I use another stats module I don't want ISPconfig stats modules to work anymore.

    Thank you by advance for your help :)
     
  2. kwickcut

    kwickcut Member HowtoForge Supporter

    lists the crons
    Code:
    crontab -l  
    edit the cron plus file name
    Code:
    crontab -e 
    removes the cron plus file name
    Code:
    crontab -r  
    but you have to be logged in as the user of the cron not sure if it will list as root
     
  3. rodrod

    rodrod New Member

    Thank you for your reply.

    I've already done that in order to find what the crons files are.

    So the cron file which interests me is cron_daily.php. I've watched out this file and I assume the parts to erase in this script are :
    // Create webalizer statistics
    and:
    // Creat awstats statistics

    Can you confirm I am right?

    Then can I totally uninstall awstats and webalizer or should it be safer to keep them installed as they already are?
     

Share This Page