mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-06 21:59:30 +01:00
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
### Option: Hostname
|
|
# Unique, case sensitive Proxy name. Make sure the Proxy name is known to the server!
|
|
# Value is acquired from HostnameItem if undefined.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# Hostname=
|
|
|
|
Hostname=${ZBX_HOSTNAME}
|
|
|
|
### Option: HostnameItem
|
|
# Item used for generating Hostname if it is undefined.
|
|
# Ignored if Hostname is defined.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# HostnameItem=system.hostname
|
|
|
|
HostnameItem=${ZBX_HOSTNAMEITEM}
|