Hello together, I have this "problem" for a long time (since Tuesday, 15. December 2020). The system_update state gets not updated. If I execute "crontab -l" I get the following output: Code: * * * * * /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 0 0 * * * /usr/local/ispconfig/server/scripts/create_daily_nginx_access_logs.sh &> /dev/null The content of "monitor_data": The content of "sys_cron": Content of /var/log/ispconfig/cron.log: Code: So 2. Jun 00:45:01 CEST 2024 finished server.php. So 2. Jun 00:46:01 CEST 2024 finished server.php. So 2. Jun 00:47:01 CEST 2024 finished server.php. So 2. Jun 00:48:01 CEST 2024 finished server.php. So 2. Jun 00:49:01 CEST 2024 finished server.php. So 2. Jun 00:50:02 CEST 2024 finished server.php. So 2. Jun 00:51:01 CEST 2024 finished server.php. Ispconfig3 Version: 3.2.11p2 For the htf_report go to the old thread: https://forum.howtoforge.com/threads/ispconfig-webinterface-502.91817/#post-453692 I tried to optimize and repair the monitor_data table on the master. But it doesn't changed. Do someone have an idea what I can do? EDIT: I found the solution: System -> Server configuration -> Search for linux updates It was deactivated.