버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

코드 블럭
languagebash
themeEmacs
linenumberstrue
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


코드 블럭
languagebash
themeEmacs
title/etc/zabbix/zabbix_agentd.conf
linenumberstrue
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

...