From f5fe511c8a438c271dc288cb4ca492ce32fa119b Mon Sep 17 00:00:00 2001 From: Fabian Grutschus Date: Tue, 30 May 2023 08:56:29 +0200 Subject: [PATCH] Added info about new features --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e721d88..9d7d508 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,18 @@ stable, fast, and allows for loose typing (using types such as`interface{}` or The package aims to have comprehensive coverage of Zabbix API methods from v1.8 through to v7.0 without introducing limitations to the native API methods. +## Fork + +Currently maintained fork of https://github.com/zabbix-tools/go-zabbix + +New Features: + +* Support for Zabbix JSONRPC API 4.0 - 7.0 +* Support for host interfaces +* More info on hosts +* Support for proxies +* Allow executing scripts on Zabbix Server + ## Getting started Get the package: