Is there any way to change the font used on the x-axis of graphs? It is unreadable, we are running zabbix 2.4 on ubuntu 12.
See attached screenshot ....
See attached screenshot ....
define('ZBX_FONTPATH', realpath('fonts')); // where to search for font (GD > 2.0.18)
define('ZBX_GRAPH_FONT_NAME', 'DejaVuSans'); // font file name
$ ggrep -r FONT_NAME include/defines.inc.php
define('ZBX_GRAPH_FONT_NAME', 'DejaVuSans'); // font file name
define('ZBX_FONT_NAME', 'DejaVuSans');
Comment