Nagios Repositories

RPM Repositories

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-V2
Nagios XI Dependencies https://repo.nagios.com/nagiosxi-deps

Installation of Nagios Repo

CentOS/RHEL 7 (64 bit)
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm
yum update
CentOS/RHEL 8 (64 bit)
rpm -Uvh https://repo.nagios.com/nagios/8/nagios-repo-8-1.el8.noarch.rpm
yum update

Pre-requisites for Nagios XI

CentOS/RHEL 7

If you are installing on CentOS or RHEL 7 you will need to add the following:

yum install epel-release -y

If you are installing on RHEL 7 you will also need:

subscription-manager repos --enable=rhel-7-server-rpms
subscription-manager repos --enable=rhel-7-server-optional-rpms

If you are using Oracle Linux 7, remove any pre-installed mysql packages. Then run the following to enable the optional repo and then continue below.

yum install yum-utils -y
yum-config-manager --enable ol7_optional_latest

CentOS/RHEL 8

If you are installing on CentOS 8 you will need to add the following:

yum install epel-release -y
yum config-manager --enable powertools

If you are installing on RHEL 8 you will need to add the following:

yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms

Installation of Nagios XI

Install the Nagios XI package:

yum install nagiosxi

Upgrading Nagios XI

yum update nagiosxi

Installation of NCPA

yum install ncpa

Upgrading NCPA

yum update ncpa