반응형
1. 설치할 repo를 가져온다.
# wget http://repo.zabbix.com/zabbix/5.2/rhel/7/x86_64/zabbix-release-5.2-1.el7.noarch.rpm
2. repo를 적용시켜준다.
# rpm -ivh zabbix-release-5.2-1.el7.noarch.rpm
3. zabbix-agent를 설치한다.
# yum install zabbix-agent
4. zabbix.conf 파일을 수정한다.
#vi /etc/zabbix/zabbix_agentd.conf
Server=(zabbix-server IP)
Hostname=(zabbix-agent IP)
5. 서비스 등록 및 시작
#systemctl enable zabbix-agent
#systemctl start zabbix-agent
'리눅스 > 기타' 카테고리의 다른 글
zabbix 5.2 그래프 한글깨짐 (0) | 2021.01.26 |
---|---|
오픈소스 모니터링 zabbix 5.2 소스설치 (0) | 2021.01.25 |
snmp 소스설치 (0) | 2020.09.29 |
postgres12 ha 구성방법 (0) | 2020.09.15 |
postgresql 소스설치 (0) | 2020.09.07 |