安装zabbix后提示zabbix is not running
安装zabbix后,配置相关选项,报警提示以下结果:
server is not running:the information displayed may not be current
查看zabbix的相关配置后发现都没有错误,仔细想想看防火墙,SELinux和时间的问题。
1.检查防火墙
[root@huyichi ~]# systemctl status firewalld
2.禁用SELinux
[root@huyichi ~]# setenforce 0 [root@huyichi ~]# sed -i 's/=enforcing/=disabled/' /etc/selinux/config
3.时间同步
[root@huyichi ~]# yum install -y ntpdate [root@huyichi ~]# ntpdate time.windows.com
4.再检查zabbix的配置文件
[root@huyichi ~]# vim /etc/zabbix/zabbix_server.conf 查看数据库的密码是否 设置正确 DBPassword=