From 6539495e4da5077be919b3d58f2c4ddffbb1ba83 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 4 Sep 2024 10:05:07 +0800 Subject: [PATCH] docs: add README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e789aff..2d562fa 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ -# ONVIF Agent: Simplified Management of ONVIF IP Devices +# Zabbix Agent 2 Plugin Template -ONVIF agent is a robust implementation of the ONVIF protocol designed for the efficient management of ONVIF-compliant IP devices, including cameras. This project aims to provide a user-friendly and streamlined solution for the convenient management of IP cameras and other devices that adhere to the ONVIF standard. +**Zabbix Agent 2 Plugin Template** 是一个用于创建 Zabbix agent 2 插件的模板仓库,以便更轻松地创建新的插件项目。 -With ONVIF agent, users can easily configure, monitor, and control their ONVIF devices, enhancing the overall experience of managing surveillance systems and ensuring seamless integration within various environments. +此模板的主要目标是通过预先配置项目框架和持续集成,从而加速插件开发的设置阶段。 -## Requirements +## 快速开始 -- Zabbix agent 2 version 6.0.0 or newer -- Go programming language version 1.20 or newer (required only for building the plugin from the source) +### 先决条件 -## Installation +- Go >= 1.20 +- Zabbix agent 2 >=6.0.0 + - [预编译二进制文件](https://www.zabbix.com/download_agents) + - [Docker 镜像](https://hub.docker.com/r/zabbix/zabbix-agent2) -The plugin can be compiled using `go build`. +### 从源代码构建 +`go build`.