Nagios site down!

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Nagios site down!

Post by BanditBBS »

Ok, so I can browse to https://servername/ but not to https://servername/nagiosxi. Page just fails to load. If I look at top I can see checks being performed and everything else seeming to function, but website just doesn't want to load!

EDIT #1: I ended up restarting NDO2DB and MYSQLD on the offloaded server and the page is now loading. Even if those items are down though, the website should come up just with a bunch of errors, right? What could have been stopping the page from displaying anything?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Nagios site down!

Post by bwallace »

Some possible causes I can think of would be:

- The mysqld service was not running or there are crashed database tables (might want to look into this some, since you could access the UI after restarting mysqld, and yes you should have seen some errors about such)
- apache service not running
- SELinux enabled - to check if SELinux is disabled, run sestatus
- (sorry to state the obvious) running out of disk space ?
Be sure to check out the Knowledgebase for helpful articles and solutions!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios site down!

Post by rkennedy »

Did anything appear in your /var/log/httpd/ssl_error_log at all during that time it wasn't working?

I've seen something similar like this happen in the past, when LDAP wasn't working properly.
Former Nagios Employee
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: Nagios site down!

Post by BanditBBS »

sestatus is disabled on both hosts. Apache was running as I could browse to the root site.

I did take the time to run the repair database script when I downed mysqld on both nagios and nagiosql databases.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios site down!

Post by rkennedy »

rkennedy wrote:Did anything appear in your /var/log/httpd/ssl_error_log at all during that time it wasn't working?

I've seen something similar like this happen in the past, when LDAP wasn't working properly.
Are you authenticating through LDAP by any chance? Anything in the ssl_error_log file?
Former Nagios Employee
Locked