Suggestion for documentation
Posted: Wed Nov 27, 2013 3:18 am
Hello,
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:
Add copy to remote location at the end of script (before exit)
This could easily be forgotten by new Nagios XI admins. Other possibility is to not update the backup script, but I can imagine it sometimes needs to be changed.
Willem
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