windows 系统安装zabbix agent
.windows篇下载地址
http://www.zabbix.com/downloads/2.2.14/zabbix_agents_2.2.14.win.zip
a.拷贝bin\win32\zabbix_agentd.exe和misc/conf/zabbix_agentd.conf和文件到C:\Program Files\zabbix目录下
b.如下所示编辑拷贝后的zabbix_agentd.conf文件
Server=127.0.0.1 ← ZABBIX服务器的IP地址
Hostname=localhost ← ZABBIX agentd的host名字
ListenIP=127.0.0.1 ← ListenIP地址(要与监视对象服务器上设定的一样)
LogFile=C:\Program Files\zabbix\zabbix_agentd.log c.执行如下命令,把zabbix_agentd注册为windows服务。
C:\Program Files\zabbix>zabbix_agentd -c zabbix_agentd.conf -i
zabbix_agentd : service installed successfully
zabbix_agentd : event source installed successfully
d.启动zabbix_agentd服务
C:\Program Files\zabbix>zabbix_agentd -c zabbix_agentd.conf -s
页:
[1]