mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6646 from teclogi/master
Update ITL and Docs for memory-windows - show used
This commit is contained in:
commit
2083910090
|
@ -1546,6 +1546,7 @@ Name | Description
|
|||
memory\_win\_warn | **Optional**. The warning threshold. Defaults to "10%".
|
||||
memory\_win\_crit | **Optional**. The critical threshold. Defaults to "5%".
|
||||
memory\_win\_unit | **Optional**. The unit to display the received value in, thresholds are interpreted in this unit. Defaults to "mb" (megabyte), possible values are: b, kb, mb, gb and tb.
|
||||
memory\_win\_show\_used | **Optional**. Show used memory instead of the free memory.
|
||||
|
||||
|
||||
### network-windows <a id="windows-plugins-network-windows"></a>
|
||||
|
|
|
@ -85,6 +85,10 @@ object CheckCommand "memory-windows" {
|
|||
value = "$memory_win_unit$"
|
||||
description = "Use this unit to display memory"
|
||||
}
|
||||
"-U" = {
|
||||
set_if = "$memory_win_show_used$"
|
||||
description = "Show used memory instead of the free memory"
|
||||
}
|
||||
}
|
||||
|
||||
//The default
|
||||
|
|
Loading…
Reference in New Issue