Page 1 of 1
nagios Monitoring Process stopped after upgrading to 5.7.5
Posted: Tue Jan 26, 2021 2:36 am
by clayye
nagiosxi 5.6.12 on RHEL 7.9 server running as VMware VM, after yum update to 5.7.5-1 from rpm pacakges in repo.nagios.com , Monitoring Engine Process stopped,
under Admin - system status : Database Backend is stopped. please suggestion for fix ? thanks .
2021-01-25_15-33-07.png
2021-01-25_23-34-27.png
Re: nagios Monitoring Process stopped after upgrading to 5.7
Posted: Tue Jan 26, 2021 4:30 pm
by benjaminsmith
Hi
@clayye
Starting in 5.7.x the database backend service was removed and now runs under the nagios process so that dashlet should of been updated. Have you tried to re-boot or re-start all the services.
To re-start the services, run the following from the CL.
Code: Select all
systemctl stop crond
systemctl stop npcd
systemctl stop nagios
pkill -9 -u nagios
rm -rf /usr/local/nagiosxi/var/dbmaint.lock
rm -rf /usr/local/nagiosxi/var/event_handler.lock
rm -rf /usr/local/nagiosxi/scripts/reconfigure_nagios.lock
systemctl restart mariadb
systemctl restart httpd
systemctl start npcd
systemctl start crond
systemctl start nagios
Are checks being processed? If you go to Home > Details > Host Status, is the Last Check time being updated as expected.
If the issue persists after restarting, please send us the system profile. Thanks, Benjamin
To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Re: nagios Monitoring Process stopped after upgrading to 5.7
Posted: Tue Jan 26, 2021 5:05 pm
by clayye
sorry for the duplicate post , didn't see my post after I submitted after waiting for a while. please see the issue at.
https://support.nagios.com/forum/viewto ... 16&t=61444 . thanks.
Re: nagios Monitoring Process stopped after upgrading to 5.7
Posted: Wed Jan 27, 2021 10:31 am
by benjaminsmith
Hi clayye,
Thanks for letting us know, we'll lock this one, and please follow up on any replies in the other post.
Regards,
Benjamin