mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-25 14:46:02 +03:00
add metric_prefix
field in zabbix config
This commit is contained in:
commit
0dfde8f31c
@ -95,6 +95,7 @@ type ZabbixConfig struct {
|
|||||||
ServerHost string `yaml:"server_host"`
|
ServerHost string `yaml:"server_host"`
|
||||||
Host string `yaml:"host"`
|
Host string `yaml:"host"`
|
||||||
ServerPort int `yaml:"server_port"`
|
ServerPort int `yaml:"server_port"`
|
||||||
|
MetricPrefix string `yaml:"metric_prefix"`
|
||||||
Interval uint64 `yaml:"interval"`
|
Interval uint64 `yaml:"interval"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user