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
Lost all service data in Nagios?
Lost all service data in Nagios?
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?
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
Re: Lost all service data in Nagios?
That helped, thanks!