5.0的安装参考官方文档或我之前的记录
Ubuntu18.04+psq+nginx
https://www.zabbix.com/download?zabbix=5.0&os_distribution=ubuntu&os_version=18.04_bionic&db=postgresql&ws=nginx
页面错误提示:You are not able to choose some of the languages, because locales for them are not installed on the web server
- 查看系统内安装的locale:
locale -a
主要原因是操作系统不支持中文.
解决办法: - 安装 zh_CN.UTF-8
locale-gen zh_CN.UTF-8
- 重新配制系统已经安装的语言包
dpkg-reconfigure locales
如果安装图形页面显示中文乱码,可以参考我之前的记录.