RHEL8 Fresh install error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
marquetteu
Posts: 47
Joined: Tue Nov 13, 2012 12:08 pm

RHEL8 Fresh install error

Post by marquetteu »

Trying to install on a fresh installation of rhel8 and i get the following error:

Code: Select all

Nagios XI Installation Log
==========================
DATE: Mon Jun  8 10:34:27 CDT 2020

DISTRO INFO:
RedHatEnterprise
8.2
x86_64

THIS IS A NEW INSTALL!

INSTALLING:
full=5.7.0
major=5
minor=7.0
releasedate=2020-06-08
release=5700

Configuring Repos...
redhatenterprise8 is not currently supported. Please use one of the following distros:
  CentOS, RHEL, Oracle 6, 7, or 8
  Ubuntu 14, 16, 18, or 20 LTS
  Debian 8, 9, or 10
Not sure how to proceed.

thanks!
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: RHEL8 Fresh install error

Post by jomann »

Hello,

Is this a installation on a local RHEL 8 system or on a cloud provider?

Can you provide the output of the following two commands?

Code: Select all

rpm -q redhat-release
rpm -q redhat-lsb-core
Edit: I actually believe you have the redhat-lsb-core pacakge installed and it causes an issue. You can edit init.sh on line 27 change:

Code: Select all

CentOS | RedHatEnterpriseServer | OracleServer | CloudLinux )
to this:

Code: Select all

CentOS | RedHatEnterpriseServer | RedHatEnterprise | OracleServer | CloudLinux )
It should work for you. We will update the install to fix this on RHEL with lsb installed.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked