正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the
information displayed may not be current,下面这种情况可能引起这个错误:
selinux没有关闭。一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的
discovery功能也不能正常使用。
关闭SELinux的方法:
修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,然后重启。
如果不想重启系统,使用命令setenforce 0
注:
setenforce 1 设置SELinux 成为enforcing模式
setenforce 0 设置SELinux 成为permissive模式