在安装配置完zabbix_agentd以后,网页端出现  Get value error: cannot connect to [[192.168.238.139]:10050]: [113] No route to host 错误,客户端主机无法被监听 解决方法: 首先在服务端ping一下客户端的IP,看是否能够ping通,若能ping通,则是防火墙的问题,关闭客户端防火墙即可! systemctl stop firewalld.service  #停止firewall systemctl d…
不知道是否有同学遇到如下的问题: p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo } span.s1 { } git clone https://github.com/istester/ido.git    #一个git仓库. 确收到如下报错: Cloning into 'hosts'... fatal: unable to access 'https://github.com/racaljk/hosts.git/': Fai…
Error 99 connecting to 192.168.3.212:6379. Cannot assign requested address Redis - corelation between QPS, response time, number of connections, response size and network connection speed - Stack Overflow https://stackoverflow.com/questions/28241728/…
该日记写于2016年11月28日.在用Xshell5连接ubuntu虚拟OS时一直连接不上.出现这种情况的原因可能很多,有像百度上面说的没有关闭linux的防火墙,没有启动linux的ssh服务.但这些方法都依次试过,还是无法连接.最后找到了连接办法如下. 解决办法: 如果虚拟机的网络连接为NAT连接,则会出现ping ip可以ping通,但是Xshell就是连接不到虚拟的linux系统.vmware虚拟机的虚拟网络设置必须为桥接方式.具体的更改方式为: 在vmware界面的虚拟系统上右键,选择…
问题状况表现1 这个问题一般是你 的什么配置影响了虚拟机的网卡网关设置!!!. 问题状况表现2 这个问题一般是你 的什么配置影响了虚拟机的网卡网关设置. 解决办法 网上的那些解决方案,我都试过,比如. http://blog.csdn.net/fengasdfgh/article/details/60135290 什么,关闭防火墙.重启ssh服务等,都不行. 给大家,附上这种方法 欢迎大家,加入我的微信公众号:大数据躺过的坑        人工智能躺过的坑       同时,大家可以关注我的个人…
from: https://superuser.com/questions/720851/connection-refused-vs-no-route-to-host/720860 "Connection refused" means that the target machine actively rejected the connection. With port 80 as the context, one of the following things is likely th…
利用adb来连接手机, 有两种方式: 1, wifi 2, usb. 1. 通过wifi, 利用adb来连接手机. 在pc的cmd中输入命令: adb connect 192.168.1.100 其中adb就是手机的ip. 如果连接成功, 就可以进入android的shell了. 我自己在操作过程中, pc能ping通过手机, 但是adb连接手机, 出现了一点点问题, 提示unable to connect to 192.168.1.100:5555, 这个是什么原因呢? 原来手机的默认adb服…
Zabbix agent端 配置 agent端环境 zabbix-client:RHEL8 IP:192.168.121.11 一.安装 Zabbix 源 [root@zabbix-client ~]# wget https://mirrors.aliyun.com/zabbix/zabbix/4.0/rhel/8/x86_64/zabbix-release-4.0-2.el8.noarch.rpm [root@zabbix-client ~]# rpm -ivh zabbix-release-…
一:安装zabbix服务端 1.部署准备 命令:iptables -F     #关闭防火墙命令:systemctl stop firewalld    #关闭防火墙 设置解析,自建yum源 命令:cd /etc/yum.repos.d/ 命令:curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo      #zabbix源链接 命令:curl -o /etc/yum.repo…
Zabbix Server端配置文件说明 # This is a configuration file for Zabbix Server process # To get more information about Zabbix, # visit http://www.zabbix.com ############ GENERAL PARAMETERS ################# ### Option: NodeID #   Unique NodeID in distributed…