mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
MySQL -> PostgreSQL in web images
This commit is contained in:
@ -236,7 +236,7 @@ prepare_zbx_web_config() {
|
|||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
echo "** Deploying Zabbix web-interface (Apache) with MySQL database"
|
echo "** Deploying Zabbix web-interface (Apache) with PostgreSQL database"
|
||||||
|
|
||||||
check_variables
|
check_variables
|
||||||
check_db_connect
|
check_db_connect
|
||||||
|
@ -237,7 +237,7 @@ prepare_zbx_web_config() {
|
|||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
echo "** Deploying Zabbix web-interface (Apache) with MySQL database"
|
echo "** Deploying Zabbix web-interface (Apache) with PostgreSQL database"
|
||||||
|
|
||||||
check_variables
|
check_variables
|
||||||
check_db_connect
|
check_db_connect
|
||||||
|
@ -237,7 +237,7 @@ prepare_zbx_web_config() {
|
|||||||
|
|
||||||
#################################################
|
#################################################
|
||||||
|
|
||||||
echo "** Deploying Zabbix web-interface (Apache) with MySQL database"
|
echo "** Deploying Zabbix web-interface (Apache) with PostgreSQL database"
|
||||||
|
|
||||||
check_variables
|
check_variables
|
||||||
check_db_connect
|
check_db_connect
|
||||||
|
Reference in New Issue
Block a user