mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-03 04:09:31 +01:00
Added missing parameters to env files
This commit is contained in:
parent
9645d19a55
commit
01c4554e4d
@ -12,6 +12,7 @@
|
||||
# ZBX_ACTIVE_ALLOW=true
|
||||
# ZBX_ACTIVESERVERS=
|
||||
# ZBX_LISTENIP=
|
||||
# ZBX_LISTENPORT=10050
|
||||
# ZBX_LISTENBACKLOG=
|
||||
# ZBX_STARTAGENTS=3
|
||||
# ZBX_HOSTNAME=
|
||||
|
@ -1,3 +1,5 @@
|
||||
# ZBX_LISTEN_IP=
|
||||
# ZBX_LISTEN_PORT=10052
|
||||
# ZBX_START_POLLERS=5
|
||||
# ZBX_TIMEOUT=3
|
||||
# Possible values: trace, debug, info, want, error, all, off
|
||||
|
@ -34,6 +34,7 @@
|
||||
# ZBX_VMWARETIMEOUT=10
|
||||
# ZBX_ENABLE_SNMP_TRAPS=false
|
||||
# ZBX_LISTENIP=
|
||||
# ZBX_LISTENPORT=10051
|
||||
# ZBX_LISTENBACKLOG=
|
||||
# ZBX_HOUSEKEEPINGFREQUENCY=1
|
||||
# ZBX_CACHESIZE=8M
|
||||
|
@ -1,4 +1,5 @@
|
||||
# ZBX_LISTENIP=
|
||||
# ZBX_LISTENPORT=10051
|
||||
# ZBX_LISTENBACKLOG=
|
||||
# ZBX_HISTORYSTORAGEURL=http://elasticsearch:9200/ # Available since 3.4.5
|
||||
# ZBX_HISTORYSTORAGETYPES=uint,dbl,str,log,text # Available since 3.4.5
|
||||
|
Loading…
Reference in New Issue
Block a user