Ad Widget

Collapse

Exporting data from Zabbix via API or DB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis Dietrich
    Junior Member
    • Sep 2014
    • 4

    #1

    Exporting data from Zabbix via API or DB

    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.
  • coreychristian
    Senior Member
    Zabbix Certified Specialist
    • Jun 2012
    • 159

    #2
    The schema does change, so the API would likely be a bit more reliable, though the API can change (and has) from time to time as well.

    I think though you are much less likely to see a significant API update during minor updates (example 2.2.1 to 2.2.3) Really just keep in mind either could change so you just need to make sure to test it when prior to upgrading zabbix.

    Comment

    • Dennis Dietrich
      Junior Member
      • Sep 2014
      • 4

      #3
      Good to know. Thanks!

      Comment

      Working...