博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
zabbix agentd windows安装
阅读量:6436 次
发布时间:2019-06-23

本文共 1801 字,大约阅读时间需要 6 分钟。

hot3.png

1、  下载与解压

地址: http://www.zabbix.com/downloads/2.4.0/zabbix_agents_2.4.0.win.zip

解压zabbix_agents_2.4.0.win.zip

conf目录存放是agent配置文件 bin文件存放windows下32位和64位安装程序

2、  配置与安装

2.1 配置zabbix agent相关配置。

   找到conf下的配置文件 zabbix_agentd.win.conf ,修改LogFile、Server、Hostname这三个参数。具体配置如下:

LogFile=c:\zabbix_agentd.log

Server=192.98.8.224

Hostname=f523540。

ServerActive=192.98.8.224 #zabbix server地址

其中logfile是zabbix日志存放地址。Server 是zabbix服务端ip地址。Hostname是本机机器名。

2.2 安装agent

在windows控制台下执行以下命令:

E:\zabbix\bin\win32\zabbix_agentd.exe  -c E:\zabbix\conf\zabbix_agentd.win.conf –i 

2.3 启动agent客户端

启动命令如下:

E:\zabbix\bin\win32\zabbix_agentd.exe  -c E:\zabbix\conf\zabbix_agentd.win.conf –s

启动的程序将以控制台的形式开启。查看启动的日志:

  8732:20140912:162313.203 Starting Zabbix Agent [f523540]. Zabbix 2.4.0 (revision 48940).

  8732:20140912:162313.203 using configuration file: E:\zabbix\conf\zabbix_agentd.win.conf

  8732:20140912:162315.500 agent #0 started [main process]

  8820:20140912:162315.500 agent #1 started [collector]

  8392:20140912:162315.500 agent #2 started [listener #1]

  5552:20140912:162315.500 agent #3 started [listener #2]

  9712:20140912:162315.500 agent #4 started [listener #3]

  1096:20140912:162315.500 agent #5 started [active checks #1]

  1096:20140912:162316.500 active check configuration update from [127.0.0.1:10051] started to fail (cannot connect to [[127.0.0.1]:10051]: [0x0000274D] 由于目标机器积极拒绝,无法连接。)

  9368:20140912:163029.578 Starting Zabbix Agent [f523540]. Zabbix 2.4.0 (revision 48940).

  9368:20140912:163029.578 using configuration file: E:\zabbix\conf\zabbix_agentd.win.conf

根据日志 发现有个127.0.0.1:10051无法连接,根据猜想,定是agent连接zabbix server,所以配置少了一个经查是ServerActive没有配置。

部署安装过程参考文档:http://files.cnblogs.com/likehua/Zabbix_agent%E5%9C%A8windows%E4%B8%8A%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2.rar

转载于:https://my.oschina.net/ifraincoat/blog/485841

你可能感兴趣的文章
SQL语句字符串处理大全
查看>>
环境变量的作用,为什么要设置环境变量?
查看>>
从尾到头打印单链表
查看>>
getopt
查看>>
我的第一个IT产品:PublicLecture@HK【My First IT Product】
查看>>
优秀员工与普通员工
查看>>
CCNP学习笔记15-RSTP
查看>>
DELL服务器iDRAC相关设置
查看>>
JVM学习笔记(一)------基本结构
查看>>
$@等特定shell变量的含义
查看>>
我的友情链接
查看>>
(超详细版)Linux下Hadoop2.7.1集群环境的搭建(3台为例)
查看>>
策略模式、上下文与内部类的思考
查看>>
关于getCurrentUrl的获取问题
查看>>
浅说动态生成Class实现MVC
查看>>
永乐XIANDAI 08
查看>>
基于 HTML5 的 WebGL 3D 档案馆可视化管理系统
查看>>
ActiveMQ点对点消息通信demo
查看>>
pybot --help
查看>>
AntDB上使用表空间
查看>>