feat: 将 zabbix agent 作为集成

This commit is contained in:
2024-08-23 10:37:24 +08:00
parent bdc56bbce5
commit 37e6813d6f
4 changed files with 141 additions and 17 deletions

View File

@ -5,5 +5,6 @@ type IntegrationConfig struct {
}
type PluginConfig struct {
Name string `mapstructure:"name"`
Name string `mapstructure:"name"`
Version string `mapstructure:"version"`
}