Hi,
We have encountered an unusual issue with one of our servers.
After the /var partition filled up with logs, our Nagios XI server is no longer displaying services in the "Service Status Summary" section of the home dashboard.
We have already tried multiple service and server reboots, but nothing seems to resolve the issue.
Any assistance would be greatly appreciated.
Thank you.
Best regards,
Nagios XI not showing Services
-
- Posts: 258
- Joined: Wed Aug 23, 2023 11:29 am
Re: Nagios XI not showing Services
Hi @antorres,
Is /var full? Does clearing some space resolve the issue? Is there a particular log taking up an exorbitant amount of space? If so, what is being logged?
Are there any error logs (e.g. php logs, nagios logs in /usr/local/nagiosxi/var)?
Is your database have issues? Try running:
Let us know what you find.
Thank you!
Is /var full? Does clearing some space resolve the issue? Is there a particular log taking up an exorbitant amount of space? If so, what is being logged?
Are there any error logs (e.g. php logs, nagios logs in /usr/local/nagiosxi/var)?
Is your database have issues? Try running:
Code: Select all
/usr/local/nagiosxi/scripts/repair_databases.sh
Thank you!