forked from bashclub/zamba-lxc-toolbox
Add automated tagging
This commit is contained in:
@ -33,4 +33,7 @@ ZABBIX_DB_NAME="zabbix"
|
||||
ZABBIX_DB_USR="zabbix"
|
||||
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
ZABBIX_DB_PWD="$(random_password)"
|
||||
ZABBIX_DB_PWD="$(random_password)"
|
||||
|
||||
# service dependent meta tags
|
||||
SERVICE_TAGS="php-fpm,nginx,postgresql"
|
Reference in New Issue
Block a user