Lost all service data in Nagios?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Markq
Posts: 11
Joined: Thu Mar 01, 2012 5:28 pm

Lost all service data in Nagios?

Post by Markq »

I wonder what has happened to our Nagios XI. Suddenly all service disappeared from the minemap.
I have had to change the ip address and date and reboot the server several times, could that be the reason and what's the easiest way to get the minemap back?

Also, when I go to Service Detail view, it says "No matching services found"
But when I go to Nagios Core I can see the services listed there.



thanks
Mark
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Lost all service data in Nagios?

Post by scottwilkerson »

This is likely a problem with the database, run the following

Code: Select all

/usr/local/nagiosxi/scripts/repairmysql.sh nagios
/usr/local/nagiosxi/scripts/repairmysql.sh nagiosql
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Markq
Posts: 11
Joined: Thu Mar 01, 2012 5:28 pm

Re: Lost all service data in Nagios?

Post by Markq »

That helped, thanks!
Locked