Re: Since 5.3.0 Global Event Handlers not working
Posted: Mon Oct 10, 2016 11:16 am
Try the following:
1. Remove the old tarball and "nagiosxi" directory from the "/tmp".
2. Re-download Nagios XI 5.3.0, and re-run the upgrade script.
Let us know if this fixed your issue.
1. Remove the old tarball and "nagiosxi" directory from the "/tmp".
Code: Select all
cd /tmp
rm -rf xi-* nagiosxiCode: Select all
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.3.0.tar.gz
tar zxvf xi-5.3.0.tar.gz
cd nagiosxi
./upgrade