Update "swap" check command.

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-12 08:56:26 +02:00
parent eee198ecab
commit 983f11ef58

View File

@ -230,8 +230,8 @@ object CheckCommand "swap" {
command = [
PluginDir + "/check_swap",
"-w", "$wgreater$%",
"-c", "$cgreater$%"
"-w", "$wfree$%",
"-c", "$cfree$%"
],
vars.wfree = 50,