Are there plan for developing an easy way to extract raw data from the Zabbix database? For example, I have developed some scripts that utilize the Zabbix API to extract raw data from the Zabbix database, and in this script I accept as parameters: the host name, the desired start time, and the desired end time. It then returns to me a CSV file of all items that are associated with that host within the specified time window, and then I can then easily parse it and import into Excel.
However, I suspect that even small changes to the Zabbix API or Zabbix source will break my scripts. Will support for this be built-in to Zabbix in the future?
However, I suspect that even small changes to the Zabbix API or Zabbix source will break my scripts. Will support for this be built-in to Zabbix in the future?

Comment