Fixed log records for PostgreSQL web images
This commit is contained in:
parent
d8b4c6074b
commit
8efb06636e
|
|
@ -39,8 +39,6 @@ services:
|
|||
file: compose_zabbix_components.yaml
|
||||
service: proxy-sqlite3
|
||||
image: "${ZABBIX_PROXY_SQLITE3_IMAGE}:${ZBX_IMAGE_TAG}"
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
labels:
|
||||
com.zabbix.os: "${OS}"
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ start_web_stack() {
|
|||
}
|
||||
|
||||
prepare_service() {
|
||||
info "** Preparing Zabbix web-interface (Apache) with MySQL database"
|
||||
info "** Preparing Zabbix web-interface (Apache) with PostgreSQL database"
|
||||
|
||||
check_db_variables "zabbix"
|
||||
check_db_connect "true"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ start_web_stack() {
|
|||
}
|
||||
|
||||
prepare_service() {
|
||||
info "** Preparing Zabbix web-interface (Nginx) with MySQL database"
|
||||
info "** Preparing Zabbix web-interface (Nginx) with PostgreSQL database"
|
||||
|
||||
check_db_variables "zabbix"
|
||||
check_db_connect "true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue