Can we install Latest Version Of NagiosXI in RHEL 8.5

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hiremama
Posts: 4
Joined: Wed Jul 21, 2021 9:31 am

Can we install Latest Version Of NagiosXI in RHEL 8.5

Post by hiremama »

Hi Team,

Can we install Latest Version Of NagiosXI in RHEL 8.5
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Can we install Latest Version Of NagiosXI in RHEL 8.5

Post by ssax »

Yes, a fresh minimal install of RHEL 8.5 should work as long as you have the repositories setup.

You can see the supported list at the top of this doc:

https://assets.nagios.com/downloads/nag ... -Linux.pdf

Make sure you have the epel, base, and codereadybuilder repositories enabled:

Code: Select all

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
If you have issues, please send the FULL output of the installation commands (or attach the install.log file) and include the output of these commands:

Code: Select all

yum clean all
yum repolist
yum repolist all
Locked