0
点赞
收藏
分享

微信扫一扫

运维基础——Zabbix 安装Win客户端

下载地址
2.4.5
​​​ https://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.4.5​​​ 其它版本:
http://www.zabbix.com/download

解压缩到 D:/tools/zabbix-2.4.5
其它版本可以在这里找到:
​​​ https://sourceforge.net/projects/zabbix/files/ZABBIX%20Release%20Candidates/​​

修改zabbix_agentd.win.conf

LogFile=D:\tools\zabbix-2.4.5\logs\zabbix_agentd.log    
Server=192.168.1.2 #zabbix server 地址
Hostname=xiechangjie_pc #agent 主机的hostname,注意在server端的配置,要与之一致
ServerActive=192.168.1.2 #zabbix server地址

运行安装
以管理员身份启动cmd.exe

cd D:\tools\zabbix-2.4.5\bin\win64
D:
zabbix_agentd.exe -c D:\tools\zabbix-2.4.5\conf\zabbix_agentd.win.conf --install

到服务端添加host
Configuration->Hosts->Create host

** 注册服务**

zabbix_agentd.exe --start

开始-运行-输入 services.msc ,
找到Zabbix Agent服务,启动。


举报

相关推荐

0 条评论