Page 1 of 1

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

Posted: Mon May 30, 2016 5:39 am
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

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

Posted: Tue May 31, 2016 12:01 am
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.