mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-06 21:59:30 +01:00
27 lines
833 B
Plaintext
27 lines
833 B
Plaintext
####### LOADABLE MODULES #######
|
|
|
|
### Option: LoadModulePath
|
|
# Full path to location of proxy modules.
|
|
# Default depends on compilation options.
|
|
# To see the default path run command "zabbix_proxy --help".
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# LoadModulePath=${libdir}/modules
|
|
|
|
LoadModulePath=${ZBX_LOADMODULEPATH}
|
|
|
|
### Option: LoadModule
|
|
# Module to load at proxy startup. Modules are used to extend functionality of the proxy.
|
|
# Formats:
|
|
# LoadModule=<module.so>
|
|
# LoadModule=<path/module.so>
|
|
# LoadModule=</abs_path/module.so>
|
|
# Either the module must be located in directory specified by LoadModulePath or the path must precede the module name.
|
|
# If the preceding path is absolute (starts with '/') then LoadModulePath is ignored.
|
|
# It is allowed to include multiple LoadModule parameters.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# LoadModule=
|