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



-

Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

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 - Best Practices - NWC15
Viewed 8090 times since Thu, Feb 4, 2016
Nagios XI - MSSQL Query Wizard - Invalid characters in the username
Viewed 5229 times since Thu, Aug 3, 2017
Nagios XI - Windows Memory Usage - Physical
Viewed 17340 times since Tue, Jan 26, 2016
Nagios XI - Warning: Duplicate definition found for contact ’xi_default_contact’
Viewed 6046 times since Tue, Jan 26, 2016
CCM says unapplied changes exist, but none listed
Viewed 5293 times since Mon, Feb 27, 2017
Nagios XI - MRTG Reports SNMP_Session Errors
Viewed 5363 times since Wed, Jul 27, 2016
Nagios XI - Issues with mod_gearman and Performance Data Newlines: "\n"
Viewed 3940 times since Tue, Feb 2, 2016
Nagios XI - Installing XI Fails To Install Dependency pymssql
Viewed 8045 times since Mon, Oct 17, 2016
Web Browser Reports 330 Error Content Encoding
Viewed 5579 times since Tue, Mar 7, 2017
Nagios XI - HTTP 500 Error / White Screen After Login
Viewed 6044 times since Mon, Feb 29, 2016

SB