Nagios XI Install/Upgrade issues

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hbouma
Posts: 483
Joined: Tue Feb 27, 2018 9:31 am

Nagios XI Install/Upgrade issues

Post by hbouma »

We have Red Hat 7.6 64bit VM's for our Nagios XI servers. Our install of Red Hat is supported through SUSE and using Spacewalk for updates. Because of this, it appears that any Nagios XI install/upgrade fails the checks for the Red Hat rpm's (rpm -q redhat-release || rpm -q redhat-release-server).

Is there a step by step guide to getting around this? It is a bit problematic for us to have to manually edit the install files each time and then also edit our xi-sys.cfg file multiple times to get rid of improperly formatted version info.

Examples for version from get-os-info:

Code: Select all

$ sed 's/.*release \([0-9.]\+\).*/\1/' /etc/redhat-release
7.6
7.6
# The above "Red Hat Enterprise Linux Server" string is only used to
# keep software compatibility.
RPM checks:

Code: Select all

$ rpm -q redhat-release-server
package redhat-release-server is not installed

$ rpm -q redhat-release
package redhat-release is not installed

Code: Select all

$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
# This is a "SLES Expanded Support platform release 7.6"
# The above "Red Hat Enterprise Linux Server" string is only used to
# keep software compatibility.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios XI Install/Upgrade issues

Post by npolovenko »

Hello, @hbouma. We only support installations on a clean OS without any third party integrations. The only solution to fix this would be to manually change the installation scripts or start with a new RHEL server.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked