Windows监控03-zabbix server is not running

Zabbix的使用过程中,经常也会遇到一些关于Zabbix的报错信息。面对系统上的报错信息,这一点Linux的确要比Windows要好一些,log比较直接。

Windows监控03-zabbix server is not running
Zabbix server is not running
Windows监控03-zabbix server is not running
错误的 IP/DNS 设于“zabbix.conf.php”

查看zabbix Server log
cat /var/log/zabbix/zabbix_server.log

在log里面我们发现了一条信息。
cannot start preprocessing service: Cannot bind socket to “/var/run/zabbix/zabbix_server_preprocessing.sock”: [13] Permission denied.

我也是Linux小白,所以只能Google了。很快就解决完成了。是因为selinux导致,我们打开selinux的配置文件
vim /etc/selinux/config

Windows监控03-zabbix server is not running
关闭SELINUX

将SELINUX=enforcing    修改为:SELINUX=disabled
修改后保存退出即可

此时我们刷新页面可以看到我们的zabbix页面已经恢复正常。

Windows监控03-zabbix server is not running

此文章为原创文章,作者:胖哥叨逼叨,如若转载,请与我联系并注明出处:https://www.pangshare.com/1447.htm

(0)
打赏 微信扫一扫 微信扫一扫
上一篇 2018年12月15日 下午1:10
下一篇 2018年12月17日 上午9:00

相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注