I ran into the same problems with CentOS 7 and Zabbix 4.0.8 today.
This fixed it for me:
chown -R apache:apache /usr/share/zabbix/assets/
cd /usr/share/zabbix/assets/fonts
ln -s /usr/share/zabbix/fonts/graphfont.ttf graphfont.ttf
ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf zabbix-web-font
This fixed it for me:
chown -R apache:apache /usr/share/zabbix/assets/
cd /usr/share/zabbix/assets/fonts
ln -s /usr/share/zabbix/fonts/graphfont.ttf graphfont.ttf
ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf zabbix-web-font
Comment