hi
any one knows how to restore a configuration snapshot.
i am not asking for this /usr/local/nagiosxi/scripts/restore_xi.sh <backupfile.tar.gz>
i have downloaded a configuration snapshot of 45KB . any idea how to restore that
its not showing in the list of snapshots in gui, i think it will show only top 10
restore configuration snapshot
Re: restore configuration snapshot
You can place the file in /usr/local/nagiosxi/nom/checkpoints/nagioscore/archives
If that directory doesn't exist you can click the archive button on one of your snapshots (far right button under actions) in manage snapshots.
make sure to run the command below after placing the file in there:
If that directory doesn't exist you can click the archive button on one of your snapshots (far right button under actions) in manage snapshots.
make sure to run the command below after placing the file in there:
Code: Select all
chown nagios.users NAMEOFFILE.tar.gzYou do not have the required permissions to view the files attached to this post.
Re: restore configuration snapshot
hi ssax,
when i try to restore its showing snapshot doesnt exist.
when i try to restore its showing snapshot doesnt exist.
Re: restore configuration snapshot
Please run the following command to check for proper permissions:
Set permissions properly if they are incorrect:
Please let us know if the above works for you. Thank you!
Code: Select all
ll /usr/local/nagiosxi/nom/checkpoints/nagioscore/archives/Code: Select all
chmod -R 644 /usr/local/nagiosxi/nom/checkpoints/nagioscore/archives/*