ISPConfig cron

Discussion in 'Installation/Configuration' started by admins, Jul 29, 2009.

  1. admins

    admins Member

    Hi all

    My ISPConfig3 Server do not refresh the data in the panel in the monitor part.
    What could it be? where could i check the cron for that?

    thanks
    admins
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The cronjob is in the root crontab and is executed every minute. The executed file is /usr/local/ispconfig/server/server.sh

    The monitor part is then internally executed every five minutes by this script.

    If this is a multiserver setup, then there is most likely a problem with the database user permissions.
     
  3. admins

    admins Member

    Hi till

    I've execute this, may it has nothing done. The las Date in the monitor view ist 16.july09

    admins
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This is absolutely ok as the monitor cronjob is only executed done every 5 minutes. So if you execute it now and do not match the time frame it will not be executed.
     
  5. admins

    admins Member

    The five minutes are ago, may it shows the same in the panel.

    Any reason?

    admins
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    This does not matter if the five minutes are ago. The monitor will only work if it is executed every minute by the crontab and not when you call the script manually after five or more minutes. So you should check if cron is working correctly on your system and make sure that it executes the script once a minute.
     
  7. admins

    admins Member

    Thanks, now it works.
     

Share This Page