Help sort out the problem. When you upgrade a server and a web-based interface with 2.0.4 to 2.0.5 or higher disappeared signature charts. In this case, the data arrives.
Ad Widget
Collapse
Upgrade a web-based interface with 2.0.4
Collapse
X
-
-
Thank you. Really make a change. It has beenSee if this post helps you: https://www.zabbix.com/forum/showthread.php?t=42567
cat zabbix / include / defines.inc.php | grep ZBX_FONT_NAME
define ('ZBX_FONT_NAME', 'DejaVuSans');
It became
cat zabbix / include / defines.inc.php | grep ZBX_FONT_NAME
define ('ZBX_FONT_NAME', 'graphfont');Comment
Comment