I'm trying to send data to a trapper item. The data are:
Zabbix replies:
Obviously from the response, Zabbix is recognising and understanding the request, but it fails it. If I send two objects inside "data":[], Zabbix replies
How can I get some information about why Zabbix is failing the request? /var/log/Zabbix does not exist, and journalctl -xe shows nothing relevant.
There is a host called Office Zabbix Proxy, and it does have a trapper item with key Router.ASSET1509. See attached screen-shots.
Code:
{"request":"sender data","data":[{"host":"Office Zabbix Proxy","key":"Router.ASSET1509","value":"1","clock":1657584151}]}
Code:
{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000021"}
Code:
{"response":"success","info":"processed: 0; failed: 2; total: 2; seconds spent: 0.000019"}
There is a host called Office Zabbix Proxy, and it does have a trapper item with key Router.ASSET1509. See attached screen-shots.
Comment