内容目录
参考官方文档
https://www.zabbix.com/cn/download?zabbix=5.0&os_distribution=centos&os_version=6&db=&ws=
a. Install Zabbix repository
# rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/6/x86_64/zabbix-release-5.0-1.el6.noarch.rpm
# yum clean all
b. Install Zabbix agent
# yum install zabbix-agent
补充部分,修改配置提交数据到监控服务器
vim /etc/zabbix/zabbix_agentd.conf
Server=172.19.62.149
ServerActive=172.19.62.149
Hostname=172.19.63.32
c. Start Zabbix agent process
Start Zabbix agent process and make it start at system boot.
# service zabbix-agent restart
# chkconfig --level 35 zabbix-agent on
近期评论