一、问题:无法开启zabbix-server
1、开启zabbix-server 报错Process: 5138 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
二、解决方法:关闭SELinux
2、解决方法需要把SELinux Enforcing改成Disabled
[root@centos7_1 ~]# getenforce Enforcing [root@centos7_1 ~]# vim /etc/selinux/config [root@centos7_1 ~]# reboot [root@centos7_1 ~]# getenforce Disabled
3、再次重新zabbix-server 正常启动
评论