mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-09 23:28:30 +01:00
Added missing parameters to env files
This commit is contained in:
parent
63b3efb1c1
commit
b859cdcd98
@ -12,6 +12,7 @@
|
||||
# ZBX_ACTIVE_ALLOW=true
|
||||
# ZBX_ACTIVESERVERS=
|
||||
# ZBX_LISTENIP=
|
||||
# ZBX_LISTENPORT=10050
|
||||
# ZBX_LISTENBACKLOG=
|
||||
# ZBX_STARTAGENTS=10
|
||||
# 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
|
||||
|
@ -40,6 +40,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