- Timestamp:
-
04/19/12 03:04:28 (13 months ago)
- Author:
-
marty_one
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v32
|
v33
|
|
| 33 | 33 | === Check the size of the file with spaces === |
| 34 | 34 | Check 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")]] |
| 36 | 36 | [[NSClientResult(OK, mydb=200MB;1024;1500)]] |
| 37 | 37 | [[NSClientConfig(1024M,1500M)]] |
|
|