Page 1 of 1
Configuration Snapshot
Posted: Wed Nov 28, 2012 10:03 am
by mbrowning
How do you do a restore from a configuration snapshot?
Re: Configuration Snapshot
Posted: Wed Nov 28, 2012 10:34 am
by scottwilkerson
What version of XI are you running?
Re: Configuration Snapshot
Posted: Wed Nov 28, 2012 10:36 am
by mbrowning
Its 2012R1.2
Re: Configuration Snapshot
Posted: Wed Nov 28, 2012 10:42 am
by scottwilkerson
there is one thing you will need to do first (related to a bug that was found)
run
Code: Select all
chmod ug+x /usr/local/nagiosxi/scripts/nom_restore_nagioscore_checkpoint_specific.sh
Then you can go to Configure -> Core Config Manager -> Configuration Snapshots and click the green refresh icon under the Actions column next to the snapshot you want to restore to
Then, Apply configuration
Re: Configuration Snapshot
Posted: Wed Nov 28, 2012 2:33 pm
by mbrowning
If you have an older snapshot that you saved off, can you upload it back in and restore to that?
Re: Configuration Snapshot
Posted: Wed Nov 28, 2012 2:50 pm
by slansing
No you cannot with a "snapshot" you can only do this after making a Nagios backup with the script and restoring it:
http://assets.nagios.com/downloads/nagi ... ing_XI.pdf
Re: Configuration Snapshot
Posted: Thu Nov 29, 2012 10:45 am
by mbrowning
Thanks!