标签:zabbix
1.从官网下载zabbix agent的安装包
http://www.zabbix.com/downloads/3.0.0/zabbix_agents_3.0.0.win.zip
2.在C盘下创建zabbix 文件夹,将zabbix_agents_3.0.0.win.zip解压到C:\zabbix下
Bin文件夹里有32位和64位的程序,请安装自己的系统来选择
3.修改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是本机机器名。
4.安装
5.启动
6.开机自启动
本文出自 “不抛弃!不放弃” 博客,请务必保留此出处http://thedream.blog.51cto.com/6427769/1794179
标签:zabbix
原文地址:http://thedream.blog.51cto.com/6427769/1794179