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?
Nagios site down!
Nagios site down!
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
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
Re: Nagios site down!
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 ?
- 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!
Re: Nagios site down!
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.
I've seen something similar like this happen in the past, when LDAP wasn't working properly.
Former Nagios Employee
Re: Nagios site down!
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.
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
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
Re: Nagios site down!
Are you authenticating through LDAP by any chance? Anything in the ssl_error_log file?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.
Former Nagios Employee