Is it possible to disable certain system cronjobs? On all my dns servers I get this in the ispc-cronlog every 5 minutes: Code: Fri Dec 20 06:15:02 PM CET 2024 du: cannot access '/var/www/clients/client*/we*': No such file or directory Fri Dec 20 06:15:02 PM CET 2024 PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/cron.d/100-monitor_hd_quota.inc.php on line 79 But this job is totally useless because /var/www doesn't exist (because there's no webserver) and thus has no web folders to check.
The best is to make an issue report at git.ispconfig.org to fix this cronjob. There seems to be code missing that ensures it is run only when this folder exists.
Maybe merge with this report: https://git.ispconfig.org/ispconfig/ispconfig3/-/issues/6785 Seems to be the same.