Fix default proxy name in SQLite3 image

This commit is contained in:
Alexey Pustovalov 2019-10-31 20:20:27 +02:00
parent 7b5b22da8f
commit 6a05eba50b

View File

@ -113,7 +113,7 @@ update_zbx_config() {
update_config_var $ZBX_CONFIG "Hostname" ""
update_config_var $ZBX_CONFIG "HostnameItem" "${ZBX_HOSTNAMEITEM}"
else
update_config_var $ZBX_CONFIG "Hostname" "${ZBX_HOSTNAME:-"zabbix-proxy-"$db_type}"
update_config_var $ZBX_CONFIG "Hostname" "${ZBX_HOSTNAME:-"zabbix-proxy-sqlite3}"
update_config_var $ZBX_CONFIG "HostnameItem" "${ZBX_HOSTNAMEITEM}"
fi