Merge pull request #327 from zabbix/master

Fixed PostgreSQL schema name. Fixed graph legends on CentOS
This commit is contained in:
Alexey Pustovalov
2018-06-28 15:52:52 +09:00
committed by GitHub
51 changed files with 731 additions and 17 deletions

View File

@ -10,7 +10,7 @@ $DB['USER'] = '{DB_SERVER_USER}';
$DB['PASSWORD'] = '{DB_SERVER_PASS}';
// Schema name. Used for IBM DB2 and PostgreSQL.
$DB['SCHEMA'] = '';
$DB['SCHEMA'] = '{DB_SERVER_SCHEMA}';
$ZBX_SERVER = '{ZBX_SERVER_HOST}';
$ZBX_SERVER_PORT = '{ZBX_SERVER_PORT}';