Env variables syntax for proxies

This commit is contained in:
Alexey Pustovalov 2024-12-23 23:16:10 +09:00
parent 520046b491
commit 3c58cf398c
6 changed files with 1 additions and 16 deletions

View File

@ -372,9 +372,6 @@ create_db_schema_postgresql() {
}
update_zbx_config() {
local type=$1
local db_type=$2
echo "** Preparing Zabbix server configuration file"
ZBX_CONFIG=$ZABBIX_ETC_DIR/zabbix_server.conf

View File

@ -372,9 +372,6 @@ create_db_schema_postgresql() {
}
update_zbx_config() {
local type=$1
local db_type=$2
echo "** Preparing Zabbix server configuration file"
ZBX_CONFIG=$ZABBIX_ETC_DIR/zabbix_server.conf

View File

@ -372,9 +372,6 @@ create_db_schema_postgresql() {
}
update_zbx_config() {
local type=$1
local db_type=$2
echo "** Preparing Zabbix server configuration file"
ZBX_CONFIG=$ZABBIX_ETC_DIR/zabbix_server.conf

View File

@ -372,9 +372,6 @@ create_db_schema_postgresql() {
}
update_zbx_config() {
local type=$1
local db_type=$2
echo "** Preparing Zabbix server configuration file"
ZBX_CONFIG=$ZABBIX_ETC_DIR/zabbix_server.conf

View File

@ -372,9 +372,6 @@ create_db_schema_postgresql() {
}
update_zbx_config() {
local type=$1
local db_type=$2
echo "** Preparing Zabbix server configuration file"
ZBX_CONFIG=$ZABBIX_ETC_DIR/zabbix_server.conf

View File

@ -1,7 +1,7 @@
# ZBX_PROXYMODE=0
# ZBX_SERVER_HOST=zabbix-server
# ZBX_SERVER_PORT=10051 # Deprecated since 6.0.0
# ZBX_HOSTNAME=zabbix-proxy-$db_type
# ZBX_HOSTNAME=zabbix-proxy-<mysql|sqlite3>
# ZBX_USE_NODE_NAME_AS_DB_NAME=false
# ZBX_ENABLEREMOTECOMMANDS=0 # Available since 3.4.0
# ZBX_LOGREMOTECOMMANDS=0 # Available since 3.4.0