Home » Categories » Multiple Categories

Nagios XI - Downgrading Nagios Core

Overview

This KB article explains how to downgrade the version of Nagios Core that runs on your Nagios XI server.

Specifically this relates to the Nagios XI 5.5.x release that comes with Nagios Core 4.4.x. Currently Nagios Core 4.4.x is not compatible with Mod Gearman (MG), to allow Nagios XI 5.5.x to run MG the version of Nagios Core needs to be downgraded to 4.2.4.

 

 

Downgrade

The following steps will downgrade Nagios Core to 4.2.4, please be aware that the Nagios service is stopped during this procedure and hence there will be no monitoring performed.

You need to stop the nagios service using one of the commands below:

 

RHEL 7 | CentOS 7 | Oracle Linux 7

systemctl stop nagios.service
systemctl disable nagios.service
rm -f /usr/lib/systemd/system/nagios.service
systemctl daemon-reload

 

Debian | Ubuntu 16/18

systemctl stop nagios.service
systemctl disable nagios.service
rm -f /lib/systemd/system/nagios.service
systemctl daemon-reload

 

The following steps will downgrade Nagios Core:

sed -i 's/^lock_file=.*/lock_file=\/usr\/local\/nagios\/var\/nagios.lock/g' /usr/local/nagios/etc/nagios.cfg
cd /tmp
rm -rf nagiosxi xi*
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.4.13.tar.gz
tar xzf xi-5.4.13.tar.gz
cd nagiosxi
./init.sh
cd subcomponents/nagioscore
./upgrade
chmod +x /etc/init.d/nagios

 

Now the lock file locations need updating:

sed -i 's/^lock_file=.*/lock_file=\/var\/run\/nagios.lock/g' /usr/local/nagios/etc/nagios.cfg
sed -i 's/^NagiosRunFile=.*/NagiosRunFile=\/var\/run\/nagios.lock/g' /etc/init.d/nagios
sed -i 's/^# pidfile.*/# pidfile: \/var\/run\/nagios.lock/g' /etc/init.d/nagios

 

Once these steps have completed the Nagios service will will need to be restarted using the commands below:

 

RHEL 7 | CentOS 7 | Oracle Linux 7

systemctl enable nagios.service
systemctl restart nagios.service

 

Debian | Ubuntu 16/18

update-rc.d nagios defaults
systemctl restart nagios.service

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

3 (2)
Article Rating (2 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
Nagios XI - How To Create A Virtual Instance In The Amazon EC2 Cloud Environment
Viewed 4109 times since Thu, Jan 28, 2016
Nagios XI - How To Install On Windows Using Hyper-V
Viewed 5257 times since Wed, Jul 19, 2017
Nagios XI - How To Install On Windows Using vSphere
Viewed 4073 times since Wed, Jul 19, 2017
Converting PostgreSQL to MySQL for Nagios XI
Viewed 28136 times since Tue, Dec 6, 2016
Installation errors on customized corporate builds of CentOS or RHEL
Viewed 9818 times since Tue, Jan 26, 2016
Nagios XI - Reset Upgrade Status In Web Interface
Viewed 9540 times since Tue, May 7, 2019
Nagios XI - How to Manually Update Nagios XI
Viewed 14691 times since Thu, Jan 21, 2016
Starting a Nagios XI Trial
Viewed 8284 times since Tue, Jan 12, 2021
Enabling Oracle Linux Optional Repository
Viewed 16254 times since Mon, May 14, 2018
Nagios XI - Importing Nagios XI into Microsoft Hyper-V
Viewed 3876 times since Thu, Jan 28, 2016