Changes between Version 19 and Version 20 of CheckFile


Ignore:
Timestamp:
04/10/08 00:23:12 (5 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckFile

    v19 v20  
    3535This command will check the date of a file (boot.ini) and alert if it's modified (written) date is greater than 3 days (3d). 
    3636 
    37 checkcommand.cfg - 
     37||checkcommand.cfg - 
    3838     command_line      
    3939          $USER1$/check_nrpe -H $HOSTADDRESS$ -c CheckFile -a file="$ARG1$" filter-written=\>"$ARG2$" syntax="%filename% last updated %write%" MaxCrit=1 
     
    4141service.cfg -  
    4242     check_command 
    43           nrpe_check_file_last_written!"C:\\boot.ini"!3d 
     43          nrpe_check_file_last_written!"C:\\boot.ini"!3d|| 
    4444