mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 23:59:06 +01:00
30 lines
570 B
Plaintext
30 lines
570 B
Plaintext
|
### Option: JavaGateway
|
||
|
# IP address (or hostname) of Zabbix Java gateway.
|
||
|
# Only required if Java pollers are started.
|
||
|
#
|
||
|
# Mandatory: no
|
||
|
# Default:
|
||
|
# JavaGateway=
|
||
|
|
||
|
JavaGateway=${ZBX_JAVAGATEWAY}
|
||
|
|
||
|
### Option: JavaGatewayPort
|
||
|
# Port that Zabbix Java gateway listens on.
|
||
|
#
|
||
|
# Mandatory: no
|
||
|
# Range: 1024-32767
|
||
|
# Default:
|
||
|
# JavaGatewayPort=10052
|
||
|
|
||
|
JavaGatewayPort=${ZBX_JAVAGATEWAYPORT}
|
||
|
|
||
|
### Option: StartJavaPollers
|
||
|
# Number of pre-forked instances of Java pollers.
|
||
|
#
|
||
|
# Mandatory: no
|
||
|
# Range: 0-1000
|
||
|
# Default:
|
||
|
# StartJavaPollers=0
|
||
|
|
||
|
StartJavaPollers=${ZBX_STARTJAVAPOLLERS}
|