Changes between Version 32 and Version 33 of CheckDisk/CheckFileSize


Ignore:
Timestamp:
04/19/12 03:04:28 (13 months ago)
Author:
marty_one
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckDisk/CheckFileSize

    v32 v33  
    3333=== Check the size of the file with spaces === 
    3434Check the size of the mydb.db and make sure it stays below 1 gigabyte. Note that when passing the path/file as an argument, put that argument within quotes. Ex: monitorFileSize!100M!200M!myfile!"c:/Program\ Files/...". 
    35 [[NSClientCommand(CheckFileSize,ShowAll MaxWarn=1024M MaxCrit=1500M File:mydb=c:/Program\ Files/MyApp/mydb.db)]] 
     35[[NSClientCommand(CheckFileSize,ShowAll MaxWarn=1024M MaxCrit=1500M "File:mydb=c:/Program\ Files/MyApp/mydb.db")]] 
    3636[[NSClientResult(OK, mydb=200MB;1024;1500)]] 
    3737[[NSClientConfig(1024M,1500M)]]