Page 1 of 1

Nagios Logging - Pulling down Snapshots to Windows device

Posted: Sun Jul 12, 2020 8:40 pm
by nguyenhung12345
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?

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Posted: Mon Jul 13, 2020 4:42 pm
by ssax
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/

Code: Select all

chown -R nagios:nagios /path/to/your/mounted/share
chmod -R 775 /path/to/your/mounted/share
See here as well:

https://assets.nagios.com/downloads/nag ... enance.pdf

Let us know if you have any questions.

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Posted: Mon Jul 13, 2020 7:47 pm
by nguyenhung12345
Thank you, I did it.

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

Posted: Tue Jul 14, 2020 4:52 pm
by ssax
No problem, glad to help! Are we okay to lock this up and mark it as resolved?

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Posted: Tue Jul 14, 2020 9:10 pm
by nguyenhung12345
Yes. Thanks.

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Posted: Wed Jul 15, 2020 7:36 am
by scottwilkerson
nguyenhung12345 wrote:Yes. Thanks.
Great!

Locking thread