https://<server>/nagiosxi not responding

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kendallchenoweth
Posts: 195
Joined: Fri Sep 13, 2013 10:43 am

https://<server>/nagiosxi not responding

Post by kendallchenoweth »

This morning https://<server>/nagiosxi is not returning a web page, but https://<server>/nagios is returning a web page. I'm not aware of anything that changed. Can you provide some suggestions for debugging and resolving this issue?

I have already tried restarting nagios, httpd and ndo2db.

I'm also getting the following in the nagios.log

[1405001188] ndomod: Successfully reconnected to data sink! 0 items lost, 2377 queued items to flush.
[1405001188] ndomod: Error writing to data sink! Some output may get lost. 2195 queued items to flush.

Thanks!
kendallchenoweth
Posts: 195
Joined: Fri Sep 13, 2013 10:43 am

Re: https://<server>/nagiosxi not responding

Post by kendallchenoweth »

I found the problem. It was an issue with the mysql database which has been resolved. We received an "incorrect key" in certain tables, causing them to crash. A table repair fixed the issue. Is this something that you see very often?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: https://<server>/nagiosxi not responding

Post by slansing »

Did you shut down your XI server incorrectly? We always recommend using a command such as:

Code: Select all

shutdown -h now
To allow services/processes to stop gracefully. That is what I could think of off the top of my head.
Locked