mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 23:59:06 +01:00
32 lines
798 B
Plaintext
32 lines
798 B
Plaintext
### Option: StartProxyPollers
|
|
# Number of pre-forked instances of pollers for passive proxies.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 0-250
|
|
# Default:
|
|
# StartProxyPollers=1
|
|
|
|
StartProxyPollers=${ZBX_STARTPROXYPOLLERS}
|
|
|
|
### Option: ProxyConfigFrequency
|
|
# How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.
|
|
# This parameter is used only for proxies in the passive mode.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 1-3600*24*7
|
|
# Default:
|
|
# ProxyConfigFrequency=10
|
|
|
|
ProxyConfigFrequency=${ZBX_PROXYCONFIGFREQUENCY}
|
|
|
|
### Option: ProxyDataFrequency
|
|
# How often Zabbix Server requests history data from a Zabbix Proxy in seconds.
|
|
# This parameter is used only for proxies in the passive mode.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 1-3600
|
|
# Default:
|
|
# ProxyDataFrequency=1
|
|
|
|
ProxyDataFrequency=${ZBX_PROXYDATAFREQUENCY}
|