Hello everyone, I’m trying to combine Zabbix and ISPConfig in order to centralize monitoring. For this purpose, I would like to read the quota and the currently used webspace and trigger alerts accordingly. As a reference, I used the following GitHub repository: https://github.com/Spoje-NET/ispconfig-zabbix-monitoring The plugin is installed on the ISPConfig master server. Around it there are about six slaves that act as web and mail servers. The add-on is integrated into Zabbix on the master server and is already able to read the quota. However, I cannot retrieve the webspace size. At the moment my understanding is that I cannot obtain this value via the API, and I also haven’t found a database table that contains it. Could you help me with this? Or has anyone here already set up such monitoring and can share some tips?