可能是如下几种原因之一:
一、selinux是否关闭。
一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的discovery功能也不能正常使用.
关闭SELinux的方法:
修改/etc/selinux/config文件中的SELINUX="" 为 disabled ,然后重启.
如果不想重启系统,使用命令setenforce 0
注:setenforce 1 设置SELinux?成为enforcing模式 setenforce 0
设置SELinux成为permissive模式
在lilo或者grub的启动参数中增加:selinux=0,也可以关闭selinux二、zabbix web目录下面  $ZBX_SERVER 是否为ip,如果是localhost,ping下localhost是否能解析。如果不能,需要在/etc/hosts文件里增加相应的项目三、查看php的fsockopen模块是否启用。第一步:
php.ini文件中查找
allow_url_fopen = On
使其值为On第二步:
php.ini文件中查找
extension=php_openssl.dll
如果前面有分号,去掉分号第三步:
重启web服务器,apache或IIS
还有一种情况,也就是原因二。
1) vi php.ini
找到 allow_url_fopen 这个参数设置成 On,即
allow_url_fopen = On
2)让php支持 opensll扩展。
默认是不支持的,只能重新编译安装。
yum install openssl openssl-devel
cd /usr/local/src/php-5.2.14/ext/openssl
/usr/local/php/bin/phpize
./configure –with-openssl –with-php-config=/usr/local/bin/php-config
make && make install
看提示,把编译成的openssl.so 拷贝到你在php.ini 中指定的 extension_dir 下
3) vi php.ini
配置文件内加入如下一句话
extension=openssl.so
4.)重启web server

zabbix提示错误:zabbix server is not running: the information displayed may not be current相关推荐

  1. zabbix server is not running,the information displayed may not be current

    在自己的虚拟机上搭建了一个zabbix平台,安装好了相关的php,mysql,apache,zabbix,并使用默认账号admin密码zabbix登录,登录成功之后发现底部出现abbix server ...

  2. “zabbix server is not running: the information displayed may not be current”的一种可能原因

    不知从什么时候开始,之前搭建的zabbix系统前端页面开始显示"zabbix server is not running: the information displayed may not ...

  3. Ubuntu 16.04中zabbix显示 :Zabbix server is not running:te information displayed may not be current.

    报错 :Zabbix server is not running:te information displayed may not be current. 查看Zabbix server日志cat / ...

  4. Zabbix server is not running: the information displayed may not be current.

    如图: 查看zabbix_server的进程: [root@localhost ~]# ps aux | grep zabbix zabbix 7907 0.0 0.3 261556 3728 ? S ...

  5. zabbix server is not running the information displayed may not be current

    页面报错如下 查看日志提示 30037:20190710:193016.878 cannot start alert manager service: Cannot bind socket to &q ...

  6. Zabbix server is not running:the information displayed may not be current

    摘要 查看zabbix的web的配置文件配置信息 root@ubuntu:~# find / -name zabbix.conf.php /etc/zabbix/web/zabbix.conf.php ...

  7. Zabbix server is not running

    问题描述 Dashbord中提示Zabbix server is not running 分析过程 首先查看zabbix-server的运行状态 systemctl status zabbix-ser ...

  8. Zabbix server is not running 报错的排查

    前几天部署了一台zabbix 版本是2.2.2的,部署方法是按照百度经验的步骤部署的.我为那个步骤增加了一些说明,然后发在了自己的博客上.部署完了之后一直没时间增加监控的主机.今天登陆zabbix的时 ...

  9. 详解zabbix安装部署(Server端篇)

    Linux下常用的系统监控软件有Nagios.Cacti.Zabbix.Monit等,这些开源的软件,可以帮助我们更好的管理机器,在第一时间内发现,并警告系统维护人员. 今天开始研究下Zabbix,使 ...

最新文章

  1. js异步等待完成后再进行下一步操作_彻底搞懂JS事件中的循环机制 Event Loop
  2. JAVA源码优化、分析工具
  3. CVPR 2019笔迹识别论文:逆鉴别网络+八路Attention
  4. 什么是 APT 攻击
  5. MongoDB 定位 oplog 必须全表扫描吗?
  6. 宁波大学2020计算机技术复试线,宁波大学关于公布2020年硕士研究生复试分数线的通知...
  7. 状态模式(Unity中使用)
  8. 【报告分享】2022年私域电商平台趋势报告.pdf(附下载链接)
  9. 自然语言处理(NLP)书籍、项目、视频资源清单
  10. CSS 样式里面的逗号和空格之间的区别
  11. android记事本的app,自己编写的Android记事本APP软件
  12. Asp.net页面生命周期详解任我行(2)-WebForm页面生命周期WEBFORM_ASPNET控件树的生成和作用...
  13. mysql手册12_锁机制
  14. 基于vue3 实现页面自动配色、颜色选择器组件
  15. 硬盘属不属于计算机主机组成,电脑主机是由哪些硬件组成
  16. 计算机视觉2-颜色通道转换
  17. 一杯免费咖啡引发的ERP上云思考
  18. html5 音乐转盘,抽奖转盘HTML5
  19. c++11 之emplace_back 与 push_back的区别
  20. 什么是FBO (Frame Buffer Object)

热门文章

  1. Star Schema完全参考手册学习笔记九
  2. python axes函数_matplotlib中的axes.flat做什么?
  3. 树莓派4bwlan驱动_树莓派4到手,你了解它所使用的新版Debian系统吗?
  4. jdk说明文档_给JDK报了一个P4的Bug,结果居然……
  5. 全网最快安装JDK17教程(windows版本)
  6. linux command read the content,Linux while 和 read 的用法
  7. 最简单的git merge 和git rebase 介绍和示例演示
  8. Ext JS 4 升级指南
  9. mysql 添加删除权限_MySQL实例讲解:添加账户、授予权限、删除用户
  10. 超级大水题(还是自己过不了的水题)