Graphical monitor in ISPConfig hangs

Discussion in 'Installation/Configuration' started by BenM, Mar 31, 2026 at 9:00 AM.

  1. BenM

    BenM Member

    The graphical monitor in ISPConfig is no longer updating. I’ve already performed a force update, but it made no difference. Please assist.

    Regards Ben
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Is this a single or multiserver system?
     
  3. BenM

    BenM Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check with:

    crontab -l

    as root user that you have not commented out the root cronjob for the ISPConfig cron.sh script.
     
  5. BenM

    BenM Member

    cron is fine.
    12 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
    * * * * * /usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done
    * * * * * /usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you get any errors when you run:

    /usr/local/ispconfig/server/cron.sh

    as root?
     
  7. BenM

    BenM Member

  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Please take a look at the ISPConfig 'dbispconfig' database with e.g. phpmyadmin, it contains a table sys_cron (don't mix up with the table cron), does any of the monitoring cronjobs in sys_cron are stuck in state 'running'? if yes, you can delete the records for them in sys_cron, ISPConfig will recreate them.
     
  9. BenM

    BenM Member

    Yes, that was the problem. Set two items from state 1 to 0 and the monitor is running.

    Thanks.
     

Share This Page