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: 7 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T06:33:11.000Z (about 1 year ago)
- Last Synced: 2024-08-01T20:36:20.570Z (3 months ago)
- Language: Go
- Size: 5.53 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