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

1 (1)
Article Rating (1 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments (1) Attachments
Related Articles RSS Feed
Nagios XI - Core 4 Load Spikes on 1.75 and 7 Hour Intervals
Viewed 4167 times since Mon, Jan 25, 2016
Nagios XI - How To Use CA Certificates With check_ldaps Plugin
Viewed 10671 times since Tue, Jul 26, 2016
Nagios XI - Status Information Cut Off At 256 Characters
Viewed 7454 times since Thu, Feb 25, 2016
Disabling Port 113 IDENT Requests
Viewed 5220 times since Tue, Mar 12, 2019
Slack Notifications Stopped Working
Viewed 4393 times since Wed, Mar 18, 2020
Nagios XI - Performance Graph Problems
Viewed 25227 times since Fri, Dec 19, 2014
Nagios XI - Missing localhost Alerts
Viewed 6182 times since Sun, Nov 5, 2017
Nagios XI - Unable To Login Using Two Factor Authentication
Viewed 7947 times since Tue, Apr 10, 2018
Nagios XI - Installing Latest SourceGuardian Loaders
Viewed 6756 times since Mon, Jun 18, 2018
Nagios XI - ERROR: unable to open include file: /etc/mrtg/conf.d/xxxxxxx.cfg
Viewed 7358 times since Wed, Jun 1, 2016