Myluzh Blog

Strive to become a dream architect.

Zabbix_Web界面中文异常解决方法

2023-5-9 myluzh Zabbix

0x01 Web界面不能选择使用中文 问题如下:系统安装后,web界面不能选择使用中文,系统提示:You are not able to choose some of the languages, because locales for them are not installed on the web server. 1.安装zh_CN语言包 # dnf install langpacks-zh_CN.noarch 2.安装glibc-common实现对语言包的识别: # dnf install glibc-common 3.说明;如果已安装过,需要重新安装,用reinstall # dnf reinstall glibc-common 4.因为需要让它识别已安装的语言包测试安装是否成功?如果看到zh_CN语言已安装,表示成功 # locale -a | grep zh_CN zh_CN zh_CN.gb18030 zh_CN.gbk zh_CN.utf8 5.刷新web页面 0x02 Web界面图表中文显示方格解决 1.从Windows系列系统复制宋体 常规(simsu...

阅读全文>>

标签: zabbix zabbix中文

评论(0) (143)