rhel7 + zabbix3.4 + MariaDB on AWS
사용한 명령
sudo su -
cat /etc/system-release
cat /proc/version
passwd root
setenforce 0
cp -p /usr/share/zoneinfo/Japan /etc/localtime
vi /etc/locale.conf
NG=ko_KR.UTF-8
reboot
setenforce 0
rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-2.el7.noarch.rpm
vi /etc/yum.repos.d/redhat-rhui.repo
enabled=1
yum-config-manager --enable rhel-7-server-optional-rpms
yum install zabbix-server-mysql zabbix-proxy-mysql zabbix-web-mysql
vi /etc/yum.repos.d/mariadb.repo
# MariaDB 10.3 RedHat repository list - created 2018-06-11 13:28 UTC
# ぉ tp : // 어쨌든 아 ds. 마리아 db. 오 rg / 마리아 db / 레포시 토리 s /
[mariadb]
이름 = MariaDB
baseurl = htp://유 m. 마리아 db. rg / 10.3 / r ~ l7 - md64
gpgkey = h tps://유 m. 마리아 db. rg / RPM - GPG - Y Y 마리아 DB
gpgcheck=1
yum install MariaDB-server MariaDB-client
systemctl enable mariadb
systemctl start mariadb
systemctl status mariadb
mysql -uroot -p
create database zabbix character set utf8 collate utf8_bin;
grant all privileges on zabbix.* to zabbix@localhost identified by 'zabbix';
quit;
zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix
vi /etc/zabbix/zabbix_server.conf
DBPassword=zabbix
systemctl enable zabbix-server
systemctl start zabbix-server
vi /etc/httpd/conf.d/zabbix.conf
php_value date.timezone Asia/Tokyo
systemctl enable httpd
systemctl start httpd
htp //18.182.6.117
참고문헌
EC2 RHEL 7에 Zabbix Server 3.4 설치
htps : // 이 m/130cm를 lf/이고 ms/에 f9f172에 3 6f38d584
Zabbix Documentation 3.4
htps //w w. 잔인한 x. 코 m / 도쿠 멘 타치 온 / 3. 4 / 마누아 l / 엔 s 타치 온 / 인 s 타 l / f m_ 파카 게 s / r에 l_ 전과 s
Downloads Setting up MariaDB Repositories
h tps : // 어쨌든 아 ds. 마리아 db. 오 rg / 마리아 db / 레포시 토리 s / # 미로 r = 야마가 타우니 ゔ ぇ し ty & ぢ st 로 = 레데 t & ぢ st 로 _ ぇ 아세 = r에 17- md64ー r에 l7&ゔぇr 시온=10.3
로그
Reference
이 문제에 관하여(rhel7 + zabbix3.4 + MariaDB on AWS), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/daikonus/items/d17cb59ac057553573e7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
cat /etc/system-release
cat /proc/version
passwd root
vi /etc/locale.conf
vi /etc/yum.repos.d/redhat-rhui.repo
yum install zabbix-server-mysql zabbix-proxy-mysql zabbix-web-mysql
vi /etc/yum.repos.d/mariadb.repo
systemctl enable mariadb
systemctl start mariadb
systemctl status mariadb
create database zabbix character set utf8 collate utf8_bin;
grant all privileges on zabbix.* to zabbix@localhost identified by 'zabbix';
quit;
vi /etc/zabbix/zabbix_server.conf
systemctl start zabbix-server
systemctl start httpd
EC2 RHEL 7에 Zabbix Server 3.4 설치
htps : // 이 m/130cm를 lf/이고 ms/에 f9f172에 3 6f38d584
Zabbix Documentation 3.4
htps //w w. 잔인한 x. 코 m / 도쿠 멘 타치 온 / 3. 4 / 마누아 l / 엔 s 타치 온 / 인 s 타 l / f m_ 파카 게 s / r에 l_ 전과 s
Downloads Setting up MariaDB Repositories
h tps : // 어쨌든 아 ds. 마리아 db. 오 rg / 마리아 db / 레포시 토리 s / # 미로 r = 야마가 타우니 ゔ ぇ し ty & ぢ st 로 = 레데 t & ぢ st 로 _ ぇ 아세 = r에 17- md64ー r에 l7&ゔぇr 시온=10.3
로그
Reference
이 문제에 관하여(rhel7 + zabbix3.4 + MariaDB on AWS), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/daikonus/items/d17cb59ac057553573e7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(rhel7 + zabbix3.4 + MariaDB on AWS), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/daikonus/items/d17cb59ac057553573e7텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)