Create Marek Pastier 18.03.2010 Easy script for check space folder. You need NRPE_NT daemon on win computer ########################################################## Install ########################################################## 1.copy file to c:\ for example... c:\nrpe_nt\bin\check_folder_size.vbs 2.set your nrpe.cfg for command for example command[check_foldersize]=c:\windows\system32\cscript.exe //NoLogo //T:30 c:\nrpe_nt\bin\check_folder_size.vbs c:\yourfolder 50 78 50 70 are parameters for warning and critical value in MB 3.restart your nrpe_nt daemon in command prompt example.. net stop nrpe_nt and net start nrpe_nt 4. try from linux example.: ./check_nrpe -H yourcomputer -c check_foldersize and result can be OK:22,8 MB it is all