Home » Categories » Products » Nagios XI » Troubleshooting » Common Problems

Nagios XI - Installing Latest SourceGuardian Loaders

Overview

This KB article explains how to install the latest SourceGuardian loaders that Nagios XI uses with PHP.

 

Install

Establish a terminal session to your Nagios XI server as the root user and execute the following commands:

cd /tmp
rm -rf nagiosxi xi*
wget https://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./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

 

Once you've completed these steps you will need to restart the crond and httpd services:

 

RHEL 7 | CentOS 7 | Oracle Linux 7

systemctl restart crond.service
systemctl restart httpd.service

 

Debian | Ubuntu 16/18

systemctl restart cron.service
systemctl restart apache2.service

 

This completes the steps required to upgrade the SourceGuardian loaders.

 

 

Final Thoughts

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

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

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
Nagios XI - SNMPTT Service generates Cannot find module errors
Viewed 5359 times since Sun, Apr 9, 2017
Nagios XI - Resetting The nagiosadmin Password
Viewed 41241 times since Mon, Jan 25, 2016
Nagios XI - MRTG Reports SNMP_Session Errors
Viewed 4364 times since Wed, Jul 27, 2016
Nagios XI - Apply Configuration Fails - Backend login to the Core Configuration failed
Viewed 17198 times since Tue, Aug 2, 2016
Nagios XI - Can’t Log Into The Web Interface
Viewed 55648 times since Tue, Jan 27, 2015
CCM says unapplied changes exist, but none listed
Viewed 4613 times since Mon, Feb 27, 2017
Nagios XI - SourceGuardian Errors 2009R1.2C
Viewed 3975 times since Tue, Feb 2, 2016
Nagios XI - Best Practices - NWC15
Viewed 7435 times since Thu, Feb 4, 2016
Nagios XI - Notification Problems
Viewed 25897 times since Tue, Jan 27, 2015
Nagios XI - ERROR: unable to open include file: /etc/mrtg/conf.d/xxxxxxx.cfg
Viewed 6923 times since Wed, Jun 1, 2016