zabbix-tools / go-zabbix

Go bindings for the Zabbix API
GNU General Public License v2.0
108 stars 70 forks source link

Supporting Proxy API #33

Closed user340 closed 4 years ago

user340 commented 4 years ago

Hello,

I added new code to supporting proxy.get . I've tested with Zabbix 4.0.9. It works fine.

If no passive/active proxy is found in test environment, go test will be failed.

Thank you,