These repos are for online installations of Nagios XI and NCPA on Oracle operating systems.
Name | Location | Public GPG Key |
---|---|---|
Nagios | https://repo.nagios.com/nagios |
GPG-KEY-NAGIOS-V3
GPG-KEY-NAGIOS-V2 |
Nagios XI Dependencies | https://repo.nagios.com/nagiosxi-deps |
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-5.el7.noarch.rpm yum updateOracle 8 (64 bit)
rpm -Uvh https://repo.nagios.com/nagios/8/nagios-repo-8-2.el8.noarch.rpm yum updateOracle 9 (64 bit)
rpm -Uvh https://repo.nagios.com/nagios/9/nagios-repo-9-2.el9.noarch.rpm yum update
If you are using Oracle 7 run the following to remove any installed mysql packages and enable the optional repo:
yum remove -y mysql-community-libs mysql-community-common yum install yum-utils -y yum-config-manager --enable ol7_optional_latest
If you are installing on Oracle 8 you will need to add the following:
yum install epel-release -y yum config-manager --set-enabled ol8_codeready_builder
If you are installing on Oracle 9 you will need to add the following:
yum install epel-release -y yum config-manager --set-enabled ol9_codeready_builder
Install the Nagios XI package:
yum install nagiosxi
yum update nagiosxi
yum install ncpa
yum update ncpa