环境
CentOS 7 CentOS Linux release 7.9.2009 (Core)
Zabbix 5.0 LTS
描述
初始安装并登录 Zabbix 5.0 LTS 网页后台时,提示信息提示:
zabbix server is not running: the infomation displayed may not be current
解决
似乎是 CentOS 7 的 SELinux 安全机制导致的。
编辑 SeLinux 的 Config 文件
vim /etc/selinux/config
修改 SELINUX 为 permmissive(提示并不阻止)或 disabled(禁用 SELINUX )
...
#SELINUX=enforcing
SELINUX=permmissive 或 SELINUX=disabled
...
重启
reboot
参考
stackoverflow.com/questions/62014074/zabbix-server-not-running