Explain threshold computation for windows plugins

fixes #3560
This commit is contained in:
Jean Flach 2017-06-19 17:56:04 +02:00
parent fcfc72848b
commit 9d0ee05436
1 changed files with 2 additions and 1 deletions

View File

@ -1441,6 +1441,7 @@ Threshold | Meaning
Check command object for the `check_disk.exe` plugin.
Aggregates the free disk space of all volumes and mount points it can find, or the ones defined in `disk_win_path`. Ignores removable storage like fash drives and discs (CD, DVD etc.).
The data collection is instant and free disk space is used for threshold computation.
> **Note**
>
@ -1473,7 +1474,7 @@ load\_win\_crit | **Optional**. The critical threshold.
### <a id="windows-plugins-memory-windows"></a> memory-windows
Check command object for the `check_memory.exe` plugin.
The memory collection is instant.
The memory collection is instant and free memory is used for threshold computation.
> **Note**
>