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

查看Zabbix server日志cat /var/log/zabbix/zabbix_server.log

注意:/etc/zabbix/web/zabbix.conf.php #查看zabbix server和数据库端口等配置信息

查看数据库端口和zabbix server端口等配置信息是否有误。

第一步 : 修改zabbix_server配置文件
#编辑默认的配置文件:

#vi /usr/local/zabbix/etc/zabbix_server.conf
ListenPort=10051
DBName=zabbix
DBUser=zabbix
DBPassword=zabbix
DBHost=192.168.163.181
DBPort=5432
ListenIP=127.0.0.1,192.168.163.181

第二步 : 修改zabbix_agentd配置文件
#vi

Zabbix server is not running:the information displayed may not be current相关推荐

  1. 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 / ...

  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. zabbix server is not running,the information displayed may not be current

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

  4. 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 ...

  5. zabbix提示错误:zabbix server is not running: the information displayed may not be current

    可能是如下几种原因之一: 一.selinux是否关闭. 一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的discovery功能也不能正常使用. 关闭SELinux的方法: 修改/ ...

  6. 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 ...

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

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

  8. Zabbix server is not running

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

  9. zabbix4.0添加mysql报警_Zabbix4.0系统告警“Zabbix server is not running”

    第一步: 查看系统日志,进一步确认原因 1 cat /var/log/zabbix/zabbix_server.log 问题出现在数据库. 第二步 数据库确认 1 mysql -u root -p # ...

最新文章

  1. Android开发之Buidler模式初探结合AlertDialog.Builder解说
  2. Navicat 12连接MySQL8服务器
  3. RMQ ST算法简介
  4. 获取汉字拼音的简便方法
  5. 线上分享 | 价值与风险,像投资者一样做产品决策
  6. 数据结构--链式栈--C++实现
  7. OJ1061: 顺序输出各位数字(C语言)(谈程序优化问题及pow函数耗时问题)
  8. layer 同步调用_YYText源码解读-YYText同步/异步渲染流程(一)—UIView与CALayer
  9. php smarty配置,php配置smarty
  10. ST语言和C语言的区别 STC
  11. Trickbot 年度版本变化情况
  12. IPv6 to IPv4过渡技术——NAT64配置实例
  13. 【项目实战】Python基于Django框架实现校园网上一站式购物系统
  14. 联想服务器pe进系统还原,传授联想如何一键还原系统
  15. python语法报错_1、Python语法及报错总结 - 随笔分类 - 走路带风的帅界扛把子 - 博客园...
  16. Red Hat Linux9.0操作系统安装和配置入门
  17. 还在找面试题?不要盲目找了,这份 Java 面试通关手
  18. python广州地图_手把手教你用Python+可视化工具制作漂亮地图
  19. python有道-Python3基础 访问在线的有道词典
  20. kernel停在Starting kernel 分析

热门文章

  1. 大量的数据做字符串匹配_Python Flashtext 实现大数据集下高效的关键词查找和替换...
  2. troublemaker中文谐音_求Arashi 岚的Troublemaker的中文谐音~~~~ 超感激~
  3. loss函数之MultiLabelSoftMarginLoss
  4. mpi和openmp混合编程的优点_混合云:拥抱云计算的未来!
  5. Linux内核源代码分析——中断(一鞭一条痕)(下)
  6. 可复用的基于ARM的W5100底层驱动设计
  7. Tinker源码解析
  8. 如何利用jq来实现复选框的全选,反选!
  9. iTunes Connect(一) —— iOS应用上架到AppStore
  10. java 数据结构之堆排序