]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect variable name in the ITL
authorGunnar Beutner <gunnar@beutner.name>
Tue, 12 May 2015 11:08:10 +0000 (13:08 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 12 May 2015 11:20:19 +0000 (13:20 +0200)
fixes #9253

itl/command-plugins-windows.conf

index 4206585551275230a85bf29ae0eca6e81e1629fe..54243ac005ac4e4fa8743f8660fc7e7a9d87fcfe 100644 (file)
@@ -131,8 +131,8 @@ object CheckCommand "perfmon-windows" {
                }
        }
        
-       vars.performance-wait = "1000"
-       vars.fmt-countertype = "double"
+       vars.performance_win_wait = 1000
+       vars.perfmon_win_type = "double"
        //The default values
 }
 
@@ -318,4 +318,4 @@ object CheckCommand "users-windows" {
                        description = "Critical threshold"
                }
        }
-}
\ No newline at end of file
+}