Hi Guys,
I hope someone has come across this issue or can provide me with some guidance.
I setup a new Zabbix 4.2 server on Ubuntu 16.04
Initially the graphs didn't display any legend text - I fixed this by changing the font path as per below:
nano /usr/share/zabbix/include/defines.inc.php
define('ZBX_FONTPATH', realpath('/usr/share/fonts/truetype/ttf-dejavu/')); // where to search for font (GD > 2.0.18)
define('ZBX_GRAPH_FONT_NAME', 'DejaVuSans'); // font file name
Now however it still doesn't show the time on the legend only the date and data - please see attached
Please let me know if someone has any ideas.

Thanks,
I hope someone has come across this issue or can provide me with some guidance.
I setup a new Zabbix 4.2 server on Ubuntu 16.04
Initially the graphs didn't display any legend text - I fixed this by changing the font path as per below:
nano /usr/share/zabbix/include/defines.inc.php
define('ZBX_FONTPATH', realpath('/usr/share/fonts/truetype/ttf-dejavu/')); // where to search for font (GD > 2.0.18)
define('ZBX_GRAPH_FONT_NAME', 'DejaVuSans'); // font file name
Now however it still doesn't show the time on the legend only the date and data - please see attached
Please let me know if someone has any ideas.
Thanks,

Comment