Allow override of zabbix db port

This commit is contained in:
Clemens Schwaighofer
2025-08-20 22:14:19 +09:00
parent 28dd6cb911
commit e7699015c5
2 changed files with 7 additions and 2 deletions

View File

@@ -15,3 +15,5 @@ ZABBIX_DATABASE="";
ZABBIX_CONFIG="";
# unknown tables, default ignore, is set to true, will force backup them
ZABBIX_UNKNOWN_TABLES="";
# overide zabbix db port read from zabbix config, if not set read from zabbix config
ZABBIX_DB_PORT="";