Hi!
I'm trying to make a computer send various system info to zabbix on a regular basis. Using the API, I managed to automatically log in and retrieve the corresponding hostid and itemids. But I can't find out for the life of me how to actually send new data to these items. Took me a while to realize that the method "item.update" can only be used to edit item attributes but not to add new data.
A push in the right direction would be very much appreciated!
I'm trying to make a computer send various system info to zabbix on a regular basis. Using the API, I managed to automatically log in and retrieve the corresponding hostid and itemids. But I can't find out for the life of me how to actually send new data to these items. Took me a while to realize that the method "item.update" can only be used to edit item attributes but not to add new data.
A push in the right direction would be very much appreciated!
Comment