Hi,
I'm building a custom interface on top of Zabbix API, and I'd like to retrieve history data to build custom graphics.
The problem is that if I'm showing a big interval of time, I get too many values (for example, retrieve a year of hourly-sampled data) and eventually make Zabbix run out of memory.
Is there a way to specify the granularity of the data? Following the previous example, gather a year of data taking only one value per day.
I'm building a custom interface on top of Zabbix API, and I'd like to retrieve history data to build custom graphics.
The problem is that if I'm showing a big interval of time, I get too many values (for example, retrieve a year of hourly-sampled data) and eventually make Zabbix run out of memory.
Is there a way to specify the granularity of the data? Following the previous example, gather a year of data taking only one value per day.
Comment