Hey everyone!
I need to export data from Zabbix 2.0 into a second, proprietary monitoring system. So far it would seem I have two options: Use the Zabbix API or query the Zabbix database directly. I have to admit that querying the DB appeals to me since I can basically do all selecting, filtering and aggregating in a few statements. However, I am worried about how stable the schema is between major releases of Zabbix. Any insights or comments on this (especially from Zabbix folks) would be greatly appreciated!
Best regards
D.C.
I need to export data from Zabbix 2.0 into a second, proprietary monitoring system. So far it would seem I have two options: Use the Zabbix API or query the Zabbix database directly. I have to admit that querying the DB appeals to me since I can basically do all selecting, filtering and aggregating in a few statements. However, I am worried about how stable the schema is between major releases of Zabbix. Any insights or comments on this (especially from Zabbix folks) would be greatly appreciated!
Best regards
D.C.
Comment