Ad Widget

Collapse

Zabbix API: Bug: history.get

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DRVTiny
    Senior Member
    • Sep 2011
    • 162

    #1

    Zabbix API: Bug: history.get

    There is a bug in history.get method, which was not fixed in Zabbix 2.4:
    parameter "output" does not support "queries", so if you specify (in Perl notation):
    Code:
    "output"=>["clock","value"]
    - you will not get "values" at all, but only "clock" and "itemid".
Working...