From 9d0ee05436721687f922d9827e2c85252c57d341 Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Mon, 19 Jun 2017 17:56:04 +0200 Subject: [PATCH] Explain threshold computation for windows plugins fixes #3560 --- doc/10-icinga-template-library.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 9b2d63ca4..5722e1d9e 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -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. ### 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** >