1. Zabbix 레포지토리 설치
$ 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 Agent 설치
$ yum install -y zabbix-agent
3. Zabbix Agent 설정파일 편집
Passive 방식의 경우 Incomming connection 허용할 IP 들을 Server에 명시한다. CIDR로 표기해도 된다.
Active 방식의 경우 Zabbix Server에 등록된 Hostname과 동일해야 함
$ vim /etc/zabbix/zabbix_agentd.conf
##### Passive checks related
Server = '서버 IP'
##### Active checks related
ServerActive='Zabbix Server IP' 또는 'Zabbix Proxy IP'
Hostname='host 이름'
4. Zabbix Agent 프로세스 시작 및 시스템 Boot 시 자동 시작 등록
$ systemctl start zabbix-agent
$ systemctl enable zabbix-agent
728x90
반응형
댓글