]> granicus.if.org Git - icinga2/commitdiff
Update "swap" check command.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 12 Apr 2014 06:56:26 +0000 (08:56 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 12 Apr 2014 06:56:26 +0000 (08:56 +0200)
Refs #4865

itl/command-common.conf

index 942466a199a40bbf1b4e403334ad149a7af1bcb5..62707dc88e9a841e0d9a057144c48787d10972f6 100644 (file)
@@ -230,8 +230,8 @@ object CheckCommand "swap" {
 
        command = [
                PluginDir + "/check_swap",
-               "-w", "$wgreater$%",
-               "-c", "$cgreater$%"
+               "-w", "$wfree$%",
+               "-c", "$cfree$%"
        ],
 
        vars.wfree = 50,