HI Team,
Is it possible to monitor DFS path in nagios ?
DFS path monitoring
Re: DFS path monitoring
Hey,
You should be able to do this with NSClient++, but only when the service is running with credentials that have permissions on the dfs path you want to monitor.
For example this is something I'm using to monitor if a folder contains any files:
Grtz
Willem
You should be able to do this with NSClient++, but only when the service is running with credentials that have permissions on the dfs path you want to monitor.
For example this is something I'm using to monitor if a folder contains any files:
Code: Select all
/usr/local/nagios/libexec/check_nrpe_v3 -2 -P 10240 -H windows-gateway -p 5666 -t 120 -c check_files -a path='\\dfsroot\junction\folder\ERRORS' pattern=*.* 'critical=count>0' 'empty-state=ok'
No files found|'count'=0;0;0Willem
Nagios XI 5.8.1
https://outsideit.net
https://outsideit.net
Re: DFS path monitoring
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.