Hey all. After upgrading cluster of 12 machines to 3.3.0p1, some of them do not show a overview. "system load", Mem usage", "Network" etc, its just blank. 3 out of 12 not displaying the info: nameserver1, webserver3, webserver5.
just noticed the mailserver has the 4 boxes, but the data is not there:- no load or other type of info thanks
Then these servers have likely issues contacting the master server to write to monitor_data table. You can let the ISPConfig updater fix table permissions by using the "reconfigure permissions in master database" option of the updater.
Hey till, thansk for the reply. So i ran the Code: ispconfig_update.sh --force i chose "reconfigure permissions in master database" with a yes, still the same thanks
Please check with e.g. phpmyadmin if the sys_cron (not cron) table on the affected slaves is either crashed or reports that the internal cronjobs in there for the monitoring are stuck in running state. You can also empty (not delete) the sys_cron table; ISPConfig will build the cron entries inside again. Also, check if the ispconfig cron.sh (not server.sh) cronjob on the affected slaves is in the root crontab and not commented out (command crontab -l).
1. They were all set to 0 2. I copied "sys_cron" to sys_cron.bak", then truncated the table. everything stayed there, made no difference. 3. "cron.sh" is not commented out.
rebooted the machine and now it is displaying. hmm, not sure if any of the above helped as i Code: ispconfig_update.sh --force but didnt reboot until just now from the other day, or that and what you also suggested worked.. either way it now displays. thanks till