Nagios Logging - Pulling down Snapshots to Windows device

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
nguyenhung12345
Posts: 9
Joined: Thu Jul 09, 2020 1:26 am

Nagios Logging - Pulling down Snapshots to Windows device

Post 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?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Post 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.
nguyenhung12345
Posts: 9
Joined: Thu Jul 09, 2020 1:26 am

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Post 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.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Post by ssax »

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

Re: Nagios Logging - Pulling down Snapshots to Windows devic

Post by nguyenhung12345 »

Yes. Thanks.
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

Post by scottwilkerson »

nguyenhung12345 wrote:Yes. Thanks.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked