Seems that is working now.lmiltchev wrote:Modify the following lines in the nsclient.ini so that they look like this:and restart tne nsclient++ service.Code: Select all
insecure = true extended response = 0
Test your check by running:
Let us know if this helped.Code: Select all
./check_nrpe -H SERVERIP -n -c check_files -a path='C:\\Temp' 'warn= count < 1' 'crit= count < 1' top-syntax='${status}: ${count} files found ${problem_list}' 'empty-state=critical' show-all
check if windows folder exist
Re: check if windows folder exist
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check if windows folder exist
Great! Locking threadlpereira wrote:Seems that is working now.