mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-07 06:09:20 +01:00
Added web service parameters and exporttype parameter
This commit is contained in:
parent
7de258a42e
commit
8840463dfb
@ -485,6 +485,7 @@ update_zbx_config() {
|
||||
if [ -n "${ZBX_EXPORTFILESIZE}" ]; then
|
||||
update_config_var $ZBX_CONFIG "ExportDir" "$ZABBIX_USER_HOME_DIR/export/"
|
||||
update_config_var $ZBX_CONFIG "ExportFileSize" "${ZBX_EXPORTFILESIZE}"
|
||||
update_config_var $ZBX_CONFIG "ExportType" "${ZBX_EXPORTTYPE}"
|
||||
fi
|
||||
|
||||
update_config_var $ZBX_CONFIG "FpingLocation" "/usr/sbin/fping"
|
||||
|
Loading…
Reference in New Issue
Block a user