Opensourcetechブログ

OpensourcetechによるNGINX/Kubernetes/Zabbix/Neo4j/Linuxなどオープンソース技術に関するブログです。

Zabbix 4.0 LTS Server構築

こんにちは、LinuCエバンジェリストこと、鯨井貴博@opensourcetechです。

 Alexei Vladishevさんと一緒

 

Zabbix 4.0 LTSがリリースされたので、早速構築を行います。

opensourcetech.hatenablog.jp

 

 

0.構築環境

VirtualBox上のCentOS7を使用します。

※オススメスペック:2vCPU、2048MBメモリー以上。

f:id:opensourcetech:20181005225732p:plain

f:id:opensourcetech:20181005225852p:plain

[root@localhost ~]# cat /etc/centos-release
CentOS Linux release 7.5.1804 (Core)
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 08:00:27:96:f6:c0 brd ff:ff:ff:ff:ff:ff
inet 192.168.11.22/24 brd 192.168.11.255 scope global noprefixroute enp0s3
valid_lft forever preferred_lft forever
inet6 fe80::e830:c2da:441:a2d7/64 scope link tentative dadfailed
valid_lft forever preferred_lft forever
inet6 fe80::e77f:5380:24e5:f200/64 scope link tentative dadfailed
valid_lft forever preferred_lft forever
inet6 fe80::bba:f6af:15f8:fdcb/64 scope link tentative dadfailed
valid_lft forever preferred_lft forever
[root@localhost ~]# ip route show
default via 192.168.11.1 dev enp0s3 proto static metric 100
192.168.11.0/24 dev enp0s3 proto kernel scope link src 192.168.11.22 metric 100

 

 

1.構築パッケージの選択

Zabbix 4.0 LTS & MySQL on CentOS7で構築します。

https://www.zabbix.com/jp/download

f:id:opensourcetech:20181005231139p:plain

 

 

2.インストール & 構築

手順に沿って、進めていきます。

f:id:opensourcetech:20181005231411p:plain

f:id:opensourcetech:20181005231412p:plain

f:id:opensourcetech:20181005231414p:plain

 

2-1.yumレポジトリの追加

[root@localhost ~]# ls /etc/yum.repos.d/
CentOS-Base.repo CentOS-Media.repo CentOS-fasttrack.repo
CentOS-CR.repo CentOS-Sources.repo
CentOS-Debuginfo.repo CentOS-Vault.repo
[root@localhost ~]# rpm -i https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm
警告: /var/tmp/rpm-tmp.4NEH3b: ヘッダー V4 RSA/SHA512 Signature、鍵 ID a14fe591: NOKEY
[root@localhost ~]# ls /etc/yum.repos.d/
CentOS-Base.repo CentOS-Media.repo CentOS-fasttrack.repo
CentOS-CR.repo CentOS-Sources.repo zabbix.repo
CentOS-Debuginfo.repo CentOS-Vault.repo
[root@localhost ~]# cat /etc/yum.repos.d/zabbix.repo
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=http://repo.zabbix.com/zabbix/4.0/rhel/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591

[zabbix-non-supported]
name=Zabbix Official Repository non-supported - $basearch
baseurl=http://repo.zabbix.com/non-supported/rhel/7/$basearch/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
gpgcheck=1

 

2-2.Zabbixパッケージのインストール

[root@localhost ~]# yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent
読み込んだプラグイン:fastestmirror
Determining fastest mirrors
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
base | 3.6 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
zabbix | 2.9 kB 00:00
zabbix-non-supported | 951 B 00:00
(1/5): base/7/x86_64/group_gz | 166 kB 00:00
(2/5): extras/7/x86_64/primary_db | 204 kB 00:00
(3/5): zabbix/x86_64/primary_db | 12 kB 00:00
(4/5): base/7/x86_64/primary_db | 5.9 MB 00:01
(5/5): updates/7/x86_64/primary_db | 6.0 MB 00:03
zabbix-non-supported/x86_64/primary | 1.6 kB 00:00
zabbix-non-supported 4/4
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ zabbix-agent.x86_64 0:4.0.0-2.el7 を インストール
---> パッケージ zabbix-server-mysql.x86_64 0:4.0.0-2.el7 を インストール
--> 依存性の処理をしています: fping のパッケージ: zabbix-server-mysql-4.0.0-2.el7.x86_64
--> 依存性の処理をしています: libnetsnmp.so.31()(64bit) のパッケージ: zabbix-server-mysql-4.0.0-2.el7.x86_64
--> 依存性の処理をしています: libiksemel.so.3()(64bit) のパッケージ: zabbix-server-mysql-4.0.0-2.el7.x86_64
--> 依存性の処理をしています: libOpenIPMIposix.so.0()(64bit) のパッケージ: zabbix-server-mysql-4.0.0-2.el7.x86_64
--> 依存性の処理をしています: libevent-2.0.so.5()(64bit) のパッケージ: zabbix-server-mysql-4.0.0-2.el7.x86_64
--> 依存性の処理をしています: libOpenIPMI.so.0()(64bit) のパッケージ: zabbix-server-mysql-4.0.0-2.el7.x86_64
--> 依存性の処理をしています: libodbc.so.2()(64bit) のパッケージ: zabbix-server-mysql-4.0.0-2.el7.x86_64
---> パッケージ zabbix-web-mysql.noarch 0:4.0.0-2.el7 を インストール
--> 依存性の処理をしています: zabbix-web = 4.0.0-2.el7 のパッケージ: zabbix-web-mysql-4.0.0-2.el7.noarch
--> 依存性の処理をしています: php-mysql のパッケージ: zabbix-web-mysql-4.0.0-2.el7.noarch
--> トランザクションの確認を実行しています。
---> パッケージ OpenIPMI-libs.x86_64 0:2.0.23-2.el7 を インストール
--> 依存性の処理をしています: OpenIPMI-modalias = 2.0.23-2.el7 のパッケージ: OpenIPMI-libs-2.0.23-2.el7.x86_64
---> パッケージ fping.x86_64 0:3.10-1.el7 を インストール
---> パッケージ iksemel.x86_64 0:1.4-2.el7.centos を インストール
--> 依存性の処理をしています: libgnutls.so.28(GNUTLS_1_4)(64bit) のパッケージ: iksemel-1.4-2.el7.centos.x86_64
--> 依存性の処理をしています: libgnutls.so.28()(64bit) のパッケージ: iksemel-1.4-2.el7.centos.x86_64
---> パッケージ libevent.x86_64 0:2.0.21-4.el7 を インストール
---> パッケージ net-snmp-libs.x86_64 1:5.7.2-33.el7_5.2 を インストール
---> パッケージ php-mysql.x86_64 0:5.4.16-45.el7 を インストール
--> 依存性の処理をしています: php-pdo(x86-64) = 5.4.16-45.el7 のパッケージ: php-mysql-5.4.16-45.el7.x86_64
---> パッケージ unixODBC.x86_64 0:2.3.1-11.el7 を インストール
--> 依存性の処理をしています: libltdl.so.7()(64bit) のパッケージ: unixODBC-2.3.1-11.el7.x86_64
---> パッケージ zabbix-web.noarch 0:4.0.0-2.el7 を インストール
--> 依存性の処理をしています: php >= 5.4 のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> 依存性の処理をしています: httpd のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> 依存性の処理をしています: php-gd のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> 依存性の処理をしています: php-mbstring のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> 依存性の処理をしています: dejavu-sans-fonts のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> 依存性の処理をしています: php-bcmath のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> 依存性の処理をしています: php-ldap のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> 依存性の処理をしています: php-xml のパッケージ: zabbix-web-4.0.0-2.el7.noarch
--> トランザクションの確認を実行しています。
---> パッケージ OpenIPMI-modalias.x86_64 0:2.0.23-2.el7 を インストール
---> パッケージ dejavu-sans-fonts.noarch 0:2.33-6.el7 を インストール
--> 依存性の処理をしています: dejavu-fonts-common = 2.33-6.el7 のパッケージ: dejavu-sans-fonts-2.33-6.el7.noarch
---> パッケージ gnutls.x86_64 0:3.3.26-9.el7 を インストール
--> 依存性の処理をしています: trousers >= 0.3.11.2 のパッケージ: gnutls-3.3.26-9.el7.x86_64
--> 依存性の処理をしています: libnettle.so.4()(64bit) のパッケージ: gnutls-3.3.26-9.el7.x86_64
--> 依存性の処理をしています: libhogweed.so.2()(64bit) のパッケージ: gnutls-3.3.26-9.el7.x86_64
---> パッケージ httpd.x86_64 0:2.4.6-80.el7.centos.1 を インストール
--> 依存性の処理をしています: httpd-tools = 2.4.6-80.el7.centos.1 のパッケージ: httpd-2.4.6-80.el7.centos.1.x86_64
--> 依存性の処理をしています: /etc/mime.types のパッケージ: httpd-2.4.6-80.el7.centos.1.x86_64
--> 依存性の処理をしています: libaprutil-1.so.0()(64bit) のパッケージ: httpd-2.4.6-80.el7.centos.1.x86_64
--> 依存性の処理をしています: libapr-1.so.0()(64bit) のパッケージ: httpd-2.4.6-80.el7.centos.1.x86_64
---> パッケージ libtool-ltdl.x86_64 0:2.4.2-22.el7_3 を インストール
---> パッケージ php.x86_64 0:5.4.16-45.el7 を インストール
--> 依存性の処理をしています: php-common(x86-64) = 5.4.16-45.el7 のパッケージ: php-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: php-cli(x86-64) = 5.4.16-45.el7 のパッケージ: php-5.4.16-45.el7.x86_64
---> パッケージ php-bcmath.x86_64 0:5.4.16-45.el7 を インストール
---> パッケージ php-gd.x86_64 0:5.4.16-45.el7 を インストール
--> 依存性の処理をしています: libpng15.so.15(PNG15_0)(64bit) のパッケージ: php-gd-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libjpeg.so.62(LIBJPEG_6.2)(64bit) のパッケージ: php-gd-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libt1.so.5()(64bit) のパッケージ: php-gd-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libpng15.so.15()(64bit) のパッケージ: php-gd-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libjpeg.so.62()(64bit) のパッケージ: php-gd-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libXpm.so.4()(64bit) のパッケージ: php-gd-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libX11.so.6()(64bit) のパッケージ: php-gd-5.4.16-45.el7.x86_64
---> パッケージ php-ldap.x86_64 0:5.4.16-45.el7 を インストール
---> パッケージ php-mbstring.x86_64 0:5.4.16-45.el7 を インストール
---> パッケージ php-pdo.x86_64 0:5.4.16-45.el7 を インストール
---> パッケージ php-xml.x86_64 0:5.4.16-45.el7 を インストール
--> 依存性の処理をしています: libxslt.so.1(LIBXML2_1.0.24)(64bit) のパッケージ: php-xml-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libxslt.so.1(LIBXML2_1.0.22)(64bit) のパッケージ: php-xml-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libxslt.so.1(LIBXML2_1.0.18)(64bit) のパッケージ: php-xml-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libxslt.so.1(LIBXML2_1.0.13)(64bit) のパッケージ: php-xml-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libxslt.so.1(LIBXML2_1.0.11)(64bit) のパッケージ: php-xml-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libxslt.so.1()(64bit) のパッケージ: php-xml-5.4.16-45.el7.x86_64
--> 依存性の処理をしています: libexslt.so.0()(64bit) のパッケージ: php-xml-5.4.16-45.el7.x86_64
--> トランザクションの確認を実行しています。
---> パッケージ apr.x86_64 0:1.4.8-3.el7_4.1 を インストール
---> パッケージ apr-util.x86_64 0:1.5.2-6.el7 を インストール
---> パッケージ dejavu-fonts-common.noarch 0:2.33-6.el7 を インストール
--> 依存性の処理をしています: fontpackages-filesystem のパッケージ: dejavu-fonts-common-2.33-6.el7.noarch
---> パッケージ httpd-tools.x86_64 0:2.4.6-80.el7.centos.1 を インストール
---> パッケージ libX11.x86_64 0:1.6.5-1.el7 を インストール
--> 依存性の処理をしています: libX11-common >= 1.6.5-1.el7 のパッケージ: libX11-1.6.5-1.el7.x86_64
--> 依存性の処理をしています: libxcb.so.1()(64bit) のパッケージ: libX11-1.6.5-1.el7.x86_64
---> パッケージ libXpm.x86_64 0:3.5.12-1.el7 を インストール
---> パッケージ libjpeg-turbo.x86_64 0:1.2.90-5.el7 を インストール
---> パッケージ libpng.x86_64 2:1.5.13-7.el7_2 を インストール
---> パッケージ libxslt.x86_64 0:1.1.28-5.el7 を インストール
---> パッケージ mailcap.noarch 0:2.1.41-2.el7 を インストール
---> パッケージ nettle.x86_64 0:2.7.1-8.el7 を インストール
---> パッケージ php-cli.x86_64 0:5.4.16-45.el7 を インストール
---> パッケージ php-common.x86_64 0:5.4.16-45.el7 を インストール
--> 依存性の処理をしています: libzip.so.2()(64bit) のパッケージ: php-common-5.4.16-45.el7.x86_64
---> パッケージ t1lib.x86_64 0:5.1.2-14.el7 を インストール
---> パッケージ trousers.x86_64 0:0.3.14-2.el7 を インストール
--> トランザクションの確認を実行しています。
---> パッケージ fontpackages-filesystem.noarch 0:1.44-8.el7 を インストール
---> パッケージ libX11-common.noarch 0:1.6.5-1.el7 を インストール
---> パッケージ libxcb.x86_64 0:1.12-1.el7 を インストール
--> 依存性の処理をしています: libXau.so.6()(64bit) のパッケージ: libxcb-1.12-1.el7.x86_64
---> パッケージ libzip.x86_64 0:0.10.1-8.el7 を インストール
--> トランザクションの確認を実行しています。
---> パッケージ libXau.x86_64 0:1.0.8-2.1.el7 を インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================================
Package アーキテクチャー
バージョン リポジトリー 容量
================================================================================
インストール中:
zabbix-agent x86_64 4.0.0-2.el7 zabbix 379 k
zabbix-server-mysql x86_64 4.0.0-2.el7 zabbix 2.1 M
zabbix-web-mysql noarch 4.0.0-2.el7 zabbix 7.8 k
依存性関連でのインストールをします:
OpenIPMI-libs x86_64 2.0.23-2.el7 base 521 k
OpenIPMI-modalias x86_64 2.0.23-2.el7 base 16 k
apr x86_64 1.4.8-3.el7_4.1 base 103 k
apr-util x86_64 1.5.2-6.el7 base 92 k
dejavu-fonts-common noarch 2.33-6.el7 base 64 k
dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M
fontpackages-filesystem
noarch 1.44-8.el7 base 9.9 k
fping x86_64 3.10-1.el7 zabbix-non-supported 40 k
gnutls x86_64 3.3.26-9.el7 base 677 k
httpd x86_64 2.4.6-80.el7.centos.1 updates 2.7 M
httpd-tools x86_64 2.4.6-80.el7.centos.1 updates 90 k
iksemel x86_64 1.4-2.el7.centos zabbix-non-supported 49 k
libX11 x86_64 1.6.5-1.el7 base 606 k
libX11-common noarch 1.6.5-1.el7 base 164 k
libXau x86_64 1.0.8-2.1.el7 base 29 k
libXpm x86_64 3.5.12-1.el7 base 55 k
libevent x86_64 2.0.21-4.el7 base 214 k
libjpeg-turbo x86_64 1.2.90-5.el7 base 134 k
libpng x86_64 2:1.5.13-7.el7_2 base 213 k
libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k
libxcb x86_64 1.12-1.el7 base 211 k
libxslt x86_64 1.1.28-5.el7 base 242 k
libzip x86_64 0.10.1-8.el7 base 48 k
mailcap noarch 2.1.41-2.el7 base 31 k
net-snmp-libs x86_64 1:5.7.2-33.el7_5.2 updates 749 k
nettle x86_64 2.7.1-8.el7 base 327 k
php x86_64 5.4.16-45.el7 base 1.4 M
php-bcmath x86_64 5.4.16-45.el7 base 58 k
php-cli x86_64 5.4.16-45.el7 base 2.7 M
php-common x86_64 5.4.16-45.el7 base 565 k
php-gd x86_64 5.4.16-45.el7 base 128 k
php-ldap x86_64 5.4.16-45.el7 base 53 k
php-mbstring x86_64 5.4.16-45.el7 base 505 k
php-mysql x86_64 5.4.16-45.el7 base 101 k
php-pdo x86_64 5.4.16-45.el7 base 99 k
php-xml x86_64 5.4.16-45.el7 base 126 k
t1lib x86_64 5.1.2-14.el7 base 166 k
trousers x86_64 0.3.14-2.el7 base 289 k
unixODBC x86_64 2.3.1-11.el7 base 413 k
zabbix-web noarch 4.0.0-2.el7 zabbix 2.7 M

トランザクションの要約
================================================================================
インストール 3 パッケージ (+40 個の依存関係のパッケージ)

総ダウンロード容量: 20 M
インストール容量: 73 M
Is this ok [y/d/N]: y
Downloading packages:
警告: /var/cache/yum/x86_64/7/base/packages/OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm: ヘッダー V3 RSA/SHA256 Signature、鍵 ID f4a80eb5: NOKEY
OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm の公開鍵がインストールされていません
(1/43): OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm | 16 kB 00:00
(2/43): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00
(3/43): OpenIPMI-libs-2.0.23-2.el7.x86_64.rpm | 521 kB 00:00
(4/43): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00
(5/43): dejavu-fonts-common-2.33-6.el7.noarch.rpm | 64 kB 00:00
(6/43): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00
httpd-tools-2.4.6-80.el7.centos.1.x86_64.rpm の公開鍵がインストールされていません
(7/43): httpd-tools-2.4.6-80.el7.centos.1.x86_64.rpm | 90 kB 00:00
(8/43): gnutls-3.3.26-9.el7.x86_64.rpm | 677 kB 00:00
警告: /var/cache/yum/x86_64/7/zabbix-non-supported/packages/fping-3.10-1.el7.x86_64.rpm: ヘッダー V4 DSA/SHA1 Signature、鍵 ID 79ea5ed4: NOKEY
fping-3.10-1.el7.x86_64.rpm の公開鍵がインストールされていません
(9/43): fping-3.10-1.el7.x86_64.rpm | 40 kB 00:00
(10/43): libX11-1.6.5-1.el7.x86_64.rpm | 606 kB 00:00
(11/43): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00
(12/43): iksemel-1.4-2.el7.centos.x86_64.rpm | 49 kB 00:00
(13/43): libXpm-3.5.12-1.el7.x86_64.rpm | 55 kB 00:00
(14/43): httpd-2.4.6-80.el7.centos.1.x86_64.rpm | 2.7 MB 00:01
(15/43): dejavu-sans-fonts-2.33-6.el7.noarch.rpm | 1.4 MB 00:01
(16/43): libX11-common-1.6.5-1.el7.noarch.rpm | 164 kB 00:00
(17/43): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:00
(18/43): libevent-2.0.21-4.el7.x86_64.rpm | 214 kB 00:00
(19/43): libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm | 49 kB 00:00
(20/43): libpng-1.5.13-7.el7_2.x86_64.rpm | 213 kB 00:00
(21/43): libxslt-1.1.28-5.el7.x86_64.rpm | 242 kB 00:00
(22/43): libxcb-1.12-1.el7.x86_64.rpm | 211 kB 00:00
(23/43): libzip-0.10.1-8.el7.x86_64.rpm | 48 kB 00:00
(24/43): nettle-2.7.1-8.el7.x86_64.rpm | 327 kB 00:00
(25/43): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00
(26/43): php-bcmath-5.4.16-45.el7.x86_64.rpm | 58 kB 00:00
(27/43): php-5.4.16-45.el7.x86_64.rpm | 1.4 MB 00:00
(28/43): php-gd-5.4.16-45.el7.x86_64.rpm | 128 kB 00:00
(29/43): php-ldap-5.4.16-45.el7.x86_64.rpm | 53 kB 00:00
(30/43): php-mbstring-5.4.16-45.el7.x86_64.rpm | 505 kB 00:00
(31/43): php-cli-5.4.16-45.el7.x86_64.rpm | 2.7 MB 00:00
(32/43): php-mysql-5.4.16-45.el7.x86_64.rpm | 101 kB 00:00
(33/43): php-xml-5.4.16-45.el7.x86_64.rpm | 126 kB 00:00
(34/43): php-pdo-5.4.16-45.el7.x86_64.rpm | 99 kB 00:00
(35/43): net-snmp-libs-5.7.2-33.el7_5.2.x86_64.rpm | 749 kB 00:00
(36/43): trousers-0.3.14-2.el7.x86_64.rpm | 289 kB 00:00
(37/43): t1lib-5.1.2-14.el7.x86_64.rpm | 166 kB 00:00
(38/43): unixODBC-2.3.1-11.el7.x86_64.rpm | 413 kB 00:00
(39/43): php-common-5.4.16-45.el7.x86_64.rpm | 565 kB 00:00
警告: /var/cache/yum/x86_64/7/zabbix/packages/zabbix-agent-4.0.0-2.el7.x86_64.rpm: ヘッダー V4 RSA/SHA512 Signature、鍵 ID a14fe591: NOKEY
zabbix-agent-4.0.0-2.el7.x86_64.rpm の公開鍵がインストールされていません
(40/43): zabbix-agent-4.0.0-2.el7.x86_64.rpm | 379 kB 00:00
(41/43): zabbix-web-4.0.0-2.el7.noarch.rpm | 2.7 MB 00:01
(42/43): zabbix-web-mysql-4.0.0-2.el7.noarch.rpm | 7.8 kB 00:00
(43/43): zabbix-server-mysql-4.0.0-2.el7.x86_64.rpm | 2.1 MB 00:02
--------------------------------------------------------------------------------
合計 3.3 MB/s | 20 MB 00:06
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 から鍵を取得中です。
Importing GPG key 0xF4A80EB5:
Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
Package : centos-release-7-5.1804.el7.centos.x86_64 (@anaconda)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
上記の処理を行います。よろしいでしょうか? [y/N]y
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX から鍵を取得中です。
Importing GPG key 0x79EA5ED4:
Userid : "Zabbix SIA <packager@zabbix.com>"
Fingerprint: fbab d5fb 2025 5eca b22e e194 d13d 58e4 79ea 5ed4
Package : zabbix-release-4.0-1.el7.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX
上記の処理を行います。よろしいでしょうか? [y/N]y
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591 から鍵を取得中です。
Importing GPG key 0xA14FE591:
Userid : "Zabbix LLC <packager@zabbix.com>"
Fingerprint: a184 8f53 52d0 22b9 471d 83d0 082a b56b a14f e591
Package : zabbix-release-4.0-1.el7.noarch (installed)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
上記の処理を行います。よろしいでしょうか? [y/N]y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
警告: RPMDB は yum 以外で変更されました。
インストール中 : apr-1.4.8-3.el7_4.1.x86_64 1/43
インストール中 : apr-util-1.5.2-6.el7.x86_64 2/43
インストール中 : httpd-tools-2.4.6-80.el7.centos.1.x86_64 3/43
インストール中 : libzip-0.10.1-8.el7.x86_64 4/43
インストール中 : php-common-5.4.16-45.el7.x86_64 5/43
インストール中 : php-bcmath-5.4.16-45.el7.x86_64 6/43
インストール中 : php-cli-5.4.16-45.el7.x86_64 7/43
インストール中 : php-mbstring-5.4.16-45.el7.x86_64 8/43
インストール中 : php-ldap-5.4.16-45.el7.x86_64 9/43
インストール中 : php-pdo-5.4.16-45.el7.x86_64 10/43
インストール中 : php-mysql-5.4.16-45.el7.x86_64 11/43
インストール中 : libXau-1.0.8-2.1.el7.x86_64 12/43
インストール中 : libxcb-1.12-1.el7.x86_64 13/43
インストール中 : libX11-common-1.6.5-1.el7.noarch 14/43
インストール中 : libX11-1.6.5-1.el7.x86_64 15/43
インストール中 : libXpm-3.5.12-1.el7.x86_64 16/43
インストール中 : t1lib-5.1.2-14.el7.x86_64 17/43
インストール中 : libevent-2.0.21-4.el7.x86_64 18/43
インストール中 : libxslt-1.1.28-5.el7.x86_64 19/43
インストール中 : php-xml-5.4.16-45.el7.x86_64 20/43
インストール中 : fontpackages-filesystem-1.44-8.el7.noarch 21/43
インストール中 : dejavu-fonts-common-2.33-6.el7.noarch 22/43
インストール中 : dejavu-sans-fonts-2.33-6.el7.noarch 23/43
インストール中 : libtool-ltdl-2.4.2-22.el7_3.x86_64 24/43
インストール中 : unixODBC-2.3.1-11.el7.x86_64 25/43
インストール中 : OpenIPMI-modalias-2.0.23-2.el7.x86_64 26/43
インストール中 : OpenIPMI-libs-2.0.23-2.el7.x86_64 27/43
インストール中 : nettle-2.7.1-8.el7.x86_64 28/43
インストール中 : 1:net-snmp-libs-5.7.2-33.el7_5.2.x86_64 29/43
インストール中 : 2:libpng-1.5.13-7.el7_2.x86_64 30/43
インストール中 : mailcap-2.1.41-2.el7.noarch 31/43
インストール中 : httpd-2.4.6-80.el7.centos.1.x86_64 32/43
インストール中 : php-5.4.16-45.el7.x86_64 33/43
インストール中 : libjpeg-turbo-1.2.90-5.el7.x86_64 34/43
インストール中 : php-gd-5.4.16-45.el7.x86_64 35/43
インストール中 : zabbix-web-mysql-4.0.0-2.el7.noarch 36/43
インストール中 : zabbix-web-4.0.0-2.el7.noarch 37/43
インストール中 : fping-3.10-1.el7.x86_64 38/43
インストール中 : trousers-0.3.14-2.el7.x86_64 39/43
インストール中 : gnutls-3.3.26-9.el7.x86_64 40/43
インストール中 : iksemel-1.4-2.el7.centos.x86_64 41/43
インストール中 : zabbix-server-mysql-4.0.0-2.el7.x86_64 42/43
インストール中 : zabbix-agent-4.0.0-2.el7.x86_64 43/43
sed: /etc/sysconfig/ipmi を読み込めません: そのようなファイルやディレクトリはありません
検証中 : trousers-0.3.14-2.el7.x86_64 1/43
検証中 : fping-3.10-1.el7.x86_64 2/43
検証中 : libX11-1.6.5-1.el7.x86_64 3/43
検証中 : libjpeg-turbo-1.2.90-5.el7.x86_64 4/43
検証中 : mailcap-2.1.41-2.el7.noarch 5/43
検証中 : httpd-tools-2.4.6-80.el7.centos.1.x86_64 6/43
検証中 : httpd-2.4.6-80.el7.centos.1.x86_64 7/43
検証中 : php-bcmath-5.4.16-45.el7.x86_64 8/43
検証中 : 2:libpng-1.5.13-7.el7_2.x86_64 9/43
検証中 : 1:net-snmp-libs-5.7.2-33.el7_5.2.x86_64 10/43
検証中 : libXpm-3.5.12-1.el7.x86_64 11/43
検証中 : nettle-2.7.1-8.el7.x86_64 12/43
検証中 : OpenIPMI-modalias-2.0.23-2.el7.x86_64 13/43
検証中 : OpenIPMI-libs-2.0.23-2.el7.x86_64 14/43
検証中 : php-5.4.16-45.el7.x86_64 15/43
検証中 : php-cli-5.4.16-45.el7.x86_64 16/43
検証中 : zabbix-web-4.0.0-2.el7.noarch 17/43
検証中 : dejavu-fonts-common-2.33-6.el7.noarch 18/43
検証中 : libtool-ltdl-2.4.2-22.el7_3.x86_64 19/43
検証中 : fontpackages-filesystem-1.44-8.el7.noarch 20/43
検証中 : php-mbstring-5.4.16-45.el7.x86_64 21/43
検証中 : gnutls-3.3.26-9.el7.x86_64 22/43
検証中 : php-ldap-5.4.16-45.el7.x86_64 23/43
検証中 : php-xml-5.4.16-45.el7.x86_64 24/43
検証中 : libxcb-1.12-1.el7.x86_64 25/43
検証中 : t1lib-5.1.2-14.el7.x86_64 26/43
検証中 : libxslt-1.1.28-5.el7.x86_64 27/43
検証中 : unixODBC-2.3.1-11.el7.x86_64 28/43
検証中 : libevent-2.0.21-4.el7.x86_64 29/43
検証中 : apr-util-1.5.2-6.el7.x86_64 30/43
検証中 : php-gd-5.4.16-45.el7.x86_64 31/43
検証中 : dejavu-sans-fonts-2.33-6.el7.noarch 32/43
検証中 : php-mysql-5.4.16-45.el7.x86_64 33/43
検証中 : zabbix-agent-4.0.0-2.el7.x86_64 34/43
検証中 : apr-1.4.8-3.el7_4.1.x86_64 35/43
検証中 : libX11-common-1.6.5-1.el7.noarch 36/43
検証中 : zabbix-web-mysql-4.0.0-2.el7.noarch 37/43
検証中 : php-common-5.4.16-45.el7.x86_64 38/43
検証中 : php-pdo-5.4.16-45.el7.x86_64 39/43
検証中 : libXau-1.0.8-2.1.el7.x86_64 40/43
検証中 : zabbix-server-mysql-4.0.0-2.el7.x86_64 41/43
検証中 : iksemel-1.4-2.el7.centos.x86_64 42/43
検証中 : libzip-0.10.1-8.el7.x86_64 43/43

インストール:
zabbix-agent.x86_64 0:4.0.0-2.el7
zabbix-server-mysql.x86_64 0:4.0.0-2.el7
zabbix-web-mysql.noarch 0:4.0.0-2.el7

依存性関連をインストールしました:
OpenIPMI-libs.x86_64 0:2.0.23-2.el7
OpenIPMI-modalias.x86_64 0:2.0.23-2.el7
apr.x86_64 0:1.4.8-3.el7_4.1
apr-util.x86_64 0:1.5.2-6.el7
dejavu-fonts-common.noarch 0:2.33-6.el7
dejavu-sans-fonts.noarch 0:2.33-6.el7
fontpackages-filesystem.noarch 0:1.44-8.el7
fping.x86_64 0:3.10-1.el7
gnutls.x86_64 0:3.3.26-9.el7
httpd.x86_64 0:2.4.6-80.el7.centos.1
httpd-tools.x86_64 0:2.4.6-80.el7.centos.1
iksemel.x86_64 0:1.4-2.el7.centos
libX11.x86_64 0:1.6.5-1.el7
libX11-common.noarch 0:1.6.5-1.el7
libXau.x86_64 0:1.0.8-2.1.el7
libXpm.x86_64 0:3.5.12-1.el7
libevent.x86_64 0:2.0.21-4.el7
libjpeg-turbo.x86_64 0:1.2.90-5.el7
libpng.x86_64 2:1.5.13-7.el7_2
libtool-ltdl.x86_64 0:2.4.2-22.el7_3
libxcb.x86_64 0:1.12-1.el7
libxslt.x86_64 0:1.1.28-5.el7
libzip.x86_64 0:0.10.1-8.el7
mailcap.noarch 0:2.1.41-2.el7
net-snmp-libs.x86_64 1:5.7.2-33.el7_5.2
nettle.x86_64 0:2.7.1-8.el7
php.x86_64 0:5.4.16-45.el7
php-bcmath.x86_64 0:5.4.16-45.el7
php-cli.x86_64 0:5.4.16-45.el7
php-common.x86_64 0:5.4.16-45.el7
php-gd.x86_64 0:5.4.16-45.el7
php-ldap.x86_64 0:5.4.16-45.el7
php-mbstring.x86_64 0:5.4.16-45.el7
php-mysql.x86_64 0:5.4.16-45.el7
php-pdo.x86_64 0:5.4.16-45.el7
php-xml.x86_64 0:5.4.16-45.el7
t1lib.x86_64 0:5.1.2-14.el7
trousers.x86_64 0:0.3.14-2.el7
unixODBC.x86_64 0:2.3.1-11.el7
zabbix-web.noarch 0:4.0.0-2.el7

完了しました!
[root@localhost ~]# rpm -q zabbix-server-mysql zabbix-web-mysql zabbix-agent
zabbix-server-mysql-4.0.0-2.el7.x86_64
zabbix-web-mysql-4.0.0-2.el7.noarch
zabbix-agent-4.0.0-2.el7.x86_64

 

2-3.データベースパッケージのインストール

[root@localhost ~]# yum install mariadb mariadb-server
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.iij.ad.jp
* extras: ftp.iij.ad.jp
* updates: ftp.iij.ad.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ mariadb.x86_64 1:5.5.60-1.el7_5 を インストール
--> 依存性の処理をしています: mariadb-libs(x86-64) = 1:5.5.60-1.el7_5 のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(Sys::Hostname) のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(IPC::Open3) のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(Getopt::Long) のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(File::Temp) のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(Fcntl) のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(Exporter) のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: /usr/bin/perl のパッケージ: 1:mariadb-5.5.60-1.el7_5.x86_64
---> パッケージ mariadb-server.x86_64 1:5.5.60-1.el7_5 を インストール
--> 依存性の処理をしています: perl-DBI のパッケージ: 1:mariadb-server-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl-DBD-MySQL のパッケージ: 1:mariadb-server-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(File::Path) のパッケージ: 1:mariadb-server-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(Data::Dumper) のパッケージ: 1:mariadb-server-5.5.60-1.el7_5.x86_64
--> 依存性の処理をしています: perl(DBI) のパッケージ: 1:mariadb-server-5.5.60-1.el7_5.x86_64
--> トランザクションの確認を実行しています。
---> パッケージ mariadb-libs.x86_64 1:5.5.56-2.el7 を 更新
---> パッケージ mariadb-libs.x86_64 1:5.5.60-1.el7_5 を アップデート
---> パッケージ perl.x86_64 4:5.16.3-292.el7 を インストール
--> 依存性の処理をしています: perl-libs = 4:5.16.3-292.el7 のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Socket) >= 1.3 のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Scalar::Util) >= 1.10 のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl-macros のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl-libs のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(threads::shared) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(threads) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(constant) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Time::Local) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Time::HiRes) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Storable) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Socket) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Scalar::Util) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Pod::Simple::XHTML) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Pod::Simple::Search) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Filter::Util::Call) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(File::Spec::Unix) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(File::Spec::Functions) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(File::Spec) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Cwd) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: perl(Carp) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
--> 依存性の処理をしています: libperl.so()(64bit) のパッケージ: 4:perl-5.16.3-292.el7.x86_64
---> パッケージ perl-DBD-MySQL.x86_64 0:4.023-6.el7 を インストール
---> パッケージ perl-DBI.x86_64 0:1.627-4.el7 を インストール
--> 依存性の処理をしています: perl(RPC::PlServer) >= 0.2001 のパッケージ: perl-DBI-1.627-4.el7.x86_64
--> 依存性の処理をしています: perl(RPC::PlClient) >= 0.2000 のパッケージ: perl-DBI-1.627-4.el7.x86_64
---> パッケージ perl-Data-Dumper.x86_64 0:2.145-3.el7 を インストール
---> パッケージ perl-Exporter.noarch 0:5.68-3.el7 を インストール
---> パッケージ perl-File-Path.noarch 0:2.09-2.el7 を インストール
---> パッケージ perl-File-Temp.noarch 0:0.23.01-3.el7 を インストール
---> パッケージ perl-Getopt-Long.noarch 0:2.40-3.el7 を インストール
--> 依存性の処理をしています: perl(Pod::Usage) >= 1.14 のパッケージ: perl-Getopt-Long-2.40-3.el7.noarch
--> 依存性の処理をしています: perl(Text::ParseWords) のパッケージ: perl-Getopt-Long-2.40-3.el7.noarch
--> トランザクションの確認を実行しています。
---> パッケージ perl-Carp.noarch 0:1.26-244.el7 を インストール
---> パッケージ perl-Filter.x86_64 0:1.49-3.el7 を インストール
---> パッケージ perl-PathTools.x86_64 0:3.40-5.el7 を インストール
---> パッケージ perl-PlRPC.noarch 0:0.2020-14.el7 を インストール
--> 依存性の処理をしています: perl(Net::Daemon) >= 0.13 のパッケージ: perl-PlRPC-0.2020-14.el7.noarch
--> 依存性の処理をしています: perl(Net::Daemon::Test) のパッケージ: perl-PlRPC-0.2020-14.el7.noarch
--> 依存性の処理をしています: perl(Net::Daemon::Log) のパッケージ: perl-PlRPC-0.2020-14.el7.noarch
--> 依存性の処理をしています: perl(Compress::Zlib) のパッケージ: perl-PlRPC-0.2020-14.el7.noarch
---> パッケージ perl-Pod-Simple.noarch 1:3.28-4.el7 を インストール
--> 依存性の処理をしています: perl(Pod::Escapes) >= 1.04 のパッケージ: 1:perl-Pod-Simple-3.28-4.el7.noarch
--> 依存性の処理をしています: perl(Encode) のパッケージ: 1:perl-Pod-Simple-3.28-4.el7.noarch
---> パッケージ perl-Pod-Usage.noarch 0:1.63-3.el7 を インストール
--> 依存性の処理をしています: perl(Pod::Text) >= 3.15 のパッケージ: perl-Pod-Usage-1.63-3.el7.noarch
--> 依存性の処理をしています: perl-Pod-Perldoc のパッケージ: perl-Pod-Usage-1.63-3.el7.noarch
---> パッケージ perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 を インストール
---> パッケージ perl-Socket.x86_64 0:2.010-4.el7 を インストール
---> パッケージ perl-Storable.x86_64 0:2.45-3.el7 を インストール
---> パッケージ perl-Text-ParseWords.noarch 0:3.29-4.el7 を インストール
---> パッケージ perl-Time-HiRes.x86_64 4:1.9725-3.el7 を インストール
---> パッケージ perl-Time-Local.noarch 0:1.2300-2.el7 を インストール
---> パッケージ perl-constant.noarch 0:1.27-2.el7 を インストール
---> パッケージ perl-libs.x86_64 4:5.16.3-292.el7 を インストール
---> パッケージ perl-macros.x86_64 4:5.16.3-292.el7 を インストール
---> パッケージ perl-threads.x86_64 0:1.87-4.el7 を インストール
---> パッケージ perl-threads-shared.x86_64 0:1.43-6.el7 を インストール
--> トランザクションの確認を実行しています。
---> パッケージ perl-Encode.x86_64 0:2.51-7.el7 を インストール
---> パッケージ perl-IO-Compress.noarch 0:2.061-2.el7 を インストール
--> 依存性の処理をしています: perl(Compress::Raw::Zlib) >= 2.061 のパッケージ: perl-IO-Compress-2.061-2.el7.noarch
--> 依存性の処理をしています: perl(Compress::Raw::Bzip2) >= 2.061 のパッケージ: perl-IO-Compress-2.061-2.el7.noarch
---> パッケージ perl-Net-Daemon.noarch 0:0.48-5.el7 を インストール
---> パッケージ perl-Pod-Escapes.noarch 1:1.04-292.el7 を インストール
---> パッケージ perl-Pod-Perldoc.noarch 0:3.20-4.el7 を インストール
--> 依存性の処理をしています: perl(parent) のパッケージ: perl-Pod-Perldoc-3.20-4.el7.noarch
--> 依存性の処理をしています: perl(HTTP::Tiny) のパッケージ: perl-Pod-Perldoc-3.20-4.el7.noarch
---> パッケージ perl-podlators.noarch 0:2.5.1-3.el7 を インストール
--> トランザクションの確認を実行しています。
---> パッケージ perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 を インストール
---> パッケージ perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 を インストール
---> パッケージ perl-HTTP-Tiny.noarch 0:0.033-3.el7 を インストール
---> パッケージ perl-parent.noarch 1:0.225-244.el7 を インストール
--> 依存性解決を終了しました。

依存性を解決しました

================================================================================
Package アーキテクチャー
バージョン リポジトリー
容量
================================================================================
インストール中:
mariadb x86_64 1:5.5.60-1.el7_5 updates 8.9 M
mariadb-server x86_64 1:5.5.60-1.el7_5 updates 11 M
依存性関連でのインストールをします:
perl x86_64 4:5.16.3-292.el7 base 8.0 M
perl-Carp noarch 1.26-244.el7 base 19 k
perl-Compress-Raw-Bzip2 x86_64 2.061-3.el7 base 32 k
perl-Compress-Raw-Zlib x86_64 1:2.061-4.el7 base 57 k
perl-DBD-MySQL x86_64 4.023-6.el7 base 140 k
perl-DBI x86_64 1.627-4.el7 base 802 k
perl-Data-Dumper x86_64 2.145-3.el7 base 47 k
perl-Encode x86_64 2.51-7.el7 base 1.5 M
perl-Exporter noarch 5.68-3.el7 base 28 k
perl-File-Path noarch 2.09-2.el7 base 26 k
perl-File-Temp noarch 0.23.01-3.el7 base 56 k
perl-Filter x86_64 1.49-3.el7 base 76 k
perl-Getopt-Long noarch 2.40-3.el7 base 56 k
perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k
perl-IO-Compress noarch 2.061-2.el7 base 260 k
perl-Net-Daemon noarch 0.48-5.el7 base 51 k
perl-PathTools x86_64 3.40-5.el7 base 82 k
perl-PlRPC noarch 0.2020-14.el7 base 36 k
perl-Pod-Escapes noarch 1:1.04-292.el7 base 51 k
perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k
perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k
perl-Pod-Usage noarch 1.63-3.el7 base 27 k
perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k
perl-Socket x86_64 2.010-4.el7 base 49 k
perl-Storable x86_64 2.45-3.el7 base 77 k
perl-Text-ParseWords noarch 3.29-4.el7 base 14 k
perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k
perl-Time-Local noarch 1.2300-2.el7 base 24 k
perl-constant noarch 1.27-2.el7 base 19 k
perl-libs x86_64 4:5.16.3-292.el7 base 688 k
perl-macros x86_64 4:5.16.3-292.el7 base 43 k
perl-parent noarch 1:0.225-244.el7 base 12 k
perl-podlators noarch 2.5.1-3.el7 base 112 k
perl-threads x86_64 1.87-4.el7 base 49 k
perl-threads-shared x86_64 1.43-6.el7 base 39 k
依存性関連での更新をします:
mariadb-libs x86_64 1:5.5.60-1.el7_5 updates 758 k

トランザクションの要約
================================================================================
インストール 2 パッケージ (+35 個の依存関係のパッケージ)
更新 ( 1 個の依存関係のパッケージ)

総ダウンロード容量: 33 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/38): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00
(2/38): perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm | 32 kB 00:00
(3/38): mariadb-libs-5.5.60-1.el7_5.x86_64.rpm | 758 kB 00:01
(4/38): perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm | 57 kB 00:00
(5/38): perl-DBD-MySQL-4.023-6.el7.x86_64.rpm | 140 kB 00:00
(6/38): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00
(7/38): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:02
(8/38): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00
(9/38): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00
(10/38): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00
(11/38): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00
(12/38): perl-Getopt-Long-2.40-3.el7.noarch.rpm | 56 kB 00:00
(13/38): mariadb-5.5.60-1.el7_5.x86_64.rpm | 8.9 MB 00:04
(14/38): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00
(15/38): perl-DBI-1.627-4.el7.x86_64.rpm | 802 kB 00:03
(16/38): perl-Net-Daemon-0.48-5.el7.noarch.rpm | 51 kB 00:00
(17/38): perl-IO-Compress-2.061-2.el7.noarch.rpm | 260 kB 00:00
(18/38): perl-PlRPC-0.2020-14.el7.noarch.rpm | 36 kB 00:00
(19/38): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00
(20/38): perl-Pod-Escapes-1.04-292.el7.noarch.rpm | 51 kB 00:00
(21/38): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00
(22/38): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:00
(23/38): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00
(24/38): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00
(25/38): perl-Socket-2.010-4.el7.x86_64.rpm | 49 kB 00:00
(26/38): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00
(27/38): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00
(28/38): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00
(29/38): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00
(30/38): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00
(31/38): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00
(32/38): perl-macros-5.16.3-292.el7.x86_64.rpm | 43 kB 00:00
(33/38): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00
(34/38): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00
(35/38): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00
(36/38): perl-libs-5.16.3-292.el7.x86_64.rpm | 688 kB 00:00
(37/38): mariadb-server-5.5.60-1.el7_5.x86_64.rpm | 11 MB 00:06
(38/38): perl-5.16.3-292.el7.x86_64.rpm | 8.0 MB 00:07
--------------------------------------------------------------------------------
合計 4.4 MB/s | 33 MB 00:07
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
更新します : 1:mariadb-libs-5.5.60-1.el7_5.x86_64 1/39
インストール中 : 1:perl-parent-0.225-244.el7.noarch 2/39
インストール中 : perl-HTTP-Tiny-0.033-3.el7.noarch 3/39
インストール中 : perl-podlators-2.5.1-3.el7.noarch 4/39
インストール中 : perl-Pod-Perldoc-3.20-4.el7.noarch 5/39
インストール中 : 1:perl-Pod-Escapes-1.04-292.el7.noarch 6/39
インストール中 : perl-Text-ParseWords-3.29-4.el7.noarch 7/39
インストール中 : perl-Encode-2.51-7.el7.x86_64 8/39
インストール中 : perl-Pod-Usage-1.63-3.el7.noarch 9/39
インストール中 : 4:perl-macros-5.16.3-292.el7.x86_64 10/39
インストール中 : 4:perl-libs-5.16.3-292.el7.x86_64 11/39
インストール中 : perl-Storable-2.45-3.el7.x86_64 12/39
インストール中 : perl-Exporter-5.68-3.el7.noarch 13/39
インストール中 : perl-constant-1.27-2.el7.noarch 14/39
インストール中 : perl-Time-Local-1.2300-2.el7.noarch 15/39
インストール中 : perl-Socket-2.010-4.el7.x86_64 16/39
インストール中 : perl-Carp-1.26-244.el7.noarch 17/39
インストール中 : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 18/39
インストール中 : perl-PathTools-3.40-5.el7.x86_64 19/39
インストール中 : perl-Scalar-List-Utils-1.27-248.el7.x86_64 20/39
インストール中 : perl-File-Temp-0.23.01-3.el7.noarch 21/39
インストール中 : perl-File-Path-2.09-2.el7.noarch 22/39
インストール中 : perl-threads-shared-1.43-6.el7.x86_64 23/39
インストール中 : perl-threads-1.87-4.el7.x86_64 24/39
インストール中 : perl-Filter-1.49-3.el7.x86_64 25/39
インストール中 : 1:perl-Pod-Simple-3.28-4.el7.noarch 26/39
インストール中 : perl-Getopt-Long-2.40-3.el7.noarch 27/39
インストール中 : 4:perl-5.16.3-292.el7.x86_64 28/39
インストール中 : perl-Data-Dumper-2.145-3.el7.x86_64 29/39
インストール中 : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 30/39
インストール中 : perl-Net-Daemon-0.48-5.el7.noarch 31/39
インストール中 : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 32/39
インストール中 : perl-IO-Compress-2.061-2.el7.noarch 33/39
インストール中 : perl-PlRPC-0.2020-14.el7.noarch 34/39
インストール中 : perl-DBI-1.627-4.el7.x86_64 35/39
インストール中 : perl-DBD-MySQL-4.023-6.el7.x86_64 36/39
インストール中 : 1:mariadb-5.5.60-1.el7_5.x86_64 37/39
インストール中 : 1:mariadb-server-5.5.60-1.el7_5.x86_64 38/39
整理中 : 1:mariadb-libs-5.5.56-2.el7.x86_64 39/39
検証中 : perl-HTTP-Tiny-0.033-3.el7.noarch 1/39
検証中 : perl-IO-Compress-2.061-2.el7.noarch 2/39
検証中 : perl-threads-shared-1.43-6.el7.x86_64 3/39
検証中 : perl-Storable-2.45-3.el7.x86_64 4/39
検証中 : perl-DBD-MySQL-4.023-6.el7.x86_64 5/39
検証中 : perl-Exporter-5.68-3.el7.noarch 6/39
検証中 : perl-constant-1.27-2.el7.noarch 7/39
検証中 : perl-PathTools-3.40-5.el7.x86_64 8/39
検証中 : 4:perl-macros-5.16.3-292.el7.x86_64 9/39
検証中 : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 10/39
検証中 : 1:perl-parent-0.225-244.el7.noarch 11/39
検証中 : perl-Net-Daemon-0.48-5.el7.noarch 12/39
検証中 : 4:perl-5.16.3-292.el7.x86_64 13/39
検証中 : perl-File-Temp-0.23.01-3.el7.noarch 14/39
検証中 : 1:perl-Pod-Simple-3.28-4.el7.noarch 15/39
検証中 : perl-Time-Local-1.2300-2.el7.noarch 16/39
検証中 : 4:perl-libs-5.16.3-292.el7.x86_64 17/39
検証中 : perl-DBI-1.627-4.el7.x86_64 18/39
検証中 : perl-Socket-2.010-4.el7.x86_64 19/39
検証中 : perl-Encode-2.51-7.el7.x86_64 20/39
検証中 : perl-Carp-1.26-244.el7.noarch 21/39
検証中 : perl-Data-Dumper-2.145-3.el7.x86_64 22/39
検証中 : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 23/39
検証中 : perl-Scalar-List-Utils-1.27-248.el7.x86_64 24/39
検証中 : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 25/39
検証中 : 1:perl-Pod-Escapes-1.04-292.el7.noarch 26/39
検証中 : 1:mariadb-libs-5.5.60-1.el7_5.x86_64 27/39
検証中 : perl-Pod-Usage-1.63-3.el7.noarch 28/39
検証中 : perl-PlRPC-0.2020-14.el7.noarch 29/39
検証中 : 1:mariadb-server-5.5.60-1.el7_5.x86_64 30/39
検証中 : perl-Pod-Perldoc-3.20-4.el7.noarch 31/39
検証中 : perl-podlators-2.5.1-3.el7.noarch 32/39
検証中 : perl-File-Path-2.09-2.el7.noarch 33/39
検証中 : perl-threads-1.87-4.el7.x86_64 34/39
検証中 : perl-Filter-1.49-3.el7.x86_64 35/39
検証中 : perl-Getopt-Long-2.40-3.el7.noarch 36/39
検証中 : perl-Text-ParseWords-3.29-4.el7.noarch 37/39
検証中 : 1:mariadb-5.5.60-1.el7_5.x86_64 38/39
検証中 : 1:mariadb-libs-5.5.56-2.el7.x86_64 39/39

インストール:
mariadb.x86_64 1:5.5.60-1.el7_5 mariadb-server.x86_64 1:5.5.60-1.el7_5

依存性関連をインストールしました:
perl.x86_64 4:5.16.3-292.el7
perl-Carp.noarch 0:1.26-244.el7
perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7
perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7
perl-DBD-MySQL.x86_64 0:4.023-6.el7
perl-DBI.x86_64 0:1.627-4.el7
perl-Data-Dumper.x86_64 0:2.145-3.el7
perl-Encode.x86_64 0:2.51-7.el7
perl-Exporter.noarch 0:5.68-3.el7
perl-File-Path.noarch 0:2.09-2.el7
perl-File-Temp.noarch 0:0.23.01-3.el7
perl-Filter.x86_64 0:1.49-3.el7
perl-Getopt-Long.noarch 0:2.40-3.el7
perl-HTTP-Tiny.noarch 0:0.033-3.el7
perl-IO-Compress.noarch 0:2.061-2.el7
perl-Net-Daemon.noarch 0:0.48-5.el7
perl-PathTools.x86_64 0:3.40-5.el7
perl-PlRPC.noarch 0:0.2020-14.el7
perl-Pod-Escapes.noarch 1:1.04-292.el7
perl-Pod-Perldoc.noarch 0:3.20-4.el7
perl-Pod-Simple.noarch 1:3.28-4.el7
perl-Pod-Usage.noarch 0:1.63-3.el7
perl-Scalar-List-Utils.x86_64 0:1.27-248.el7
perl-Socket.x86_64 0:2.010-4.el7
perl-Storable.x86_64 0:2.45-3.el7
perl-Text-ParseWords.noarch 0:3.29-4.el7
perl-Time-HiRes.x86_64 4:1.9725-3.el7
perl-Time-Local.noarch 0:1.2300-2.el7
perl-constant.noarch 0:1.27-2.el7
perl-libs.x86_64 4:5.16.3-292.el7
perl-macros.x86_64 4:5.16.3-292.el7
perl-parent.noarch 1:0.225-244.el7
perl-podlators.noarch 0:2.5.1-3.el7
perl-threads.x86_64 0:1.87-4.el7
perl-threads-shared.x86_64 0:1.43-6.el7

依存性を更新しました:
mariadb-libs.x86_64 1:5.5.60-1.el7_5

完了しました!
[root@localhost ~]# rpm -q mariadb mariadb-server
mariadb-5.5.60-1.el7_5.x86_64
mariadb-server-5.5.60-1.el7_5.x86_64

 

2-4.データベースの起動

[root@localhost ~]# mysql -V
mysql Ver 15.1 Distrib 5.5.60-MariaDB, for Linux (x86_64) using readline 5.1
[root@localhost ~]# systemctl start mariadb
[root@localhost ~]# systemctl status mariadb
● mariadb.service - MariaDB database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled; vendor preset: disabled)
Active: active (running) since 金 2018-10-05 23:41:21 JST; 7s ago
Process: 9765 ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID (code=exited, status=0/SUCCESS)
Process: 9686 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n (code=exited, status=0/SUCCESS)
Main PID: 9764 (mysqld_safe)
CGroup: /system.slice/mariadb.service
├─9764 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
└─9926 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql...

10月 05 23:41:19 localhost.localdomain mariadb-prepare-db-dir[9686]: MySQL m...
10月 05 23:41:19 localhost.localdomain mariadb-prepare-db-dir[9686]: Please ...
10月 05 23:41:19 localhost.localdomain mariadb-prepare-db-dir[9686]: The lat...
10月 05 23:41:19 localhost.localdomain mariadb-prepare-db-dir[9686]: You can...
10月 05 23:41:19 localhost.localdomain mariadb-prepare-db-dir[9686]: http://...
10月 05 23:41:19 localhost.localdomain mariadb-prepare-db-dir[9686]: Conside...
10月 05 23:41:19 localhost.localdomain mariadb-prepare-db-dir[9686]: https:/...
10月 05 23:41:19 localhost.localdomain mysqld_safe[9764]: 181005 23:41:19 my...
10月 05 23:41:19 localhost.localdomain mysqld_safe[9764]: 181005 23:41:19 my...
10月 05 23:41:21 localhost.localdomain systemd[1]: Started MariaDB database ...
Hint: Some lines were ellipsized, use -l to show in full.

 

 

2-5.データベースの初期化

1 Database creation [Zabbix Documentation 4.0]

f:id:opensourcetech:20181005234426p:plain

[root@localhost ~]# mysql -uroot -p
Enter password:    <---何も入力せず、Enterのみ
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4
Server version: 5.5.60-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> create database zabbix character set utf8 collate utf8_bin;
Query OK, 1 row affected (0.00 sec)

MariaDB [(none)]> grant all privileges on zabbix.* to zabbix@localhost identified by 'password';
Query OK, 0 rows affected (0.00 sec)

MariaDB [(none)]> quit;
Bye

 

2-6.データベースへ初期スキーマをインポート

[root@localhost ~]# zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix
Enter password:     <---passwordと入力し、Enter

 

2-7.Zabbixサーバ用にデータベース設定を変更(/etc/zabbix/zabbix_server.conf)

125行目を、以下のように変更。

  変更前:# DBPassword=

  変更後:DBPassword=password

[root@localhost ~]# cat -n /etc/zabbix/zabbix_server.conf
1 # This is a configuration file for Zabbix server daemon
2 # To get more information about Zabbix, visit http://www.zabbix.com
3
4 ############ GENERAL PARAMETERS #################
5
6 ### Option: ListenPort
7 # Listen port for trapper.
8 #
9 # Mandatory: no
10 # Range: 1024-32767
11 # Default:
12 # ListenPort=10051
13
14 ### Option: SourceIP
15 # Source IP address for outgoing connections.
16 #
17 # Mandatory: no
18 # Default:
19 # SourceIP=
20
21 ### Option: LogType
22 # Specifies where log messages are written to:
23 # system - syslog
24 # file - file specified with LogFile parameter
25 # console - standard output
26 #
27 # Mandatory: no
28 # Default:
29 # LogType=file
30
31 ### Option: LogFile
32 # Log file name for LogType 'file' parameter.
33 #
34 # Mandatory: yes, if LogType is set to file, otherwise no
35 # Default:
36 # LogFile=
37
38 LogFile=/var/log/zabbix/zabbix_server.log
39
40 ### Option: LogFileSize
41 # Maximum size of log file in MB.
42 # 0 - disable automatic log rotation.
43 #
44 # Mandatory: no
45 # Range: 0-1024
46 # Default:
47 # LogFileSize=1
48
49 LogFileSize=0
50
51 ### Option: DebugLevel
52 # Specifies debug level:
53 # 0 - basic information about starting and stopping of Zabbix processes
54 # 1 - critical information
55 # 2 - error information
56 # 3 - warnings
57 # 4 - for debugging (produces lots of information)
58 # 5 - extended debugging (produces even more information)
59 #
60 # Mandatory: no
61 # Range: 0-5
62 # Default:
63 # DebugLevel=3
64
65 ### Option: PidFile
66 # Name of PID file.
67 #
68 # Mandatory: no
69 # Default:
70 # PidFile=/tmp/zabbix_server.pid
71
72 PidFile=/var/run/zabbix/zabbix_server.pid
73
74 ### Option: SocketDir
75 # IPC socket directory.
76 # Directory to store IPC sockets used by internal Zabbix services.
77 #
78 # Mandatory: no
79 # Default:
80 # SocketDir=/tmp
81
82 SocketDir=/var/run/zabbix
83
84 ### Option: DBHost
85 # Database host name.
86 # If set to localhost, socket is used for MySQL.
87 # If set to empty string, socket is used for PostgreSQL.
88 #
89 # Mandatory: no
90 # Default:
91 # DBHost=localhost
92
93 ### Option: DBName
94 # Database name.
95 # For SQLite3 path to database file must be provided. DBUser and DBPassword are ignored.
96 #
97 # Mandatory: yes
98 # Default:
99 # DBName=
100
101 DBName=zabbix
102
103 ### Option: DBSchema
104 # Schema name. Used for IBM DB2 and PostgreSQL.
105 #
106 # Mandatory: no
107 # Default:
108 # DBSchema=
109
110 ### Option: DBUser
111 # Database user. Ignored for SQLite.
112 #
113 # Mandatory: no
114 # Default:
115 # DBUser=
116
117 DBUser=zabbix
118
119 ### Option: DBPassword
120 # Database password. Ignored for SQLite.
121 # Comment this line if no password is used.
122 #
123 # Mandatory: no
124 # Default:
125 DBPassword=password
126
127 ### Option: DBSocket
128 # Path to MySQL socket.
129 #
130 # Mandatory: no
131 # Default:
132 # DBSocket=
133
134 ### Option: DBPort
135 # Database port when not using local socket. Ignored for SQLite.
136 #
137 # Mandatory: no
138 # Range: 1024-65535
139 # Default:
140 # DBPort=
141
142 ### Option: HistoryStorageURL
143 # History storage HTTP[S] URL.
144 #
145 # Mandatory: no
146 # Default:
147 # HistoryStorageURL=
148
149 ### Option: HistoryStorageTypes
150 # Comma separated list of value types to be sent to the history storage.
151 #
152 # Mandatory: no
153 # Default:
154 # HistoryStorageTypes=uint,dbl,str,log,text
155
156 ### Option: HistoryStorageDateIndex
157 # Enable preprocessing of history values in history storage to store values in different indices based on date.
158 # 0 - disable
159 # 1 - enable
160 #
161 # Mandatory: no
162 # Default:
163 # HistoryStorageDateIndex=0
164
165 ### Option: ExportDir
166 # Directory for real time export of events, history and trends in newline delimited JSON format.
167 # If set, enables real time export.
168 #
169 # Mandatory: no
170 # Default:
171 # ExportDir=
172
173 ### Option: ExportFileSize
174 # Maximum size per export file in bytes.
175 # Only used for rotation if ExportDir is set.
176 #
177 # Mandatory: no
178 # Range: 1M-1G
179 # Default:
180 # ExportFileSize=1G
181
182 ############ ADVANCED PARAMETERS ################
183
184 ### Option: StartPollers
185 # Number of pre-forked instances of pollers.
186 #
187 # Mandatory: no
188 # Range: 0-1000
189 # Default:
190 # StartPollers=5
191
192 ### Option: StartIPMIPollers
193 # Number of pre-forked instances of IPMI pollers.
194 # The IPMI manager process is automatically started when at least one IPMI poller is started.
195 #
196 # Mandatory: no
197 # Range: 0-1000
198 # Default:
199 # StartIPMIPollers=0
200
201 ### Option: StartPreprocessors
202 # Number of pre-forked instances of preprocessing workers.
203 # The preprocessing manager process is automatically started when preprocessor worker is started.
204 #
205 # Mandatory: no
206 # Range: 1-1000
207 # Default:
208 # StartPreprocessors=3
209
210 ### Option: StartPollersUnreachable
211 # Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
212 # At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
213 # are started.
214 #
215 # Mandatory: no
216 # Range: 0-1000
217 # Default:
218 # StartPollersUnreachable=1
219
220 ### Option: StartTrappers
221 # Number of pre-forked instances of trappers.
222 # Trappers accept incoming connections from Zabbix sender, active agents and active proxies.
223 # At least one trapper process must be running to display server availability and view queue
224 # in the frontend.
225 #
226 # Mandatory: no
227 # Range: 0-1000
228 # Default:
229 # StartTrappers=5
230
231 ### Option: StartPingers
232 # Number of pre-forked instances of ICMP pingers.
233 #
234 # Mandatory: no
235 # Range: 0-1000
236 # Default:
237 # StartPingers=1
238
239 ### Option: StartDiscoverers
240 # Number of pre-forked instances of discoverers.
241 #
242 # Mandatory: no
243 # Range: 0-250
244 # Default:
245 # StartDiscoverers=1
246
247 ### Option: StartHTTPPollers
248 # Number of pre-forked instances of HTTP pollers.
249 #
250 # Mandatory: no
251 # Range: 0-1000
252 # Default:
253 # StartHTTPPollers=1
254
255 ### Option: StartTimers
256 # Number of pre-forked instances of timers.
257 # Timers process maintenance periods.
258 # Only the first timer process handles host maintenance updates. Problem suppression updates are shared.
259 # between all timers.
260 #
261 # Mandatory: no
262 # Range: 1-1000
263 # Default:
264 # StartTimers=1
265
266 ### Option: StartEscalators
267 # Number of pre-forked instances of escalators.
268 #
269 # Mandatory: no
270 # Range: 0-100
271 # Default:
272 # StartEscalators=1
273
274 ### Option: StartAlerters
275 # Number of pre-forked instances of alerters.
276 # Alerters send the notifications created by action operations.
277 #
278 # Mandatory: no
279 # Range: 0-100
280 # Default:
281 # StartAlerters=3
282
283 ### Option: JavaGateway
284 # IP address (or hostname) of Zabbix Java gateway.
285 # Only required if Java pollers are started.
286 #
287 # Mandatory: no
288 # Default:
289 # JavaGateway=
290
291 ### Option: JavaGatewayPort
292 # Port that Zabbix Java gateway listens on.
293 #
294 # Mandatory: no
295 # Range: 1024-32767
296 # Default:
297 # JavaGatewayPort=10052
298
299 ### Option: StartJavaPollers
300 # Number of pre-forked instances of Java pollers.
301 #
302 # Mandatory: no
303 # Range: 0-1000
304 # Default:
305 # StartJavaPollers=0
306
307 ### Option: StartVMwareCollectors
308 # Number of pre-forked vmware collector instances.
309 #
310 # Mandatory: no
311 # Range: 0-250
312 # Default:
313 # StartVMwareCollectors=0
314
315 ### Option: VMwareFrequency
316 # How often Zabbix will connect to VMware service to obtain a new data.
317 #
318 # Mandatory: no
319 # Range: 10-86400
320 # Default:
321 # VMwareFrequency=60
322
323 ### Option: VMwarePerfFrequency
324 # How often Zabbix will connect to VMware service to obtain performance data.
325 #
326 # Mandatory: no
327 # Range: 10-86400
328 # Default:
329 # VMwarePerfFrequency=60
330
331 ### Option: VMwareCacheSize
332 # Size of VMware cache, in bytes.
333 # Shared memory size for storing VMware data.
334 # Only used if VMware collectors are started.
335 #
336 # Mandatory: no
337 # Range: 256K-2G
338 # Default:
339 # VMwareCacheSize=8M
340
341 ### Option: VMwareTimeout
342 # Specifies how many seconds vmware collector waits for response from VMware service.
343 #
344 # Mandatory: no
345 # Range: 1-300
346 # Default:
347 # VMwareTimeout=10
348
349 ### Option: SNMPTrapperFile
350 # Temporary file used for passing data from SNMP trap daemon to the server.
351 # Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
352 #
353 # Mandatory: no
354 # Default:
355 # SNMPTrapperFile=/tmp/zabbix_traps.tmp
356
357 SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
358
359 ### Option: StartSNMPTrapper
360 # If 1, SNMP trapper process is started.
361 #
362 # Mandatory: no
363 # Range: 0-1
364 # Default:
365 # StartSNMPTrapper=0
366
367 ### Option: ListenIP
368 # List of comma delimited IP addresses that the trapper should listen on.
369 # Trapper will listen on all network interfaces if this parameter is missing.
370 #
371 # Mandatory: no
372 # Default:
373 # ListenIP=0.0.0.0
374
375 # ListenIP=127.0.0.1
376
377 ### Option: HousekeepingFrequency
378 # How often Zabbix will perform housekeeping procedure (in hours).
379 # Housekeeping is removing outdated information from the database.
380 # To prevent Housekeeper from being overloaded, no more than 4 times HousekeepingFrequency
381 # hours of outdated information are deleted in one housekeeping cycle, for each item.
382 # To lower load on server startup housekeeping is postponed for 30 minutes after server start.
383 # With HousekeepingFrequency=0 the housekeeper can be only executed using the runtime control option.
384 # In this case the period of outdated information deleted in one housekeeping cycle is 4 times the
385 # period since the last housekeeping cycle, but not less than 4 hours and not greater than 4 days.
386 #
387 # Mandatory: no
388 # Range: 0-24
389 # Default:
390 # HousekeepingFrequency=1
391
392 ### Option: MaxHousekeeperDelete
393 # The table "housekeeper" contains "tasks" for housekeeping procedure in the format:
394 # [housekeeperid], [tablename], [field], [value].
395 # No more than 'MaxHousekeeperDelete' rows (corresponding to [tablename], [field], [value])
396 # will be deleted per one task in one housekeeping cycle.
397 # SQLite3 does not use this parameter, deletes all corresponding rows without a limit.
398 # If set to 0 then no limit is used at all. In this case you must know what you are doing!
399 #
400 # Mandatory: no
401 # Range: 0-1000000
402 # Default:
403 # MaxHousekeeperDelete=5000
404
405 ### Option: CacheSize
406 # Size of configuration cache, in bytes.
407 # Shared memory size for storing host, item and trigger data.
408 #
409 # Mandatory: no
410 # Range: 128K-8G
411 # Default:
412 # CacheSize=8M
413
414 ### Option: CacheUpdateFrequency
415 # How often Zabbix will perform update of configuration cache, in seconds.
416 #
417 # Mandatory: no
418 # Range: 1-3600
419 # Default:
420 # CacheUpdateFrequency=60
421
422 ### Option: StartDBSyncers
423 # Number of pre-forked instances of DB Syncers.
424 #
425 # Mandatory: no
426 # Range: 1-100
427 # Default:
428 # StartDBSyncers=4
429
430 ### Option: HistoryCacheSize
431 # Size of history cache, in bytes.
432 # Shared memory size for storing history data.
433 #
434 # Mandatory: no
435 # Range: 128K-2G
436 # Default:
437 # HistoryCacheSize=16M
438
439 ### Option: HistoryIndexCacheSize
440 # Size of history index cache, in bytes.
441 # Shared memory size for indexing history cache.
442 #
443 # Mandatory: no
444 # Range: 128K-2G
445 # Default:
446 # HistoryIndexCacheSize=4M
447
448 ### Option: TrendCacheSize
449 # Size of trend cache, in bytes.
450 # Shared memory size for storing trends data.
451 #
452 # Mandatory: no
453 # Range: 128K-2G
454 # Default:
455 # TrendCacheSize=4M
456
457 ### Option: ValueCacheSize
458 # Size of history value cache, in bytes.
459 # Shared memory size for caching item history data requests.
460 # Setting to 0 disables value cache.
461 #
462 # Mandatory: no
463 # Range: 0,128K-64G
464 # Default:
465 # ValueCacheSize=8M
466
467 ### Option: Timeout
468 # Specifies how long we wait for agent, SNMP device or external check (in seconds).
469 #
470 # Mandatory: no
471 # Range: 1-30
472 # Default:
473 # Timeout=3
474
475 Timeout=4
476
477 ### Option: TrapperTimeout
478 # Specifies how many seconds trapper may spend processing new data.
479 #
480 # Mandatory: no
481 # Range: 1-300
482 # Default:
483 # TrapperTimeout=300
484
485 ### Option: UnreachablePeriod
486 # After how many seconds of unreachability treat a host as unavailable.
487 #
488 # Mandatory: no
489 # Range: 1-3600
490 # Default:
491 # UnreachablePeriod=45
492
493 ### Option: UnavailableDelay
494 # How often host is checked for availability during the unavailability period, in seconds.
495 #
496 # Mandatory: no
497 # Range: 1-3600
498 # Default:
499 # UnavailableDelay=60
500
501 ### Option: UnreachableDelay
502 # How often host is checked for availability during the unreachability period, in seconds.
503 #
504 # Mandatory: no
505 # Range: 1-3600
506 # Default:
507 # UnreachableDelay=15
508
509 ### Option: AlertScriptsPath
510 # Full path to location of custom alert scripts.
511 # Default depends on compilation options.
512 # To see the default path run command "zabbix_server --help".
513 #
514 # Mandatory: no
515 # Default:
516 # AlertScriptsPath=${datadir}/zabbix/alertscripts
517
518 AlertScriptsPath=/usr/lib/zabbix/alertscripts
519
520 ### Option: ExternalScripts
521 # Full path to location of external scripts.
522 # Default depends on compilation options.
523 # To see the default path run command "zabbix_server --help".
524 #
525 # Mandatory: no
526 # Default:
527 # ExternalScripts=${datadir}/zabbix/externalscripts
528
529 ExternalScripts=/usr/lib/zabbix/externalscripts
530
531 ### Option: FpingLocation
532 # Location of fping.
533 # Make sure that fping binary has root ownership and SUID flag set.
534 #
535 # Mandatory: no
536 # Default:
537 # FpingLocation=/usr/sbin/fping
538
539 ### Option: Fping6Location
540 # Location of fping6.
541 # Make sure that fping6 binary has root ownership and SUID flag set.
542 # Make empty if your fping utility is capable to process IPv6 addresses.
543 #
544 # Mandatory: no
545 # Default:
546 # Fping6Location=/usr/sbin/fping6
547
548 ### Option: SSHKeyLocation
549 # Location of public and private keys for SSH checks and actions.
550 #
551 # Mandatory: no
552 # Default:
553 # SSHKeyLocation=
554
555 ### Option: LogSlowQueries
556 # How long a database query may take before being logged (in milliseconds).
557 # Only works if DebugLevel set to 3, 4 or 5.
558 # 0 - don't log slow queries.
559 #
560 # Mandatory: no
561 # Range: 1-3600000
562 # Default:
563 # LogSlowQueries=0
564
565 LogSlowQueries=3000
566
567 ### Option: TmpDir
568 # Temporary directory.
569 #
570 # Mandatory: no
571 # Default:
572 # TmpDir=/tmp
573
574 ### Option: StartProxyPollers
575 # Number of pre-forked instances of pollers for passive proxies.
576 #
577 # Mandatory: no
578 # Range: 0-250
579 # Default:
580 # StartProxyPollers=1
581
582 ### Option: ProxyConfigFrequency
583 # How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.
584 # This parameter is used only for proxies in the passive mode.
585 #
586 # Mandatory: no
587 # Range: 1-3600*24*7
588 # Default:
589 # ProxyConfigFrequency=3600
590
591 ### Option: ProxyDataFrequency
592 # How often Zabbix Server requests history data from a Zabbix Proxy in seconds.
593 # This parameter is used only for proxies in the passive mode.
594 #
595 # Mandatory: no
596 # Range: 1-3600
597 # Default:
598 # ProxyDataFrequency=1
599
600 ### Option: AllowRoot
601 # Allow the server to run as 'root'. If disabled and the server is started by 'root', the server
602 # will try to switch to the user specified by the User configuration option instead.
603 # Has no effect if started under a regular user.
604 # 0 - do not allow
605 # 1 - allow
606 #
607 # Mandatory: no
608 # Default:
609 # AllowRoot=0
610
611 ### Option: User
612 # Drop privileges to a specific, existing user on the system.
613 # Only has effect if run as 'root' and AllowRoot is disabled.
614 #
615 # Mandatory: no
616 # Default:
617 # User=zabbix
618
619 ### Option: Include
620 # You may include individual files or all files in a directory in the configuration file.
621 # Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
622 #
623 # Mandatory: no
624 # Default:
625 # Include=
626
627 # Include=/usr/local/etc/zabbix_server.general.conf
628 # Include=/usr/local/etc/zabbix_server.conf.d/
629 # Include=/usr/local/etc/zabbix_server.conf.d/*.conf
630
631 ### Option: SSLCertLocation
632 # Location of SSL client certificates.
633 # This parameter is used only in web monitoring.
634 # Default depends on compilation options.
635 # To see the default path run command "zabbix_server --help".
636 #
637 # Mandatory: no
638 # Default:
639 # SSLCertLocation=${datadir}/zabbix/ssl/certs
640
641 ### Option: SSLKeyLocation
642 # Location of private keys for SSL client certificates.
643 # This parameter is used only in web monitoring.
644 # Default depends on compilation options.
645 # To see the default path run command "zabbix_server --help".
646 #
647 # Mandatory: no
648 # Default:
649 # SSLKeyLocation=${datadir}/zabbix/ssl/keys
650
651 ### Option: SSLCALocation
652 # Override the location of certificate authority (CA) files for SSL server certificate verification.
653 # If not set, system-wide directory will be used.
654 # This parameter is used only in web monitoring and SMTP authentication.
655 #
656 # Mandatory: no
657 # Default:
658 # SSLCALocation=
659
660 ####### LOADABLE MODULES #######
661
662 ### Option: LoadModulePath
663 # Full path to location of server modules.
664 # Default depends on compilation options.
665 # To see the default path run command "zabbix_server --help".
666 #
667 # Mandatory: no
668 # Default:
669 # LoadModulePath=${libdir}/modules
670
671 ### Option: LoadModule
672 # Module to load at server startup. Modules are used to extend functionality of the server.
673 # Format: LoadModule=<module.so>
674 # The modules must be located in directory specified by LoadModulePath.
675 # It is allowed to include multiple LoadModule parameters.
676 #
677 # Mandatory: no
678 # Default:
679 # LoadModule=
680
681 ####### TLS-RELATED PARAMETERS #######
682
683 ### Option: TLSCAFile
684 # Full pathname of a file containing the top-level CA(s) certificates for
685 # peer certificate verification.
686 #
687 # Mandatory: no
688 # Default:
689 # TLSCAFile=
690
691 ### Option: TLSCRLFile
692 # Full pathname of a file containing revoked certificates.
693 #
694 # Mandatory: no
695 # Default:
696 # TLSCRLFile=
697
698 ### Option: TLSCertFile
699 # Full pathname of a file containing the server certificate or certificate chain.
700 #
701 # Mandatory: no
702 # Default:
703 # TLSCertFile=
704
705 ### Option: TLSKeyFile
706 # Full pathname of a file containing the server private key.
707 #
708 # Mandatory: no
709 # Default:
710 # TLSKeyFile=

 

 2-8.Zabbixフロントエンドに使うPHPの設定を変更(/etc/httpd/conf.d/zabbix.conf)

20行目を、以下のように変更。

  変更前:# php_value date.timezone Europe/Riga

  変更後:php_value date.timezone Asia/Tokyo

[root@localhost ~]# vi /etc/httpd/conf.d/zabbix.conf
[root@localhost ~]# cat -n /etc/httpd/conf.d/zabbix.conf
1 #
2 # Zabbix monitoring system php web frontend
3 #
4
5 Alias /zabbix /usr/share/zabbix
6
7 <Directory "/usr/share/zabbix">
8 Options FollowSymLinks
9 AllowOverride None
10 Require all granted
11
12 <IfModule mod_php5.c>
13 php_value max_execution_time 300
14 php_value memory_limit 128M
15 php_value post_max_size 16M
16 php_value upload_max_filesize 2M
17 php_value max_input_time 300
18 php_value max_input_vars 10000
19 php_value always_populate_raw_post_data -1
20 php_value date.timezone Asia/Tokyo
21 </IfModule>
22 </Directory>
23
24 <Directory "/usr/share/zabbix/conf">
25 Require all denied
26 </Directory>
27
28 <Directory "/usr/share/zabbix/app">
29 Require all denied
30 </Directory>
31
32 <Directory "/usr/share/zabbix/include">
33 Require all denied
34 </Directory>
35
36 <Directory "/usr/share/zabbix/local">
37 Require all denied
38 </Directory>

 

 2-9.サービスの再起動/起動

[root@localhost ~]# systemctl restart mariadb
[root@localhost ~]# systemctl start zabbix-server zabbix-agent httpd
[root@localhost ~]# systemctl status zabbix-server zabbix-agent httpd
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; disabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since 土 2018-10-06 00:11:55 JST; 8s ago
Process: 10337 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 10272 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 10283 (code=exited, status=0/SUCCESS)

10月 06 00:11:55 localhost.localdomain systemd[1]: zabbix-server.service: co...
10月 06 00:11:55 localhost.localdomain systemd[1]: Unit zabbix-server.servic...
10月 06 00:11:55 localhost.localdomain systemd[1]: zabbix-server.service fai...

● zabbix-agent.service - Zabbix Agent
Loaded: loaded (/usr/lib/systemd/system/zabbix-agent.service; disabled; vendor preset: disabled)
Active: active (running) since 土 2018-10-06 00:11:55 JST; 9s ago
Process: 10273 ExecStart=/usr/sbin/zabbix_agentd -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 10276 (zabbix_agentd)
CGroup: /system.slice/zabbix-agent.service
├─10276 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
├─10278 /usr/sbin/zabbix_agentd: collector [idle 1 sec]
├─10279 /usr/sbin/zabbix_agentd: listener #1 [waiting for connecti...
├─10280 /usr/sbin/zabbix_agentd: listener #2 [waiting for connecti...
├─10281 /usr/sbin/zabbix_agentd: listener #3 [waiting for connecti...
└─10282 /usr/sbin/zabbix_agentd: active checks #1 [idle 1 sec]

10月 06 00:11:55 localhost.localdomain systemd[1]: Starting Zabbix Agent...
10月 06 00:11:55 localhost.localdomain systemd[1]: PID file /run/zabbix/zabb...
10月 06 00:11:55 localhost.localdomain systemd[1]: Started Zabbix Agent.

● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: active (running) since 土 2018-10-06 00:11:55 JST; 8s ago
Docs: man:httpd(8)
man:apachectl(8)
Main PID: 10274 (httpd)
Status: "Processing requests..."
CGroup: /system.slice/httpd.service
├─10274 /usr/sbin/httpd -DFOREGROUND
├─10339 /usr/sbin/httpd -DFOREGROUND
├─10340 /usr/sbin/httpd -DFOREGROUND
├─10341 /usr/sbin/httpd -DFOREGROUND
├─10342 /usr/sbin/httpd -DFOREGROUND
└─10343 /usr/sbin/httpd -DFOREGROUND

10月 06 00:11:55 localhost.localdomain systemd[1]: Starting The Apache HTTP ...
10月 06 00:11:55 localhost.localdomain httpd[10274]: AH00558: httpd: Could n...
10月 06 00:11:55 localhost.localdomain systemd[1]: Started The Apache HTTP S...
Hint: Some lines were ellipsized, use -l to show in full.

 

 2-10.サービスの自動起動設定

[root@localhost ~]# systemctl enable mariadb zabbix-server zabbix-agent httpd
Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/zabbix-server.service to /usr/lib/systemd/system/zabbix-server.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/zabbix-agent.service to /usr/lib/systemd/system/zabbix-agent.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
[root@localhost ~]# systemctl is-enabled mariadb zabbix-server zabbix-agent httpd
enabled
enabled
enabled
enabled

 

2-11.firewalldの設定

httpdサービスへのアクセスを許可します。

[root@localhost ~]# systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
Active: active (running) since 金 2018-10-05 22:19:31 JST; 2h 1min ago
Docs: man:firewalld(1)
Main PID: 643 (firewalld)
CGroup: /system.slice/firewalld.service
└─643 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid

10月 05 22:19:30 localhost.localdomain systemd[1]: Starting firewalld - dyna...
10月 05 22:19:31 localhost.localdomain systemd[1]: Started firewalld - dynam...
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]# firewall-cmd --list-services --zone=public --permanent
ssh dhcpv6-client
[root@localhost ~]# firewall-cmd --add-service=http --zone=public --permanent
success
[root@localhost ~]# firewall-cmd --list-services --zone=public --permanent
ssh dhcpv6-client http
[root@localhost ~]# firewall-cmd --add-port=10051/tcp --zone=public --permanent
success
[root@localhost ~]# firewall-cmd --list-ports --zone=public --permanent
10051/tcp

 

 

3.Zabbixフロントエンドの設定

http://サーバのIP/zabbix へアクセスして設定を行います。

https://www.zabbix.com/documentation/4.0/manual/installation/install#installing_frontend

f:id:opensourcetech:20181006001857p:plain

 

3-1.Next stepをクリック

f:id:opensourcetech:20181006002548p:plain

 

3-2. 要件の確認

全項目OKなら、大丈夫です。

OKにならないものがあるようであれば、設定などを見直します。

f:id:opensourcetech:20181006003219p:plain

f:id:opensourcetech:20181006003222p:plain

f:id:opensourcetech:20181006003224p:plain

 

3-3. データベースとの接続設定

ここでは、手順2.6で設定したパスワードを、Password欄に追加します。

f:id:opensourcetech:20181006003544p:plain

 

3-4. Zabbixサーバの詳細

ここでは、Name欄を追加します。

f:id:opensourcetech:20181006003911p:plain

 

3-5. 設定内容のサマリー確認

f:id:opensourcetech:20181006004056p:plain

 

3-6. 設定完了

f:id:opensourcetech:20181006004315p:plain

/etc/zabbix/web/zabbix.conf.phpを作成したとあるので、一応確認しておきます。

内容を見えると、このステップで設定したものが書かれています。

[root@localhost ~]# cat -n /etc/zabbix/web/zabbix.conf.php
1 <?php
2 // Zabbix GUI configuration file.
3 global $DB;
4
5 $DB['TYPE'] = 'MYSQL';
6 $DB['SERVER'] = 'localhost';
7 $DB['PORT'] = '0';
8 $DB['DATABASE'] = 'zabbix';
9 $DB['USER'] = 'zabbix';
10 $DB['PASSWORD'] = 'password';
11
12 // Schema name. Used for IBM DB2 and PostgreSQL.
13 $DB['SCHEMA'] = '';
14
15 $ZBX_SERVER = 'localhost';
16 $ZBX_SERVER_PORT = '10051';
17 $ZBX_SERVER_NAME = 'Zabbix 4.0 LTS First';
18
19 $IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;

 

 

 

4.Zabbixを使ってみる

Zabbixへログインします。

使用するアカウントは、Username:Admin、Password:zabbixです。

https://www.zabbix.com/documentation/4.0/manual/quickstart/login

f:id:opensourcetech:20181006004716p:plain

f:id:opensourcetech:20181006004857p:plain

ログイン出来ました。

f:id:opensourcetech:20181006005023p:plain

 

あとは、以下のページを参考にユーザ管理を実施していきます。

https://www.zabbix.com/documentation/4.0/manual/quickstart/login

f:id:opensourcetech:20181006005507p:plain

f:id:opensourcetech:20181006005524p:plain

 

また、デバイス登録・監視テンプレート・障害通知のカスタマイズなど運用に必要なものは、日本Zabbixユーザー会のサイトが参考になります。

機能 | 日本Zabbixユーザー会

f:id:opensourcetech:20181006005619p:plain

 

認定資格もあるようです。

Zabbix公式トレーニングプログラム/認定資格

f:id:opensourcetech:20181006005845p:plain

 

 

 

www.slideshare.net

github.com

www.facebook.com

twitter.com

www.instagram.com

 

 

にほんブログ村 IT技術ブログ Linuxへ
Linux

にほんブログ村 IT技術ブログ オープンソースへ
オープンソース

 

 

Opensourcetech by Takahiro Kujirai