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
Please check with: crontab -l as root user that you have not commented out the root cronjob for the ISPConfig cron.sh script.
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
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.