CentOS8.3にオープンソースの監視ツールPandoraFMSをインストールする方法

2021年3月27日

操作方法
1.OSのバージョン確認
# cat /etc/redhat-release
CentOS Linux release 8.3.2011
2.dockerバージョン確認
# docker –version
Docker version 20.10.5, build 55c4c88
# docker-compose –version
docker-compose version 1.28.6, build 5db8d86f

3.PandoraFMSをインストール
# curl -sSL http://pandorafms.org/getpandora | sh

7cffcca1c5a1: Pull complete
b9feb39d10c5: Pull complete
b2ce875e8785: Pull complete
Digest: sha256:693f61dc330f86b6913e09a29864549a86e2097086d0e7794ae3f9cd84c550ac
Status: Downloaded newer image for pandorafms/pandorafms:7
docker.io/pandorafms/pandorafms:7
4df8603e71944e06e098aa97a88f3647c77d744575e372fb59c2863837b14df0

4.ファイアウォールの設定
# sudo firewall-cmd –add-port=80/tcp –zone=public –permanent
success
# sudo firewall-cmd –reload
success

4.ブラウザの確認
http://192.168.71.129/pandora_console/

ユーザ名とパスワードに「admin」と「 pandora」でログインする
[Language code]に日本語を選択します。
[タイムゾーン設定]に「アジア」、「Tokyo」を選択します。

CentOS

Posted by arkgame