Changes between Version 9 and Version 10 of CheckDisk/CheckFileSize
- Timestamp:
- 06/20/07 02:14:43 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CheckDisk/CheckFileSize
v9 v10 48 48 check_command CheckMyFiles 49 49 }}} 50 51 52 I have had to set this up like this for our Windows Servers 53 54 # Check File Size === Greg Small 55 define command { 56 command_name CheckFileSize 57 command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c CheckFileSize -a MaxWarn=$ARG1$ MaxCrit=$ARG2$ File=$ARG3$ 58 } 59 60 define service{ 61 use xx-app-service 62 host_name SERVER01 63 service_description Information store database 64 check_command CheckFileSize!13G!15.5G!'d:\\exchsrvr\\mdbdata\\priv1.edb' 65 }








