Dashboard - Service Summary not showing actual data

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pkaltenbeck
Posts: 1
Joined: Wed Aug 08, 2018 1:37 am

Dashboard - Service Summary not showing actual data

Post by pkaltenbeck »

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
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

Post by scottwilkerson »

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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked