Changes between Version 9 and Version 10 of CheckDisk/CheckFileSize


Ignore:
Timestamp:
06/20/07 02:14:43 (6 years ago)
Author:
greg.small@…
Comment:

Windows Service File Size checking

Legend:

Unmodified
Added
Removed
Modified
  • CheckDisk/CheckFileSize

    v9 v10  
    4848check_command CheckMyFiles 
    4949}}} 
     50 
     51 
     52I have had to set this up like this for our Windows Servers 
     53 
     54# Check File Size === Greg Small         
     55define 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 
     60define 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        }