https://github.com/hnakamur/go-zabbix
A minimal Zabbix API client for Go
https://github.com/hnakamur/go-zabbix
Last synced: 24 days ago
JSON representation
A minimal Zabbix API client for Go
- Host: GitHub
- URL: https://github.com/hnakamur/go-zabbix
- Owner: hnakamur
- License: mit
- Created: 2016-03-24T16:20:07.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T10:47:01.000Z (2 months ago)
- Last Synced: 2025-03-25T03:56:59.264Z (about 1 month ago)
- Language: Go
- Size: 5.55 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zabbix - hnakamur/go-zabbix - A minimal Zabbix API client for Go. (API)
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