is there an existing workaround for calculate disk usage of websites without quota? if no this would be a solution?... https://git.ispconfig.org/Lokutos/ispconfig3/-/commit/c26a9f6940a5b68d4ea4386c68ae5d3d039bf700 (Currently with static Document_root) i have to implement "website_path"
I will but not yet, there are some missing things like the hard-coded path currently who only use in /var/www related systems like debian.
Hi, yes, workaround without quotas exists, I have modified 100-monitor_hd_quota.inc.php file. The root solution is on lines 74 and 105 ...and others small changes. The web quotas computed every hour. It's not as precise as quotas, but better something than nothing. Changed file is included. Regards Roman Pudil
Nice workaround I'd say. Just a question, without other than line 74 and 105 changes, why do you have to change them? Will it work without those other changes? Because if it does, this should be considered a good improvement for that file. Otherwise, may be better in depth looks / tests on the code are needed.
use a similar workarround like mine but fully remove quota so not recomendet for implementation into ispconfig