統合監視ツール ZabbixをCentOS 7にインストールしてみました。
Zabbixオフィシャル日本語サイト
http://www.zabbix.com/jp/
ZABBIX-JP | Japanese Zabbix Community
http://www.zabbix.jp/
まず、必要なapache,php,mariaDBをインストールします。
テスト環境は
・CentOS Linux release 7.2.1511 (Core)
・Kernel 3.10.0-229.4.2.el7.x86_64
・最小インストール
・Zabbix 2.4
です。
- apache
- php
- mariaDB Server
- phpのTimeZone
- Apache,mariaDB自動起動の設定
- Apache,mariaDB起動
- mariaDB初期設定
- Firewallの設定
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
[root@host01 ~]# yum info httpd 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.tsukuba.wide.ad.jp * extras: ftp.tsukuba.wide.ad.jp * updates: ftp.tsukuba.wide.ad.jp 利用可能なパッケージ 名前 : httpd アーキテクチャー : x86_64 バージョン : 2.4.6 リリース : 40.el7.centos 容量 : 2.7 M リポジトリー : base/7/x86_64 要約 : Apache HTTP Server URL : http://httpd.apache.org/ ライセンス : ASL 2.0 説明 : The Apache HTTP Server is a powerful, efficient, and : extensible web server. [root@host01 ~]# yum -y install httpd 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.tsukuba.wide.ad.jp * extras: ftp.tsukuba.wide.ad.jp * updates: ftp.tsukuba.wide.ad.jp 依存性の解決をしています --> トランザクションの確認を実行しています。 ---> パッケージ httpd.x86_64 0:2.4.6-40.el7.centos を インストール --> 依存性の処理をしています: httpd-tools = 2.4.6-40.el7.centos のパッケージ: httpd-2.4.6-40.el7.centos.x86_64 --> 依存性の処理をしています: /etc/mime.types のパッケージ: httpd-2.4.6-40.el7.centos.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ httpd-tools.x86_64 0:2.4.6-40.el7.centos を インストール ---> パッケージ mailcap.noarch 0:2.1.41-2.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================ Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================ インストール中: httpd x86_64 2.4.6-40.el7.centos base 2.7 M 依存性関連でのインストールをします: httpd-tools x86_64 2.4.6-40.el7.centos base 82 k mailcap noarch 2.1.41-2.el7 base 31 k トランザクションの要約 ================================================================================ インストール 1 パッケージ (+2 個の依存関係のパッケージ) 総ダウンロード容量: 2.8 M インストール容量: 9.6 M Downloading packages: (1/3): httpd-tools-2.4.6-40.el7.centos.x86_64.rpm | 82 kB 00:00 (2/3): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:02 (3/3): httpd-2.4.6-40.el7.centos.x86_64.rpm | 2.7 MB 00:02 -------------------------------------------------------------------------------- 合計 980 kB/s | 2.8 MB 00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction インストール中 : httpd-tools-2.4.6-40.el7.centos.x86_64 1/3 インストール中 : mailcap-2.1.41-2.el7.noarch 2/3 インストール中 : httpd-2.4.6-40.el7.centos.x86_64 3/3 検証中 : httpd-2.4.6-40.el7.centos.x86_64 1/3 検証中 : mailcap-2.1.41-2.el7.noarch 2/3 検証中 : httpd-tools-2.4.6-40.el7.centos.x86_64 3/3 インストール: httpd.x86_64 0:2.4.6-40.el7.centos 依存性関連をインストールしました: httpd-tools.x86_64 0:2.4.6-40.el7.centos mailcap.noarch 0:2.1.41-2.el7 完了しました! |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
[root@host01 ~]# yum info php 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.tsukuba.wide.ad.jp * extras: ftp.tsukuba.wide.ad.jp * updates: ftp.tsukuba.wide.ad.jp 利用可能なパッケージ 名前 : php アーキテクチャー : x86_64 バージョン : 5.4.16 リリース : 36.el7_1 容量 : 1.4 M リポジトリー : base/7/x86_64 要約 : PHP scripting language for creating dynamic web sites URL : http://www.php.net/ ライセンス : PHP and Zend and BSD 説明 : PHP is an HTML-embedded scripting language. PHP attempts : to make it easy for developers to write dynamically : generated web pages. PHP also offers built-in database : integration for several commercial and non-commercial : database management systems, so writing a database-enabled : webpage with PHP is fairly simple. The most common use of : PHP coding is probably as a replacement for CGI scripts. : : The php package contains the module (often referred to as : mod_php) which adds support for the PHP language to Apache : HTTP Server. [root@host01 ~]# yum -y install php 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.tsukuba.wide.ad.jp * extras: ftp.tsukuba.wide.ad.jp * updates: ftp.tsukuba.wide.ad.jp 依存性の解決をしています --> トランザクションの確認を実行しています。 ---> パッケージ php.x86_64 0:5.4.16-36.el7_1 を インストール --> 依存性の処理をしています: php-common(x86-64) = 5.4.16-36.el7_1 のパッケージ: php-5.4.16-36.el7_1.x86_64 --> 依存性の処理をしています: php-cli(x86-64) = 5.4.16-36.el7_1 のパッケージ: php-5.4.16-36.el7_1.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ php-cli.x86_64 0:5.4.16-36.el7_1 を インストール ---> パッケージ php-common.x86_64 0:5.4.16-36.el7_1 を インストール --> 依存性の処理をしています: libzip.so.2()(64bit) のパッケージ: php-common-5.4.16-36.el7_1.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ libzip.x86_64 0:0.10.1-8.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================ Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================ インストール中: php x86_64 5.4.16-36.el7_1 base 1.4 M 依存性関連でのインストールをします: libzip x86_64 0.10.1-8.el7 base 48 k php-cli x86_64 5.4.16-36.el7_1 base 2.7 M php-common x86_64 5.4.16-36.el7_1 base 563 k トランザクションの要約 ================================================================================ インストール 1 パッケージ (+3 個の依存関係のパッケージ) 総ダウンロード容量: 4.7 M インストール容量: 17 M Downloading packages: (1/4): libzip-0.10.1-8.el7.x86_64.rpm | 48 kB 00:00 (2/4): php-common-5.4.16-36.el7_1.x86_64.rpm | 563 kB 00:00 (3/4): php-cli-5.4.16-36.el7_1.x86_64.rpm | 2.7 MB 00:00 (4/4): php-5.4.16-36.el7_1.x86_64.rpm | 1.4 MB 00:00 -------------------------------------------------------------------------------- 合計 12 MB/s | 4.7 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction インストール中 : libzip-0.10.1-8.el7.x86_64 1/4 インストール中 : php-common-5.4.16-36.el7_1.x86_64 2/4 インストール中 : php-cli-5.4.16-36.el7_1.x86_64 3/4 インストール中 : php-5.4.16-36.el7_1.x86_64 4/4 検証中 : php-5.4.16-36.el7_1.x86_64 1/4 検証中 : php-cli-5.4.16-36.el7_1.x86_64 2/4 検証中 : libzip-0.10.1-8.el7.x86_64 3/4 検証中 : php-common-5.4.16-36.el7_1.x86_64 4/4 インストール: php.x86_64 0:5.4.16-36.el7_1 依存性関連をインストールしました: libzip.x86_64 0:0.10.1-8.el7 php-cli.x86_64 0:5.4.16-36.el7_1 php-common.x86_64 0:5.4.16-36.el7_1 完了しました! |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 |
[root@host01 ~]# yum info mariadb-server 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: www.ftp.ne.jp * extras: www.ftp.ne.jp * updates: www.ftp.ne.jp 利用可能なパッケージ 名前 : mariadb-server アーキテクチャー : x86_64 エポック : 1 バージョン : 5.5.44 リリース : 2.el7.centos 容量 : 11 M リポジトリー : base/7/x86_64 要約 : The MariaDB server and related files URL : http://mariadb.org ライセンス : GPLv2 with exceptions and LGPLv2 and BSD 説明 : MariaDB is a multi-user, multi-threaded SQL database : server. It is a client/server implementation consisting of : a server daemon (mysqld) and many different client : programs and libraries. This package contains the MariaDB : server and some accompanying files and directories. : MariaDB is a community developed branch of MySQL. [root@host01 ~]# yum -y install mariadb-server 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: www.ftp.ne.jp * extras: www.ftp.ne.jp * updates: www.ftp.ne.jp 依存性の解決をしています --> トランザクションの確認を実行しています。 ---> パッケージ mariadb-server.x86_64 1:5.5.44-2.el7.centos を インストール --> 依存性の処理をしています: mariadb(x86-64) = 1:5.5.44-2.el7.centos のパッケージ: 1:mariadb-server-5.5.44-2.el7.centos.x86_64 --> 依存性の処理をしています: perl-DBI のパッケージ: 1:mariadb-server-5.5.44-2.el7.centos.x86_64 --> 依存性の処理をしています: perl-DBD-MySQL のパッケージ: 1:mariadb-server-5.5.44-2.el7.centos.x86_64 --> 依存性の処理をしています: perl(DBI) のパッケージ: 1:mariadb-server-5.5.44-2.el7.centos.x86_64 --> トランザクションの確認を実行しています。 ---> パッケージ mariadb.x86_64 1:5.5.44-2.el7.centos を インストール ---> パッケージ perl-DBD-MySQL.x86_64 0:4.023-5.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-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-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-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 を インストール ---> パッケージ perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================ Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================ インストール中: mariadb-server x86_64 1:5.5.44-2.el7.centos base 11 M 依存性関連でのインストールをします: mariadb x86_64 1:5.5.44-2.el7.centos base 8.9 M 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-5.el7 base 140 k perl-DBI x86_64 1.627-4.el7 base 802 k perl-IO-Compress noarch 2.061-2.el7 base 260 k perl-Net-Daemon noarch 0.48-5.el7 base 51 k perl-PlRPC noarch 0.2020-14.el7 base 36 k トランザクションの要約 ================================================================================ インストール 1 パッケージ (+8 個の依存関係のパッケージ) 総ダウンロード容量: 21 M インストール容量: 107 M Downloading packages: (1/9): mariadb-5.5.44-2.el7.centos.x86_64.rpm | 8.9 MB 00:01 (2/9): perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm | 32 kB 00:00 (3/9): perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm | 57 kB 00:00 (4/9): perl-DBD-MySQL-4.023-5.el7.x86_64.rpm | 140 kB 00:00 (5/9): perl-DBI-1.627-4.el7.x86_64.rpm | 802 kB 00:00 (6/9): perl-IO-Compress-2.061-2.el7.noarch.rpm | 260 kB 00:00 (7/9): perl-Net-Daemon-0.48-5.el7.noarch.rpm | 51 kB 00:00 (8/9): perl-PlRPC-0.2020-14.el7.noarch.rpm | 36 kB 00:00 (9/9): mariadb-server-5.5.44-2.el7.centos.x86_64.rpm | 11 MB 00:02 -------------------------------------------------------------------------------- 合計 7.6 MB/s | 21 MB 00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction インストール中 : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 1/9 インストール中 : 1:mariadb-5.5.44-2.el7.centos.x86_64 2/9 インストール中 : perl-Net-Daemon-0.48-5.el7.noarch 3/9 インストール中 : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 4/9 インストール中 : perl-IO-Compress-2.061-2.el7.noarch 5/9 インストール中 : perl-PlRPC-0.2020-14.el7.noarch 6/9 インストール中 : perl-DBI-1.627-4.el7.x86_64 7/9 インストール中 : perl-DBD-MySQL-4.023-5.el7.x86_64 8/9 インストール中 : 1:mariadb-server-5.5.44-2.el7.centos.x86_64 9/9 検証中 : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 1/9 検証中 : perl-Net-Daemon-0.48-5.el7.noarch 2/9 検証中 : 1:mariadb-5.5.44-2.el7.centos.x86_64 3/9 検証中 : 1:mariadb-server-5.5.44-2.el7.centos.x86_64 4/9 検証中 : perl-PlRPC-0.2020-14.el7.noarch 5/9 検証中 : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 6/9 検証中 : perl-DBI-1.627-4.el7.x86_64 7/9 検証中 : perl-IO-Compress-2.061-2.el7.noarch 8/9 検証中 : perl-DBD-MySQL-4.023-5.el7.x86_64 9/9 インストール: mariadb-server.x86_64 1:5.5.44-2.el7.centos 依存性関連をインストールしました: mariadb.x86_64 1:5.5.44-2.el7.centos 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-5.el7 perl-DBI.x86_64 0:1.627-4.el7 perl-IO-Compress.noarch 0:2.061-2.el7 perl-Net-Daemon.noarch 0:0.48-5.el7 perl-PlRPC.noarch 0:0.2020-14.el7 完了しました! |
/etc/php.iniを編集してTimeZoneを設定します。
1 2 3 4 5 6 7 8 9 10 11 |
[root@host01 ~]# grep timezone /etc/php.ini ; Defines the default timezone used by the date functions ; http://php.net/date.timezone ;date.timezone = [root@host01 ~]# vi /etc/php.ini [root@host01 ~]# grep timezone /etc/php.ini ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone = Asia/Tokyo |
1 2 3 4 5 6 7 8 9 10 11 12 |
[root@host01 ~]# systemctl list-unit-files | grep httpd httpd.service disabled [root@host01 ~]# systemctl enable httpd Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service. [root@host01 ~]# systemctl list-unit-files | grep httpd httpd.service enabled [root@host01 ~]# systemctl list-unit-files | grep mariadb mariadb.service disabled [root@host01 ~]# systemctl enable mariadb Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service. [root@host01 ~]# systemctl list-unit-files | grep mariadb mariadb.service enabled |
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 32 33 34 35 36 37 38 39 40 41 42 43 |
[root@host01 ~]# systemctl start httpd [root@host01 ~]# systemctl status httpd ● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled) Active: active (running) since 土 2016-01-02 14:36:48 JST; 6s ago Docs: man:httpd(8) man:apachectl(8) Main PID: 41705 (httpd) Status: "Processing requests..." CGroup: /system.slice/httpd.service tq41705 /usr/sbin/httpd -DFOREGROUND tq41706 /usr/sbin/httpd -DFOREGROUND tq41707 /usr/sbin/httpd -DFOREGROUND tq41708 /usr/sbin/httpd -DFOREGROUND tq41709 /usr/sbin/httpd -DFOREGROUND mq41710 /usr/sbin/httpd -DFOREGROUND 1月 02 14:36:48 host01.rootlinks.net systemd[1]: Starting The Apache HTTP S... 1月 02 14:36:48 host01.rootlinks.net systemd[1]: Started The Apache HTTP Se... Hint: Some lines were ellipsized, use -l to show in full. [root@host01 ~]# systemctl start mariadb [root@host01 ~]# systemctl status mariadb ● mariadb.service - MariaDB database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled) Active: active (running) since 土 2016-01-02 14:37:24 JST; 2s ago Process: 41798 ExecStartPost=/usr/libexec/mariadb-wait-ready $MAINPID (code=exited, status=0/SUCCESS) Process: 41718 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir %n (code=exited, status=0/SUCCESS) Main PID: 41797 (mysqld_safe) CGroup: /system.slice/mariadb.service tq41797 /bin/sh /usr/bin/mysqld_safe --basedir=/usr mq41954 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysq... 1月 02 14:37:22 host01.rootlinks.net mariadb-prepare-db-dir[41718]: The lat... 1月 02 14:37:22 host01.rootlinks.net mariadb-prepare-db-dir[41718]: You can... 1月 02 14:37:22 host01.rootlinks.net mariadb-prepare-db-dir[41718]: http://... 1月 02 14:37:22 host01.rootlinks.net mariadb-prepare-db-dir[41718]: Support... 1月 02 14:37:22 host01.rootlinks.net mariadb-prepare-db-dir[41718]: Corpora... 1月 02 14:37:22 host01.rootlinks.net mariadb-prepare-db-dir[41718]: Alterna... 1月 02 14:37:22 host01.rootlinks.net mariadb-prepare-db-dir[41718]: http://... 1月 02 14:37:22 host01.rootlinks.net mysqld_safe[41797]: 160102 14:37:22 my... 1月 02 14:37:22 host01.rootlinks.net mysqld_safe[41797]: 160102 14:37:22 my... 1月 02 14:37:24 host01.rootlinks.net systemd[1]: Started MariaDB database s... Hint: Some lines were ellipsized, use -l to show in full. |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
[root@host01 ~]# mysql_secure_installation /usr/bin/mysql_secure_installation: 行 379: find_mysql_client: コマンドが見つか りません NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MariaDB to secure it, we'll need the current password for the root user. If you've just installed MariaDB, and you haven't set the root password yet, the password will be blank, so you should just press enter here. Enter current password for root (enter for none): OK, successfully used password, moving on... Setting the root password ensures that nobody can log into the MariaDB root user without the proper authorisation. Set root password? [Y/n] Y New password: Re-enter new password: Password updated successfully! Reloading privilege tables.. ... Success! By default, a MariaDB installation has an anonymous user, allowing anyone to log into MariaDB without having to have a user account created for them. This is intended only for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment. Remove anonymous users? [Y/n] Y ... Success! Normally, root should only be allowed to connect from 'localhost'. This ensures that someone cannot guess at the root password from the network. Disallow root login remotely? [Y/n] Y ... Success! By default, MariaDB comes with a database named 'test' that anyone can access. This is also intended only for testing, and should be removed before moving into a production environment. Remove test database and access to it? [Y/n] Y - Dropping test database... ... Success! - Removing privileges on test database... ... Success! Reloading the privilege tables will ensure that all changes made so far will take effect immediately. Reload privilege tables now? [Y/n] Y ... Success! Cleaning up... All done! If you've completed all of the above steps, your MariaDB installation should now be secure. Thanks for using MariaDB! |
httpd(80)への接続を許可します。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[root@host01 ~]# firewall-cmd --permanent --add-service=http success [root@host01 ~]# firewall-cmd --reload success [root@host01 ~]# firewall-cmd --list-all public (default, active) interfaces: eno16777736 sources: services: dhcpv6-client http ssh ports: masquerade: no forward-ports: icmp-blocks: rich rules: |
これで最低限の準備は終わりました。
それぞれ必要に応じてApache,php,mariaDBの設定を行って下さい。
次回はZabbixをインストールします。