From 983f11ef58520a7dc9aaa354830690c0562a6e9e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 12 Apr 2014 08:56:26 +0200 Subject: [PATCH] Update "swap" check command. Refs #4865 --- itl/command-common.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/command-common.conf b/itl/command-common.conf index 942466a19..62707dc88 100644 --- a/itl/command-common.conf +++ b/itl/command-common.conf @@ -230,8 +230,8 @@ object CheckCommand "swap" { command = [ PluginDir + "/check_swap", - "-w", "$wgreater$%", - "-c", "$cgreater$%" + "-w", "$wfree$%", + "-c", "$cfree$%" ], vars.wfree = 50,