/go-zabbix

Go package for sending metrics to Zabbix Server

Primary LanguageGoApache License 2.0Apache-2.0

PkgGoDev GoReportCard GitHub Actions CI Status GitHub Actions CodeQL Status Coverage Status Codebeat badge

InstallationZabbix version supportBuild StatusLicense


zabbix is a Go package for sending metrics data to Zabbix Server 3+.

Installation

Make sure you have a working Go 1.17+ workspace (instructions), then:

go get -d github.com/essentialkaos/go-zabbix

For update to the latest stable release, do:

go get -d -u github.com/essentialkaos/go-zabbix

Zabbix version support

Zabbix Version Support Status
1.x No
2.x No
3.x Yes (Full)
4.x Yes (Full)
5.x Yes (Full)
6.x Yes (Full)

Build Status

Branch Status
master CI
develop CI

License

Apache License, Version 2.0