728x90
안녕하세요 ~
오늘은 Windows10 Agent 설치에 이어 Linux에도 Agent 설치 방법에 대해 알아보겠습니다.
먼저 아래 URL에서 Linux 버전에 맞는 파일을 찾아줍니다.
http://repo.zabbix.com/zabbix/
[root@Linux_master ~]# rpm -ivh http://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-agent-5.4.0-8.el7.x86_64.rpm
Retrieving http://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-agent-5.4.0-8.el7.x86_64.rpm
warning: /var/tmp/rpm-tmp.6J9dLZ: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY
Preparing... ################################# [100%]
Updating / installing...
1:zabbix-agent-5.4.0-8.el7 ################################# [100%]
1. 우선 rpm 명령어 Zabbix Agent를 설치해줍니다.
[root@Linux_master ~]# vi /etc/zabbix/zabbix_agentd.conf
119 Server=192.168.232.128 [Zabbix Server의 IP 또는 호스트 이름]
160 #ServerActive=127.0.0.1 [주석 처리]
171 Hostname=192.168.232.129 [Agent 설치 서버의 IP 또는 호스트 이름]
2. 다음으로 zabbix_agentd.conf 파일을 열어 설정을 해줍니다.
[root@Linux_master ~]# systemctl start zabbix-agent
[root@Linux_master ~]# systemctl enable zabbix-agent
Created symlink from /etc/systemd/system/multi-user.target.wants/zabbix-agent.service to /usr/lib/systemd/system/zabbix-ag
ent.service.
[root@Linux_master ~]# firewall-cmd --permanent --zone=public --add-port=10050/tcp
success
[root@Linux_master ~]# firewall-cmd --reload
success
[root@Linux_master ~]# firewall-cmd --list-ports
4200/tcp 10050/tcp
[root@Linux_master ~]#
3. 설정이 완료되면, zabbix-agent를 시작해주고, 10050 포트를 개방해줍니다.
그럼 Linux zabbix-agent 설치가 완료되게 됩니다.
감사합니다.
728x90
'Server > Monitoring' 카테고리의 다른 글
[ZABBIX] ICMP 모니터링 설정하기 (0) | 2022.11.11 |
---|---|
[ZABBIX] More than 75% used in the configuration cache 해결 (0) | 2022.11.05 |
[ZABBIX] DB 백업 및 복원 (0) | 2022.10.07 |
[ZABBIX] 폰트 깨짐 해결 (0) | 2021.07.30 |
[ZABBIX] Zabbix 설치하기 (0) | 2021.02.18 |