Hi all,
I am working on project to pull all snapshots (in mounted Snapshot_Repo) to a local (Windows OS) -- which is it can be process automatically? Can you also support on it please.
There is also a suggestion that we mount a Windows share and save the snapshots to a Windows machine.. I think this is also a good choice, do you have any documentation for that?
Nagios Logging - Pulling down Snapshots to Windows device
-
nguyenhung12345
- Posts: 9
- Joined: Thu Jul 09, 2020 1:26 am
Re: Nagios Logging - Pulling down Snapshots to Windows devic
You essentially create a windows share, mount it, set permissions, and then use that as the snapshot repository:
https://linuxize.com/post/how-to-mount- ... -on-linux/
See here as well:
https://assets.nagios.com/downloads/nag ... enance.pdf
Let us know if you have any questions.
https://linuxize.com/post/how-to-mount- ... -on-linux/
Code: Select all
chown -R nagios:nagios /path/to/your/mounted/share
chmod -R 775 /path/to/your/mounted/sharehttps://assets.nagios.com/downloads/nag ... enance.pdf
Let us know if you have any questions.
-
nguyenhung12345
- Posts: 9
- Joined: Thu Jul 09, 2020 1:26 am
Re: Nagios Logging - Pulling down Snapshots to Windows devic
Thank you, I did it.
Able to mount all Nagios nodes and Cluster to a Windows shared directory.
Again, thanks for strong support.
Able to mount all Nagios nodes and Cluster to a Windows shared directory.
Again, thanks for strong support.
Re: Nagios Logging - Pulling down Snapshots to Windows devic
No problem, glad to help! Are we okay to lock this up and mark it as resolved?
-
nguyenhung12345
- Posts: 9
- Joined: Thu Jul 09, 2020 1:26 am
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios Logging - Pulling down Snapshots to Windows devic
Great!nguyenhung12345 wrote:Yes. Thanks.
Locking thread