Zabbix3.0监控Centos 6配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Zabbix3.0监控Centos 6配置相关的知识,希望对你有一定的参考价值。

1、由于Centos 6没有3.0的yum源,所以我从zabbixcn团队的github上去下,之后本地安装

 

[[email protected] ~]# git clone https://github.com/zabbixcn/zabbix3.0-rpm.git

[[email protected] ~]# cd zabbix3.0-rpm/RPMS/

[[email protected] RPMS]# yum -y localinstall zabbix-agent-3.0.0-1.el6.x86_64.rpm

 

2、修改配置文件/etc/zabbix/zabbix_agentd.conf,其中Hostname是表明在server端添加主机时填入的主机名

 

[[email protected]agent1 ~]#vi /etc/zabbix/zabbix_agentd.conf

95 Server=10.16.3.252       //zabbix服务器的IP

136 ServerActive=10.16.3.252  //zabbix服务器的IP 

147 Hostname=localhost          //本机的主机名

 

[[email protected] ~]# service zabbix-agent restart    //最后重启服务


也可以用命令直接修改配置文件

[[email protected]~]#

Sed -i ‘s/Server=127.0.0.1/Server=192.168.1.125/g‘/etc/zabbix/zabbix_agentd.conf

[[email protected]~]#

sed -i ‘s/ServerActive=127.0.0.1/ServerActive=192.168.1.125/g‘ /etc/zabbix/zabbix_agentd.conf

[[email protected]~]#

sed -i "s/Hostname=Zabbix server/Hostname=agent1/g" /etc/zabbix/zabbix_agentd.conf



本文出自 “Dave-技术博客” 博客,请务必保留此出处http://davewang.blog.51cto.com/6974997/1859733

以上是关于Zabbix3.0监控Centos 6配置的主要内容,如果未能解决你的问题,请参考以下文章

Zabbix3.0监控Centos 7配置

zabbix3.0.4利用iostat工具监控centos主机磁盘IO

Zabbix在CentOS7上安装Zabbix3.0

Centos7yum安装zabbix3.0

Zabbix3.0安装与部署(centos7)

zabbix3.0 安装方法,一键实现短信电话微信APP 告警