zabbix客户端错误:no active checks on server [192.168.1.107:10051]: host [ ] not found

查看zabbix_agentd.log时出现下列错误

[[email protected] ~]#tail /var/log/zabbix/zabbix_agentd.log 
10526:20170506:154012.832 no active checks on server [192.168.1.107:10051]: host [vm1] not found

解决方法:

1.查看zabbix_agentd.conf文件中的Hostname

[[email protected] ~]#  cat /etc/zabbix/zabbix_agentd.conf | grep Hostname
### Option: Hostname
#	Value is acquired from HostnameItem if undefined.
# Hostname=
Hostname=192.168.1.102
### Option: HostnameItem
#	Item used for generating Hostname if it is undefined. Ignored if Hostname is defined.
# HostnameItem=system.hostname
#	Aliases can be used in HostMetadataItem but not in HostnameItem parameters.

2.在zabbix web页面Monitoring->Configuration->Hosts 页面更改Host name和zabbix_agentd.conf里面的Hostname一样。

3.重新启动zabbix-agent服务

[[email protected] ~]# service zabbix-agent restart
Shutting down Zabbix agent:                                [  OK  ]
Starting Zabbix agent:                                     [  OK  ]
时间: 2024-12-23 06:32:18

zabbix客户端错误:no active checks on server [192.168.1.107:10051]: host [ ] not found的相关文章

zabbix proxy出现no active checks on server not found

环境centos7 zabbix 版本 4.0环境介绍:10.10.10.38 zabbix_agent10.10.10.70 zabbix_proxy10.10.10.71 zabbix_server故障现象:(1) proxy log 报错5963:20181023:051422.419 no active checks on server [10.10.10.70:10051]: host [zabbixagent70] not found(2)agent 报错32088:20181023

全网最详细的启动zkfc进程时,出现INFO zookeeper.ClientCnxn: Opening socket connection to server***/192.168.80.151:2181. Will not attempt to authenticate using SASL (unknown error)解决办法(图文详解)

不多说,直接上干货! at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081) 18/06/16 17:57:01 INFO zookeeper.ClientCnxn: Opening socket connection to server

TQ2440使用NFS挂载时,卡在server 192.168.1.100 not responding,still trying

问题如下: 解决办法:(仅针对TQ2440开发板) 注释掉NFS文件系统下的etc/init.d/rcS中,#net_set &即可.

运用Zabbix实现内网服务器状态及局域网状况监控(4) —— Zabbix客户端安装

1.  创建用户 [[email protected] ~]# groupadd zabbix [[email protected] ~]# useradd -g zabbix zabbix 2. 安装zabbix_3.2 [[email protected] ~]# tar -zxvf zabbix-3.2.7.tar.gz [[email protected] ~]# cd zabbix-3.2.7 [[email protected] zzabbix-3.2.7]# ./configure

Received empty response from Zabbix Agent at [192.168.1.110]. Assuming that

提示错误:Received empty response from Zabbix Agent at [192.168.1.110]. Assuming that agent dropped connection because of access permissio 解决方法: 在客户端vim /etc/zabbix_agentd.conf 修改Server=192.168.1.130(服务器地址)

Zabbix日志错误总结(持续更新)

zabbix_agentd.log  错误一  no active checks on server [*.*.*.*:10051]: host [*] not found 出现该错误的原因是一般是zabbix_agentd.conf里面的Hostname和前端zabbix web(Monitoring->Configuration->Hosts 页面的Name)里面的配置不一样所造成的 解决 在zabbix web页面Monitoring->Configuration->Host

zabbix客户端配置文件详解

############ GENERAL PARAMETERS ################# ### Option: PidFile #   Name of PID file. # # Mandatory: no # Default: #pidFile=PID路径 #说明:指定程程序PIDFILE路径,可修改到其它路径,但SNC不建议修改 PidFile=/smp/sncmon/zabbix_agentd.pid ### Option: LogFile #   Name of log fi

zabbix 客户端安装

zabbix 客户端安装 zabbix版本为:zabbix-2.4.5 1.防火墙开启 iptables -A INPUT -p tcp --dport 10050 -j ACCEPT iptables -A INPUT -p udp --dport 10050 -j ACCEPT 2.安装zabbix ####zabbix 安装包可去zabbix.com 官网上下载 tar zxvf zabbix-2.4.5.tar.gz -C /usr/src/ cd /usr/src/zabbix-2.4

zabbix客户端安装及基本监控

一.zabbix客户端部署 1.关闭防火墙和selinux 2.配置epel源: wget http://mirrors.ustc.edu.cn/centos/6/extras/x86_64/Packages/epel-release-6-8.noarch.rpm 3.创建zabbix用户: useradd -M -s /sbin/nologin zabbix 4.zabbix下载链接: wget http://heanet.dl.sourceforge.net/project/zabbix/Z