]> 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)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 19 Jun 2015 08:57:48 +0000 (10:57 +0200)
fixes #9253

itl/command-plugins-windows.conf

index af4da340dd560c07129e2a6cfbf93b12f1e9e6e7..be16fbf9e601157c48b3c387974924fee5a16c13 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
+}