正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current
解决方法是关闭selinux
修改/etc/selinux/config文件中的SELINUX=“enforcing” 为 disabled ,然后重启服务器。
[root@localhost ~]# vi /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled