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

XI 5.4 monitoring engine not running

Problem:

In Nagios XI versions 5.4.0 and 5.4.1 there was a bug in the included Nagios Core version which caused a segmentation fault (crash) in some systems.

 

Resolution:

First and foremost, please take an XI backup (and a VM snapshot if possible) so that you can revert if necessary:

https://assets.nagios.com/downloads/nagiosxi/docs/Backing-Up-And-Restoring-Nagios-XI.pdf

We have fixed the segfault issue, and you can run the following commands to fix this on a running 5.4.0 or 5.4.1 system:

Then transfer the attached file to your XI server and run these commands from the directory containing the patch:

service nagios stop
killall -9 nagios
service ndo2db stop
service mysqld restart
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
tar zxf ndoutils_segfault_patched.tar.gz
cd ndoutils_segfault_patched
./upgrade

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments (1) Attachments
Related Articles RSS Feed
Nagios XI - Host Still Visible After Deletion (Ghost Hosts)
Viewed 10490 times since Tue, Jan 27, 2015
Installation errors on customized corporate builds of CentOS or RHEL
Viewed 9829 times since Tue, Jan 26, 2016
Nagios XI - Display All Scheduled Reports
Viewed 4423 times since Wed, Oct 12, 2016
Nagios XI - Windows Memory Usage - Physical
Viewed 14964 times since Tue, Jan 26, 2016
Nagios XI - Warning: Duplicate definition found for contact ’xi_default_contact’
Viewed 4964 times since Tue, Jan 26, 2016
Pages Not Displaying Correctly
Viewed 7047 times since Mon, Jan 25, 2016
Nagios XI - Scheduled Downtime Not Working
Viewed 6084 times since Mon, Oct 10, 2016
Backups are not being generated due to tar creation errors
Viewed 3207 times since Thu, Feb 27, 2020
Nagios XI - Scheduled Reports Not Running
Viewed 5013 times since Thu, Aug 10, 2017
Nagios XI - Bandwidth Graphs Showing 0Mb/s in Non-English Systems
Viewed 6075 times since Fri, Dec 19, 2014