Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hnakamur/go-zabbix

A minimal Zabbix API client for Go
https://github.com/hnakamur/go-zabbix

Last synced: 3 months ago
JSON representation

A minimal Zabbix API client for Go

Lists

README

        

go-zabbix
=========

A minimal Zabbix API client for Go.
See https://www.zabbix.com/documentation/6.0/en/manual/api for the Zabbix API.

This library is in very early stage of development. The API is not frozen yet.

## Install

You can download a static-linked executable for Linux from
https://github.com/hnakamur/go-zabbix/releases.

Or you can install from the source with the following command:

```
go install -trimpath -tags netgo github.com/hnakamur/go-zabbix/cmd/zbx@latest
```

## License
MIT