Hello,
at login the notification pop ups as follows: database backend ndo2db.service failed. Action start doesn't help.
The service summary on the dashboard doesn't show the current data (I have added new services in the meantime).
How can I fix these problems, such that the dashboard shows the updated data?
If I force an immediate check on the service in the dashboard, the command is processed successfully, but the dashboard is not updated.
Thx in advance!
Kind regards,
Petra
Dashboard - Service Summary not showing actual data
-
pkaltenbeck
- Posts: 1
- Joined: Wed Aug 08, 2018 1:37 am
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dashboard - Service Summary not showing actual data
Lets run the following
Code: Select all
service mysqld restart
service ndo2db stop
rm -f /usr/local/nagios/var/ndo.*ck
service ndo2db start
service nagios restart