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 - Debugging Bandwidth Performance Graphs
Viewed 13423 times since Tue, Jan 27, 2015
Nagios XI - Resetting The nagiosadmin Password
Viewed 41242 times since Mon, Jan 25, 2016
Nagios XI - CentOS 6 Installation Problems XI 2011R1.7 2011R1.8
Viewed 4205 times since Tue, Feb 2, 2016
Nagios XI - Host Still Visible After Deletion (Ghost Hosts)
Viewed 10494 times since Tue, Jan 27, 2015
Nagios XI - HTTP 500 Error / PHP Parse error - Unexpected $end
Viewed 5847 times since Mon, Jan 25, 2016
OpenSSL causes issue with check_nrpe plugin with NSClient++
Viewed 6017 times since Fri, Apr 30, 2021
Nagios XI - Running Out Of Disk Space On The Nagios XI VM
Viewed 20727 times since Tue, Jan 27, 2015
Nagios XI - Oracle Services Critical After Nagios XI Upgrade
Viewed 4979 times since Wed, Jan 27, 2016
Nagios XI - Can’t Log Into The Web Interface
Viewed 55649 times since Tue, Jan 27, 2015
Nagios XI - Downloading A System Profile
Viewed 6409 times since Wed, Jul 19, 2017