Nagios 5.5 update never finishes
Nagios 5.5 update never finishes
I am trying to upgrade a 5.4.13 install to 5.5 but the upgrade script seems to die in the middle of the process. I attached the log to this message.
You do not have the required permissions to view the files attached to this post.
Re: Nagios 5.5 update never finishes
This issue will be fixed in the next release of Nagios XI. As a "workaround", comment out the following section in the "upgrade" script:
so that it would look like this:
Save, exit, and rerun the upgrade script:
Let us know if this helped. Thank you!
Code: Select all
# Uninstall ajaxterminal to install shellinabox
echo "Removing Ajaxterm..."
if rpm -q Ajaxterm >/dev/null; then
service ajaxterm stop
rpm -e Ajaxterm
cp -f "$httpdconfdir/ssl.conf" "$httpdconfdir/ssl.conf.nagiosxibackup"
sed -i '/## AJAXTERM #####################/,+12d' "$httpdconfdir/ssl.conf"
rm -f $proddir/html/admin/ajaxterm.php
fiCode: Select all
# Uninstall ajaxterminal to install shellinabox
# echo "Removing Ajaxterm..."
# if rpm -q Ajaxterm >/dev/null; then
# service ajaxterm stop
# rpm -e Ajaxterm
# cp -f "$httpdconfdir/ssl.conf" "$httpdconfdir/ssl.conf.nagiosxibackup"
# sed -i '/## AJAXTERM #####################/,+12d' "$httpdconfdir/ssl.conf"
# rm -f $proddir/html/admin/ajaxterm.php
# fiCode: Select all
cd /tmp/nagiosxi
./upgradeBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios 5.5 update never finishes
The workaround fixed the issue. Thanks!
Re: Nagios 5.5 update never finishes
Great to hear! Did you have further (related) questions or are we good to lock this up?
Former Nagios employee
Re: Nagios 5.5 update never finishes
is this fixed in the 5.5.1 release already?
Re: Nagios 5.5 update never finishes
Yes, you should not have this issue again with the upgrade now.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.