refactor(zabbix): 使 zabbix agent 插件集成独立化

This commit is contained in:
2024-08-23 13:28:48 +08:00
parent c6803285fe
commit a5f6c3b1d9
12 changed files with 78 additions and 68 deletions

6
constant/app.go Normal file
View File

@ -0,0 +1,6 @@
package constant
const (
AppName = "onvif-agent"
AppVersion = "1.0.0"
)