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,
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.
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 !