Re: check if windows folder exist
Posted: Fri Aug 24, 2018 1:41 pm
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