Golang cpu, memory, gc, etc information api handler
A number of Zabbix API bindings already exist for Go with varying levels of maturity. This project aims to provide an alternative implementation which is stable, fast, and allows for loose typing (using types such asinterface{} or map[string]interface{}) as well as strong types (such as Host or Event).
Golang package, implement zabbix sender protocol for send metrics to zabbix
Go lang package implementing Zabbix Protocols in active mode. Supported protocols: Agent sender,Zabbix Proxy