]> granicus.if.org Git - icinga2/commitdiff
Explain threshold computation for windows plugins
authorJean Flach <jean-marcel.flach@icinga.com>
Mon, 19 Jun 2017 15:56:04 +0000 (17:56 +0200)
committerJean Flach <jean-marcel.flach@icinga.com>
Wed, 21 Jun 2017 09:37:31 +0000 (11:37 +0200)
fixes #3560

doc/10-icinga-template-library.md

index 9b2d63ca4efcba303367553525588e6656fc0e21..5722e1d9e2bb05a9746888851f09ea5833e64efd 100644 (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**
 >