728x90
1. zabbix-agent Repository 설치
rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
yum clean all
2. zabbix agent2 설치
yum install -y zabbix-agent2
### plugin까지 설치할 경우!!
yum install -y zabbix-agent2 zabbix-agent2-plugin-*
3. zabbix agent2 설정
vi /etc/zabbix/zabbix_agent2.conf
Server=192.168.56.107 ## Server IP
ServerActive=192.168.56.107 ## Server IP
Hostname=LocalHost ## Client Hostname
DebugLevel=3 ## Log Level 설정
4. zabbix agent2 start
systemctl start zabbix-agent2
5. 서버 host등록
설정 -> 호스트 -> 호스트등록
- 호스트명 : 호스트명 입력
- 소속 그룹 : Linux Servers
- 에이전트 인터페이스 : 192.168.56.102 ## Client IP
- 접속방법 : 192.168.56.102
- 포트 : 10050