Page 1 of 1

Nagios XI not showing Services

Posted: Tue Sep 24, 2024 3:40 pm
by antorres
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,

Re: Nagios XI not showing Services

Posted: Tue Sep 24, 2024 3:48 pm
by gwesterman
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:

Code: Select all

/usr/local/nagiosxi/scripts/repair_databases.sh
Let us know what you find.

Thank you!