THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Products » Nagios XI » Documentation » Advanced Topics

PHP 7.2 to 7.4 Upgrade Instructions for RHEL 8 & Oracle 8

Purpose

This document is intended for use by Nagios Administrators who wish to update their version of php 7.2 to php 7.4 on a RHEL 8 or Oracle 8 systems. 

RHEL 8/Oracle 8 PHP Upgrade process:

From the command line on the XI server:

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
dnf module list php

 

Disable the 7.2 module that is enabled:

dnf module reset php:7.2
dnf module list php
dnf module enable php:remi-7.4
dnf install php php-imap php-opcache php-devel php-gd php-ldap php-mbstring php-pdo  php-pdo-dblib php-mysqlnd php-pgsql php-pear
cd /tmp
rm -rf /tmp/nagiosxi
wget https://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar zxf xi-latest.tar.gz
cd /tmp/nagiosxi
rm -rf /etc/php.d/sourceguardian.ini
./init.sh
sed -i '/^PHP script/d' xi-sys.cfg
sed -i '/^1)/d' xi-sys.cfg
sed -i '/^2)/d' xi-sys.cfg
sed -i '/^3)/d' xi-sys.cfg
./install-sourceguardian-extension.sh

 

Restart httpd/php-fpm: 

systemctl restart httpd php-fpm


Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Adding MATCH Statements in the SNMP Trap Interface
Viewed 6390 times since Fri, Jul 30, 2021
Nagios XI - Integrating autoIT With Nagios
Viewed 6583 times since Wed, Jan 27, 2016
Nagios Core - SNMP Explained - NWC15
Viewed 16238 times since Mon, Feb 8, 2016
Nagios XI - Special Characters
Viewed 28567 times since Tue, Apr 25, 2017
Nagios XI - Understanding the Nagios XI Directory Structure
Viewed 8040 times since Thu, Jan 28, 2016
Nagios XI - Integrating On-Call Schedules with Nagios - NWC13
Viewed 7254 times since Tue, Feb 9, 2016
Nagios XI - Using The Config Import Prep Tool
Viewed 13258 times since Thu, Jan 28, 2016
Nagios XI - Adding Services To Pre-existing Switch or Router
Viewed 12099 times since Wed, Jan 27, 2016
Nagios XI - Optimizing The PHP Settings File
Viewed 71045 times since Thu, Jul 13, 2017
Nagios XI - Introduction to Event Handlers
Viewed 9982 times since Thu, Jan 28, 2016