go-zabbix icon indicating copy to clipboard operation
go-zabbix copied to clipboard

Sending and Item value sample

Open totemcaf opened this issue 5 years ago • 1 comments

HI,

Can you provide me or guide me to a sample of sending a value to Zabbix using this library.

totemcaf avatar Sep 26 '18 11:09 totemcaf

I suspect you mean sending a sample using the 'Zabbix Sender' protocol? If so, that is outside the scope of this package. This package provides access to the Zabbix API, exposed by the frontend web server. The 'Sender' protocol is instead a binary/json protocol that is sent directly to the Zabbix server.

You might be looking for something like this: https://github.com/adubkov/go-zabbix

cavaliercoder avatar Sep 26 '18 18:09 cavaliercoder