zabbix3.0 agent安装配置

时间:2023-03-08 17:46:40

zabbix3.0 agent安装配置
wget http://repo.zabbix.com/zabbix/3.0/rhel/6/x86_64/zabbix-agent-3.0.0-2.el6.x86_64.rpm

yum -y install zabbix-agent-3.0.0-2.el6.x86_64.rpm

sed -i 's/Server=127.0.0.1/Server=10.0.1.182/' /etc/zabbix/zabbix_agentd.conf
sed -i 's/ServerActive=127.0.0.1/ServerActive=10.0.1.250:10051/' /etc/zabbix/zabbix_agentd.conf

grep "10.0.1.250" /etc/zabbix/zabbix_agentd.conf
grep "10.0.1.250:10051" /etc/zabbix/zabbix_agentd.conf

service zabbix-agent restart

chkconfig --level 2345 zabbix-agent on

netstat -anpt |grep 10050

service iptables status

######################下面是10050端口占用了操作
sed -i 's/# ListenPort=10050/ListenPort=10052/' /etc/zabbix/zabbix_agentd.conf
grep "10052" /etc/zabbix/zabbix_agentd.conf
service zabbix-agent restart
netstat -anpt |grep 10052