feat: 初步集成 zabbix agent

This commit is contained in:
2024-08-22 16:48:04 +08:00
parent e148d8aeda
commit dc53b3aaf8
12 changed files with 289 additions and 19 deletions

5
go.mod
View File

@ -6,9 +6,11 @@ require (
github.com/IOTechSystems/onvif v1.1.2
github.com/gin-gonic/gin v1.10.0
github.com/spf13/viper v1.19.0
golang.zabbix.com/sdk v1.2.2-0.20240801124644-68a74164363d
)
require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/beevik/etree v1.4.0 // indirect
github.com/bytedance/sonic v1.11.6 // indirect
github.com/bytedance/sonic/loader v0.1.1 // indirect
@ -47,9 +49,12 @@ require (
golang.org/x/arch v0.8.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect