Ad Widget

Collapse

graph.get() + graph.getitem()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lukaszg
    Junior Member
    • Jun 2012
    • 2

    #1

    graph.get() + graph.getitem()

    Hello,

    I am using Zabbix Api. I have some defined graphs and I want to retrieve all graph data to draw them in my application: graph parameters and all points on the graph.

    What functions I need to use to achieve this. I used graph.get to get descriptions of the graph and graphitem.get to get items of the given graph. In graphitem objects I have no x nor y...

    I want to draw graph by myself not retrieve redered graph from zabbix.
Working...