mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-25 14:58:50 +01:00
29 lines
577 B
Plaintext
29 lines
577 B
Plaintext
### Option: ListenIP
|
|
# List of comma delimited IP addresses that the agent should listen on.
|
|
# First IP address is sent to Zabbix server if connecting to it to retrieve list of active checks.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# ListenIP=0.0.0.0
|
|
|
|
ListenIP=${ZBX_LISTENIP}
|
|
|
|
### Option: SourceIP
|
|
# Source IP address for outgoing connections.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# SourceIP=
|
|
|
|
SourceIP=${ZBX_SOURCEIP}
|
|
|
|
### Option: StatusPort
|
|
# Agent will listen on this port for HTTP status requests.
|
|
#
|
|
# Mandatory: no
|
|
# Range: 1024-32767
|
|
# Default:
|
|
# StatusPort=
|
|
|
|
StatusPort=${ZBX_STATUSPORT}
|