I downloaded and installed the Nagios upgrade earlier today according to the "Nagios XI – How to Manually Update Nagios XI" earlier the upgrade seemed to finish correctly, nagios and httpd services are running and the logs (that I have found) look pretty clean. However when I go to
"https://<servername>/nagiosxi"
I get a login page however when I auth with either a good or bad password I get sent to a blank page with the following URL.
https://<servername>/nagiosxi/login.php
RHEL 5.11
Where do I start to troubleshoot this issue?
Upgrade Issue
Re: Upgrade Issue
Can you post the install log that ran with the upgrade?
Should be in the directory where the nagiosxi tarball was unpacked.
Should be in the directory where the nagiosxi tarball was unpacked.
/Luke
Re: Upgrade Issue
Here is the Log
You do not have the required permissions to view the files attached to this post.
Re: Upgrade Issue
Do you remember the upgrade giving you a complete message like this after the upgrade finished:
===================
UPGRADE COMPLETED!
===================
I ask because it looks like either the install log became too long and didn't record the rest of the upgrade or the upgrade didn't complete.
===================
UPGRADE COMPLETED!
===================
I ask because it looks like either the install log became too long and didn't record the rest of the upgrade or the upgrade didn't complete.
/Luke
Re: Upgrade Issue
make[1]: Leaving directory `/tmp/nagiosxi/subcomponents/extraplugins/check_mysql_health-2.1.8.2'
Extra Plugins upgraded OK
is the last entry in the log, I will snap back the config to a known good working point in time and re-attempt the upgrade
Extra Plugins upgraded OK
is the last entry in the log, I will snap back the config to a known good working point in time and re-attempt the upgrade
Re: Upgrade Issue
I snapped the machine back to pre-upgrade and attempted the upgrade again and the upgrade has failed again. I have attached the new log.
You do not have the required permissions to view the files attached to this post.
Re: Upgrade Issue
Does it just hang at the command line at the end?
It looks like it's related to yum, please try running yum install manually and see if it's hanging.
It looks like it's related to yum, please try running yum install manually and see if it's hanging.
Re: Upgrade Issue
needed to add /sbin to path with the following command
export PATH="$PATH:/sbin"
Install seems to be running fine now.
export PATH="$PATH:/sbin"
Install seems to be running fine now.