Hello, and thank you for taking the time to read my issue.
I have a task, which is to create items for some hosts, and update those items' value via API POST calls ( or any other way), WITHOUT installing Zabbix agent on the hosts.
So I am developing an application which sends API requests to my Zabbix server, but in the documentation I noticed that, the "item.update" method (https://www.zabbix.com/documentation...ce/item/update) gives no way to update the value of the item. The parameter "lastvalue" is readonly, so the calls I make do not change its value.
Is there a way around this? Is there another way to make items for hosts, which could be changed via API POST calls? Or any other way to change these values without Zabbix Agent?
Thanks in advance,
Bless your heart for reading all this,
Bence K.
I have a task, which is to create items for some hosts, and update those items' value via API POST calls ( or any other way), WITHOUT installing Zabbix agent on the hosts.
So I am developing an application which sends API requests to my Zabbix server, but in the documentation I noticed that, the "item.update" method (https://www.zabbix.com/documentation...ce/item/update) gives no way to update the value of the item. The parameter "lastvalue" is readonly, so the calls I make do not change its value.
Is there a way around this? Is there another way to make items for hosts, which could be changed via API POST calls? Or any other way to change these values without Zabbix Agent?
Thanks in advance,
Bless your heart for reading all this,
Bence K.
Comment