Get Webspace usage via API

Discussion in 'Installation/Configuration' started by Blubmann1337, Mar 11, 2026 at 4:08 PM.

  1. Blubmann1337

    Blubmann1337 New Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's correct, there is no API function for this.

    This should be in the monitor_data table.
     

Share This Page