码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 6.5 Zabbix-agent3.2 安装 1.0版

时间:2016-12-20 21:26:45      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:zabbix-agent

1.关闭防火墙

service iptables stop


2.更换源、安装zabbix-agent

rpm -ivh  http://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


5.

技术分享


6.

技术分享


7.

技术分享


本文出自 “每天进步一点点” 博客,请务必保留此出处http://zuoshou.blog.51cto.com/2579903/1884306

CentOS 6.5 Zabbix-agent3.2 安装 1.0版

标签:zabbix-agent

原文地址:http://zuoshou.blog.51cto.com/2579903/1884306

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!