기타
[zabbix] zabbix Agent 설치
aws-evan
2024. 11. 14. 15:37
반응형
- zabbix Agnet 설치 페이지
https://www.zabbix.com/download
Download and install Zabbix
Talk to experts Benefit from expert advice and best practices for all Zabbix-related matters Get technical advice Get instant access to a team of Zabbix experts for guaranteed professional support 24x7 Obtain knowledge Focused, comprehensive training for a
www.zabbix.com
- zabbix Agent OS 별 설치 안내 페이지
- 환경에 맞춰서 설치 진행
- Zabbix Agent 설치(Centos)
1. Repository 등록
rpm -Uvh https://repo.zabbix.com/zabbix/7.0/rhel/7/x86_64/zabbix-release-latest.el7.noarch.rpm
yum clean all
2. Agent 설치
yum install zabbix-agent -y
3. Agent 서비스 실행
systemctl start zabbix-agent
- Zabbix Agent 상태 확인
systemctl status zabbix-agent
- Zabbix Agent Config 설정
vi /etc/zabbix/zabbix_agentd.conf
Server="zabbix Server IP"
ListenPort=10050
ListenIP=0.0.0.0
- Zabbix 서비스 재시작
systemctl restart zabbix-agent
반응형