Monitoring windows DFS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
macarranza
Posts: 14
Joined: Fri May 18, 2018 5:26 pm

Monitoring windows DFS

Post by macarranza »

What is the best way to monitor windows servers with distributed file system?
We have centralized repositories for user data at remote locations, replicating to a central server in our data center.
Currently using WMI for nagios checks in those servers
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Monitoring windows DFS

Post by scottwilkerson »

What are you trying to monitor on these server? Using WMI is fine, however if you want to monitor the DFS itself you would likely need to add an agent like NCPA or NSClient++ you you can install a plugin for them.

There is a DFS plugin here
https://exchange.nagios.org/directory/A ... og/details
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
macarranza
Posts: 14
Joined: Fri May 18, 2018 5:26 pm

Re: Monitoring windows DFS

Post by macarranza »

Thanks for your reply.
I would like to monitor DFS behavior (e.g. synchronization errors)
WMI can only tell me if the services are running.
what kind of information can I get with the plugin?

MC
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Monitoring windows DFS

Post by scottwilkerson »

macarranza wrote:what kind of information can I get with the plugin?
Check DFS Replication and Check DFS Backlog

If you want error information the only way I know to get that is to find it in the Eventlog

Nagios Log Server can make finding these and alerting on them a breeze if you have it.
https://www.nagios.com/products/nagios-log-server/
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked