当前位置:网站首页>Zabbix4.4 configure the indicators of the monitoring server and solve the garbled graphics pages
Zabbix4.4 configure the indicators of the monitoring server and solve the garbled graphics pages
2022-06-29 09:50:00 【XR inadvertently】
This blog foundation has been built zabbix_server And zabbix_agent, And can enter web page . See the last blog for details .
1. Create a host to monitor
To configure - host - Create a host ( Click apply or update after the configuration as shown in the figure below )

2. Click on the template , Then click Select , Select and click Update .


3. After applying the template , This information will be automatically added later ( Enable host )

4. Click monitor - The latest data perhaps You can see the monitored data in the graph


This completes the server indicator monitoring , Let's solve the problem of garbled code :
1. First go to your own computer to copy a font

2. Upload (STXINGKA.TTF Font file uploaded for me )
[[email protected] ~]# whereis zabbix
zabbix: /usr/lib/zabbix /etc/zabbix /usr/share/zabbix
[[email protected] ~]# cd /usr/share/zabbix
[[email protected] zabbix]# mkdir fonts
[[email protected] zabbix]# cd fonts/
[[email protected] fonts]# ll
Total usage 3924
-rw-r--r-- 1 root root 4016288 7 month 24 15:15 STXINGKA.TTF3. Switch soft connection , Finally, restart it
[[email protected] fonts]# ll /etc/alternatives/zabbix-web-font
lrwxrwxrwx 1 root root 38 7 month 23 21:51 /etc/alternatives/zabbix-web-font -> /usr/share/fonts/dejavu/DejaVuSans.ttf
[[email protected] fonts]# ln -s /usr/share/zabbix/fonts/STXINGKA.TTF /etc/alternatives/zabbix-web-font
ln: Unable to create symbolic link "/etc/alternatives/zabbix-web-font": file already exist
[[email protected] fonts]# rm -rf /etc/alternatives/zabbix-web-font
[[email protected] fonts]# ln -s /usr/share/zabbix/fonts/STXINGKA.TTF /etc/alternatives/zabbix-web-font
[[email protected] fonts]# ll /etc/alternatives/zabbix-web-font
lrwxrwxrwx 1 root root 36 7 month 24 15:18 /etc/alternatives/zabbix-web-font -> /usr/share/zabbix/fonts/STXINGKA.TTF
[[email protected] fonts]# systemctl restart zabbix-server
边栏推荐
- Matlab tips (21) matrix analysis -- partial least squares regression
- GD32F4xx 以太網芯片(enc28j60)驅動移植
- Segmentation of Head and Neck Tumours Using Modified U-net
- Factory mode
- Closed door cultivation (24) shallow understanding of cross domain problems
- Reading notes on how to connect the network - Web server request and response (V)
- linux下centos7中mysql5.7安装教程
- Leetcode skimming -- teponacci sequence
- General part: cognition, design and best practice of prototype design
- Pytoch Summary - transform between sensor and numpy
猜你喜欢

Student增删gaih

Closed door cultivation (24) shallow understanding of cross domain problems

UE4 VS的Visual Assist插件设置

How to set Google Chrome as the default browser

Closed training (25) basic web security

基於PyQt5和Qt Designer的簡易加法計算器的制作

UE4 材质UV纹理不随模型缩放拉伸

SPI drive of lsm6dsl

用户级线程和内核级线程

Pytorch Summary - Automatic gradient
随机推荐
遍历vector容器中的对象的方式
五心公益红红娘团队
In the future of Business Intelligence BI, how do you view the ai+bi model?
长安链数据存储介绍及Mysql存储环境搭建
watch监听和computed计算属性的使用和区别
通识篇:原型设计的认知,设计及最佳实践
Slider validation code
股票炒股账号开户安全吗?是靠谱的吗?
MySQL configuring master-slave databases
Visual assist plug-in settings for UE4 vs
# 《网络是怎么样连接的》读书笔记 - WEB服务端请求和响应(四)
UE4 蓝图修改Array 中Get a copy 为 reference
In the era of data processing, data quality construction is the way for enterprises to survive
Print service IP setting scheme
Lc236. nearest common ancestor of binary tree
Simplicity Studio无法识别新买的JLink v9解决方法
Basic operations of MAC MySQL database
Making of simple addition calculator based on pyqt5 and QT Designer
如何将谷歌浏览器设置为默认浏览器
Gd32f4xx Ethernet Chip (ENC28J60) Drive transplantation