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

@ -77,7 +77,7 @@ RUN groupadd --system zabbix && \
php-mbstring \
php-mysql \
php-xml && \
ln -s /usr/share/fonts/ttf-dejavu/DejaVuSans.ttf /usr/share/zabbix/fonts/graphfont.ttf && \
ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf /usr/share/zabbix/fonts/graphfont.ttf && \
yum ${YUM_FLAGS_PERSISTANT} clean all && \
rm -rf /var/cache/yum/