fdsdff 发表于 2016-12-21 10:21:59

CentOS 6.5 Zabbix-agent3.2 安装 1.0版

1.关闭防火墙
service iptables stop

2.更换源、安装zabbix-agent
rpm -ivhhttp://repo.zabbix.com/zabbix/3.2/rhel/6/x86_64/zabbix-release-3.2-1.el6.noarch.rpm
yum install -y zabbix-agent

3.修改配置文件
vim /etc/zabbix/zabbix_agentd.conf
Server=192.168.8.228       server端ip
ServerActive=192.168.8.228   server端ip
Hostname=192.168.8.226   agent端ip

4.启动服务
/etc/init.d/zabbix-agent start

页: [1]
查看完整版本: CentOS 6.5 Zabbix-agent3.2 安装 1.0版