mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-20 12:28:37 +01:00
Env variables syntax for proxies
This commit is contained in:
parent
520046b491
commit
3c58cf398c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user