I have a small suggestion for the documentation of the upgrade instructions. http://assets.nagios.com/downloads/nagi ... ctions.pdf
As I have to manually reconfigure the backup script /usr/local/nagiosxi/scripts/backup_xi.sh after each upgrade. Otherwise the backup won't run after an upgrade.
nano /usr/local/nagiosxi/scripts/backup_xi.sh
Configure the mysql password:
Code: Select all
Mysqlpass="<password>"Code: Select all
rsync --remove-source-files -azv /store/backups/nagiosxi /remote/mount
echo "Backup moved from /store/backups/nagiosxi to /remote/mount"Willem