OK so a brief overview. I run Nagios XI 5.5.9 with Core 4.2.4 and a Gearman setup. on CentOS 6.10..
In the 5.5.8 update you addressed the nagios.lock file issue where it was changing the location in the nagios config.
For the most part the bug was fixed but I have found then when an error is made and a config fails the act of rolling back a config is making the change to the nagios.cfg file still, which causes the Nagios service not to start.
running the following command:
Code: Select all
less /var/log/messages | grep .lock In the nagios.cfg file the location is listed like so.
Code: Select all
lock_file=/var/run/nagios.lock Code: Select all
lock_file=/usr/local/nagios/var/nagios.lock If you need more info please let me know.