CentOS7.9に監視ツールIcinga2をインストールする
環境
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
インストールの方法
1.パッケージのインストール
# rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
2.公開鍵をインポートします
# rpm –import https://packages.icinga.com/icinga.key
icingaリポジトリをインストールします
# yum install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm
3.icinga2インストール
# yum -y install icinga2
4. 起動を設定します
# systemctl start icinga2
# systemctl enable icinga2
Created symlink from /etc/systemd/system/multi-user.target.wants/icinga2.service to /usr/lib/systemd/system/icinga2.service.