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 .
nagios Monitoring Process stopped after upgrading to 5.7.5
nagios Monitoring Process stopped after upgrading to 5.7.5
You do not have the required permissions to view the files attached to this post.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: nagios Monitoring Process stopped after upgrading to 5.7
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.
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
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
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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: nagios Monitoring Process stopped after upgrading to 5.7
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.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: nagios Monitoring Process stopped after upgrading to 5.7
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
Thanks for letting us know, we'll lock this one, and please follow up on any replies in the other post.
Regards,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!