Page 1 of 1

https://<server>/nagiosxi not responding

Posted: Thu Jul 10, 2014 9:09 am
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!

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

Posted: Thu Jul 10, 2014 11:28 am
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?

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

Posted: Thu Jul 10, 2014 12:04 pm
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.