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.gzWhen 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-releaseCode: Select all
yum install redhat-lsb-coreCode: 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"Thanks