Creating webalizer cron job

Discussion in 'Server Operation' started by Alex Hulshof, Apr 19, 2015.

  1. Alex Hulshof

    Alex Hulshof Member

    trying to have webalizer run every 30 minutes:
    • opening crontab: crontab -e
    then putting in de line:
    * */30 * * * /usr/bin/webalizer

    is this correct?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    For the default vhost this should work, but minutes are the first column in cron, so I guess you mean */30 * * * *. If you want to create statistics for websites, then you should call webalizer with parameters to tell it which config to use and where it can find the log file and where to write the statistics files.
     

Share This Page