Added missing parameters to env files

This commit is contained in:
Alexey Pustovalov 2024-12-24 02:50:26 +09:00
parent 9645d19a55
commit 01c4554e4d
4 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
# ZBX_ACTIVE_ALLOW=true
# ZBX_ACTIVESERVERS=
# ZBX_LISTENIP=
# ZBX_LISTENPORT=10050
# ZBX_LISTENBACKLOG=
# ZBX_STARTAGENTS=3
# ZBX_HOSTNAME=

View File

@ -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

View File

@ -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

View File

@ -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