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

Go bindings for the Zabbix API

Results 22 go-zabbix issues
Sort by recently updated
recently updated
newest added

Hello, I added new code to supporting `hostinterface.get` . This feature may be needed by other users (https://github.com/cavaliercoder/go-zabbix/issues/32). I've tested with Zabbix 4.0.9. It works fine. Some issues is avalable:...

How do I get the SelectInterfaces in the results?

Hi! Can you return error about token need refrash, or do autorefrash in lib. Thank you

Is there a way to use this library to use the problems.get api function?

Hello Is it possible to have an example on how use GetHostt ? I have hard time to use it. Best regards

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

{ "hostid": "11946", "proxy_hostid": "11821", "host": "sgpsgphwc026504", "status": "0", "disable_until": "0", "error": "", "available": "1", "errors_from": "0", "lastaccess": "0", "ipmi_authtype": "-1", "ipmi_privilege": "2", "ipmi_username": "", "ipmi_password": "", "ipmi_disable_until": "0", "ipmi_available":...

user.log paramter had been changed, from user to username.

API has changed the login: https://www.zabbix.com/documentation/current/en/manual/api/reference/user/login user -> username

Hi @cavaliercoder, This PR fix some trivial issues detected by [golangci-lint](https://github.com/golangci/golangci-lint). If you agree I can go further and fix the non-trivial ones in a separate PR, adding also a...