ERROR: Could not determine OS,... NAGIOS XI Centos7 rp3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Moritz
Posts: 1
Joined: Sun May 29, 2016 8:09 am

ERROR: Could not determine OS,... NAGIOS XI Centos7 rp3

Post by Moritz »

Hello,
I already have one nagios server on a centos 7 desktop running perfectly fine and now i want to install nagiosxi in another network on a raspberry pi 3

I've successfully installed the official centos 7 minimal image for rp3 and downloaded the latest version of nagiosxi via

Code: Select all

wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
and extracted it in the tmp folder.

When i run the fullinstall i get the following error message:

Code: Select all

ERROR: could not determine OS. Please make sure lsb_release is installed or your os-info is in /etc/os-release
lsb_release is installed via

Code: Select all

yum install redhat-lsb-core
and os-release looks like this:

Code: Select all

NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
I searched the web but could not find a good answer, can anybody help me?

Thanks
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: ERROR: Could not determine OS,... NAGIOS XI Centos7 rp3

Post by Box293 »

I doubt what you are trying will be possible, and even if so, it will not be officially supported.

Nagios XI will only install on CentOS / RHEL that is running on i386 or x86_64 architecture.

It would be possible to compile Nagios Core from source, however Nagios XI will not be possible.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked