티스토리 뷰
홈페이지
https://www.zabbix.com/
다운로드
https://www.zabbix.com/download
4.0 LTS (centos7 with mariadb)
# rpm -Uvh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-2.el7.noarch.rpm
# yum clean all
# yum -y install zabbix-server-mysql zabbix-web-mysql zabbix-agent
# yum install mariadb-server
# service mariadb start
zabbix DB 생성
# mysql -uroot -p 패스워드
mysql> create database zabbix character set utf8 collate utf8_bin;
mysql> grant all privileges on zabbix.* to zabbix@localhost identified by '패스워드';
mysql> quit
# zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix
/etc/zabbix/zabbix_server.conf
DBPassword=패스워드
/etc/httpd/conf.d/zabbix.conf
php_value date.timezone Europe/Riga
php_value date.timezone Asia/Seoul
zabbix 데몬 실행
# systemctl restart zabbix-server zabbix-agent httpd
# systemctl enable zabbix-server zabbix-agent httpd
firewalld http 및 zabbix 포트 오픈
# firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-service=zabbix-server
# firewall-cmd --reload
zabbix 웹 설정
http://아이피/zabbix
DB 설정 (위에서 설정한 zabbix 계정 정보 입력)
정보 확인 (OK 가 출력되어 있는지 체크)
zabbix server 정보 (딱히 건들건 없음)
입력한 정보 확인
zabbix server 웹 설정 완료
로그인 (초기 디폴트 계정 : Admin - zabbix)
설정 완료
단계별로 제대로 설정만 하였다면 설치는 어렵지 않음
'Linux' 카테고리의 다른 글
centos 8 + php 7.4 remi (0) | 2020.01.14 |
---|---|
gitlab let's encrypt 갱신 에러 (0) | 2020.01.07 |
geoip city 아이피 대역 뽑아 보기 (0) | 2019.11.26 |
clamav 설치 with centos6 (0) | 2019.11.05 |
atomicorp (0) | 2019.10.29 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- MySQL
- centOS7
- yum
- softether
- mod_security
- virtualbox
- pptp
- centos8
- OpenVPN
- gitlab
- glusterfs
- galera
- iptables
- ssh
- mariadb
- GeoIP
- 인증서
- NGINX
- kvm
- IPSEC
- cURL
- 베이어다이나믹
- WAF
- Apache
- 리눅스
- SSL
- HAProxy
- php
- L2TP
- ntp
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함