CentOS 7.9にシステムの状態監視Monitorix をインストールする

環境
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

インストールの方法
1.Monitorix をインストールします

# yum --enablerepo=epel -y install monitorix

2.Monitorix の設定を行います
# vi /etc/monitorix/monitorix.conf

6行目 タイトル変更
title = Monitorix Tool

7行目 ホスト名変更
hostname = arkgame

12行目 ネットワークの単位をbps にする
netstats_in_bps = y

3.monitorixを起動します
# systemctl start monitorix
自動起動を有効にします

# systemctl enable monitorix
Created symlink from /etc/systemd/system/multi-user.target.wants/monitorix.service to /usr/lib/systemd/system/monitorix.service.

4.ファイアウォールを設定します

# firewall-cmd --zone=public --add-port=8080/tcp  --permanent
success
#  firewall-cmd --reload
success

5.動作確認
Webブラウザを起動して「http://IPアドレス:8080/monitorix/」にアクセスします
参照したいグラフを選択して「OK」ボタンをクリックするとデータが表示されます。

CentOS 7

Posted by arkgame