西数超哥博客
运维经验教程分享

[原创]zabbix server is not running: the information displayed may not be current 解决办法总结(5)

1,看日志,首选操作,排查一切问题的首选思路:
vi  /tmp/zabbix_server.log 可以看到详细报错信息。

2,selinux 是否关闭。没有关闭的关了,/etc/sysconfig/selinux 改成disabled 。然后setenforce 0关闭。
3,zabbix web目录下面  conf的配置文件,$ZBX_SERVER 是否为ip,如果是localhost,ping下localhost是否能解析。如果不能,需要在/etc/hosts文件里增加相应的项目或更改成127.0.0.1。
4,fsockopen核实是否启用,没启用就启用下。
5,openssl之前默认应该设置支持。如没有设置,安装。

转载请注明:西数超哥博客www.ysidc.top» [原创]zabbix server is not running: the information displayed may not be current 解决办法总结(5)

https://www.ysidc.top 西数超哥博客,数据库,西数超哥,虚拟主机,域名注册,域名,云服务器,云主机,云建站,ysidc.top

赞(0)
声明:本站发布的内容(图片、视频和文字)以原创、转载和分享网络内容为主,若涉及侵权请及时告知,将会在第一时间删除。本站原创内容未经允许不得转载:西数超哥博客 » [原创]zabbix server is not running: the information displayed may not be current 解决办法总结(5)