I would like to get 'itemid' using item.get api, and filter it by host ip
I tried this request, but it doesn't work (works only when giving host id):
{ "jsonrpc": "2.0", "method": "item.get", "params": { "output":...
Search Result
Collapse
5 results in 0.0019 seconds.
Keywords
Members
Tags
-
Copy old item History/Trends to new item
There was some item changes in my production Zabbix that ended up with a few duplicated items.
I have the old item which has history and trends up to 2021-01-04 when it was disabled.
The new item has data since 2020-12-29 and is enabled.
I wish to maintain only the new... -
Get hostid by itemid
Hi everyone!
I have a blind list of itemids.
Is there any way to get corresponding hostids using given itemids from API?
I'm going to implement a check procedure to be sure if each manually collected itemid has correct position within host information generated...Last edited by BigBoatCap; 16-08-2018, 10:45. -
Web monitoring and itemid
Hello,
I created a Web monitoring and it works. Now some items are available like :
web.test.rspcode[scenario,step]
And now I would like to create a Graph for this item. It works with the Gui but I don't know how to script it with the API because I can't... -
Finding itemid For Use in API
Hey,
Been searching and can't seem to find out exactly how to find the [I]itemid[I] for a given item.
Currently using the pyzabbix module to access the API.
Apologies in advance if this is something obvious.
Thanks.