my zabbix version is 4.2 ,web monitor is work ,but horizontal axis and vertical axis patterns have no display unit ,please teach me how to fix this problem ,thanks~~~
Ad Widget
Collapse
Web monitor pattern has no unit
Collapse
X
-
The new graph widget on the dashboard is not affected by the font settings because it uses a different method. Isn't the character displayed on the old graph screen as well?
If you are using the default font, make sure the Language setting is English(en_GB).Comment
-
I removed the monitoring using Chinese characters and re-used English monitoring.
Still the same situation
It seems to work fine, just ....the unit does not show up with the timeline.
the Language setting is English(en_GB)~~~~Comment
-
Hi begize,
What is the environment you are using? Linux?
How did you build the PHP environment?
Displaying fonts in graphs requires that TrueType fonts can be imaged using the GD extension. If it is a standard package of a major distribution such as RHEL or Debian, it should be included, but if you install it from source, you may not be able to use the GD extension.Comment
-
I build in centos 7 ,PHP is 5.4.16, mysql Ver 14.14Hi begize,
What is the environment you are using? Linux?
How did you build the PHP environment?
Displaying fonts in graphs requires that TrueType fonts can be imaged using the GD extension. If it is a standard package of a major distribution such as RHEL or Debian, it should be included, but if you install it from source, you may not be able to use the GD extension.
The install zabbix step is follow zabbix official website:
# rpm -Uvh https://repo.zabbix.com/zabbix/4.2/r...el7.noarch.rpm
# yum clean allsupervisor
# yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent
so ....Comment
Comment