hdquotas for websites without filesystem support

Discussion in 'Developers' Forum' started by pinkfeet, Jan 17, 2020.

  1. pinkfeet

    pinkfeet Member HowtoForge Supporter

    Hi!,
    i'm using a filesystem unable to show user/group hdquotas, but i need show the aproximate harddisk_quota for websites in the ISPConfig dashboard; my idea is to populate, one time a day or so, the monitor_data table with information retrieved with shell commands, is it possible to do it using ispconfig API isn't ?
    Thanks in advance,
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Monitor data can not be inserted by using remote API, you will have to add it either into the database directly or write an API function to add this functionality to the api.
     
  3. pinkfeet

    pinkfeet Member HowtoForge Supporter

    Thanks Till,
    i'm going to try the last method, if i can do it, perhaps it could be useful to someone else.
    Thanks again !
     
    till likes this.

Share This Page