Source
894
894
895
895
### Option: VaultDBPath
896
896
# Vault path from where credentials for database will be retrieved by keys 'password' and 'username'.
897
897
# Example: secret/zabbix/database
898
898
# This option can only be used if DBUser and DBPassword are not specified.
899
899
#
900
900
# Mandatory: no
901
901
# Default:
902
902
# VaultDBPath=
903
903
904
+
####### For advanced users - TCP-related fine-tuning parameters #######
905
+
906
+
## Option: ListenBacklog
907
+
# The maximum number of pending connections in the queue. This parameter is passed to
908
+
# listen() function as argument 'backlog' (see "man listen").
909
+
#
910
+
# Mandatory: no
911
+
# Range: 0 - INT_MAX (depends on system, too large values may be silently truncated to implementation-specified maximum)
912
+
# Default: SOMAXCONN (hard-coded constant, depends on system)
913
+
# ListenBacklog=