add new field in zabbix config

This commit is contained in:
Ефанов Руслан 2023-02-09 10:23:54 +03:00
parent 312de3f19e
commit 28cec0b90c

View File

@ -95,6 +95,7 @@ type ZabbixConfig struct {
ServerHost string `yaml:"server_host"`
Host string `yaml:"host"`
ServerPort int `yaml:"server_port"`
MetricPrefix string `yaml:"metric_prefix"`
Interval uint64 `yaml:"interval"`
}