Install and Configure Observium on RHEL/CentOS 7
Install and Configure Observium on RHEL/CentOS 7 Docs link: https://docs.observium.org/install_rhel/#rhel-centos-7 We used updated software and required packages Let,s Start Introduction This guide will show you how to perform an Observium installation on an CentOS/RHEL/ We first install Webtatic, OpenNMS, and EPEL repositories on CentOS 7 / RHEL 7 . Repositories For more extended packagelist, we first install the REMI, OpenNMS and EPEL repositories: yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install http://yum.opennms.org/repofiles/opennms-repo-stable-rhel7.noarch.rpm yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm Packages Install yum-utils and switch to REMI's PHP 7. 3 packages yum install yum-utils yum-config-manager --enable remi-php7 3 Update all installed packages ...