...
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
yum clean all
yum install -y zabbix-agent
firewall-cmd --add-port=10050/tcp --permanent
firewall-cmd --reload
systemctl enable zabbix-agent.service
systemctl start zabbix-agent.service
tail -f /var/log/zabbix/zabbix_agentd.log |
코드 블럭 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
PidFile=/var/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix/zabbix_agentd.log LogFileSize=0 Server=<YourZabbix> ServerActive=<YourZabbix> Hostname=ps-daej-kisti.kreonet.net Include=/etc/zabbix/zabbix_agentd.d/*.conf |
...