January 2019
Intermediate to advanced
798 pages
20h 33m
English
The methods we've discussed so far mostly dealt with configuration. We may also query some historical data. For example, to grab item history data, we would need to know several things:
Both of these can be found out by opening the item properties in the configuration section—the ID will be in the URL, and the type of information will be in that drop-down menu. Why do we have to specify the type of information? Unfortunately, the Zabbix API doesn't look it up for us but tries to find the values only in a specific table. By default, the history_uint (integer values) table is queried. To get the values for the CPU load item on A test host, the JSON string would ...
Read now
Unlock full access