Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve zabbix garbled

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to solve zabbix garbled". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to solve zabbix garbled".

After the Zabbix is installed, the character set is garbled in the monitoring graphics page.

Solution:

1. Copy the local computer C:\ Windows\ Fonts\ simkai.ttf (italics) and upload it to the fonts directory of the zabbix server website directory.

2. Zabbix website directory fonts directory search is as follows:

[root@ecs-5c78-0001 ~] # whereis zabbix

Zabbix: / usr/lib/zabbix / etc/zabbix / usr/share/zabbix

[root@ecs-5c78-0001 ~] # cd / usr/share/zabbix/fonts/

[root@ecs-5c78-0001 fonts] # ll

Total 11528

Lrwxrwxrwx 1 root root 33 Jan 14 15:24 graphfont.ttf-> / etc/alternatives/zabbix-web-font

3. Graphfont.ttf is the default character set of zabbix. Now you need to upload the font obtained by PC to / usr/share/zabbix/fonts/ directory, and you can install it.

Graphical operation of Winscp tool

4. In the zabbix server-side fonts directory, you can see the added italic character set. (pay attention to the permission to copy incoming fonts here, preferably 777. Will it affect the abnormal display of zabbix graphics)

5. Switch to / etc/alternatives and you can see the character set pointed to by the default soft link.

6. Delete the character set of the default soft link and point to the newly installed character set

[root@ecs-5c78-0001 alternatives] # rm-f / etc/alternatives/zabbix-web-font

[root@ecs-5c78-0001 alternatives] # ln-s / usr/share/zabbix/fonts/simkai.ttf / etc/alternatives/zabbix-web-font

View

7. Restart the zabbix-server service

[root@ecs-5c78-0001 alternatives] # systemctl restart zabbix-server

8. Confirm the success on the web side

Thank you for your reading, the above is the content of "how to solve zabbix garbled", after the study of this article, I believe you have a deeper understanding of how to solve the problem of zabbix garbled, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report