zoukankan      html  css  js  c++  java
  • zabbix服务端连接客户端报错Received empty response from Zabbix Agent at [192.168.10.105]. Assuming that agent dropped connection because of access permissions

    这是zabbix WEB报的问题:Received empty response from Zabbix Agent at [192.168.10.105]. Assuming that agent dropped connection because of access permissions

     如果全部配置好了查看服务是否开启:

    ps -ef  |grep zabbix

    再查看防火前的端口是否开启:https://www.cnblogs.com/wei9593/p/10419367.html

    我的情况是:我自己将zabbix_agentd.conf已经配置过具体配置如下:

    PidFile=/var/run/zabbix/zabbix_agentd.pid

    LogFile=/var/log/zabbix/zabbix_agentd.log

    LogFileSize=0

    Server=192.168.10.104     # 填写zabbix_server服务端 的 IP

    ServerActive=192.168.10.104  #填写zabbix_server服务端 的 IP

    Hostname=test  #名字随意

    Include=/etc/zabbix/zabbix_agentd.d/*.conf

     

    这时报错,意思连接172.0.0.1没有响应,那就将这个接口IP改为zabbix_server的IP与Server=192.168.10.104  一样

    IP填写被监控服务器的

    点击【更新】然后刷新页面,如果无响应就重启httpd服务

    OK问题已解决

    相关服务重启命令:

    systemctl restart httpd

    systemctl restart mariadb

    systemctl restart zabbix_server

    systemctl restart zabbix-agent.service

  • 相关阅读:
    git stash功能的使用
    git tag的应用
    git merge 与 git rebase的区别?
    git的一些操作命令
    docker的常用操作
    lvs搭建dr负载均衡集群
    centos8安装lvs
    centos8安装docker
    centos8用firewalld搭建防火墙
    openresty上安装waf
  • 原文地址:https://www.cnblogs.com/wei9593/p/10483058.html
Copyright © 2011-2022 走看看