From 8840463dfb7643cd5fe1a1bbb7d83e4c463e89a5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 28 Apr 2021 00:05:38 -0400 Subject: [PATCH] Added web service parameters and exporttype parameter --- zabbix-appliance/rhel/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zabbix-appliance/rhel/docker-entrypoint.sh b/zabbix-appliance/rhel/docker-entrypoint.sh index cca41a39b..10638cfb7 100755 --- a/zabbix-appliance/rhel/docker-entrypoint.sh +++ b/zabbix-appliance/rhel/docker-entrypoint.sh @@ -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"