zabbix-tools / go-zabbix

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

Added support for more host meta data #19

Closed fabiang closed 2 years ago

fabiang commented 5 years ago

Added support for more meta data in the Host struct when getting a host from the API. The data is there, so why not add it to the struct? Of cause I've just implemented those I need.

fabiang commented 5 years ago

HostTLSConnectUnencryped had the wrong value, fixed now.

rajesh2531 commented 4 years ago

I see some missing host get parameters. Like 'filter' is one of them. Can we please get that added to HostGetParams struct?

fabiang commented 4 years ago

@rajesh2531 Could be an infinite story, if I would start adding more and more parameters. So I suggest adding your own parameters in a separate PR.

fabiang commented 2 years ago

Obsolete #44