Added web service parameters and exporttype parameter

This commit is contained in:
Alexey Pustovalov
2021-04-27 17:32:45 -04:00
parent d6db212183
commit e6b463c140
9 changed files with 8 additions and 10 deletions

View File

@ -404,6 +404,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"