From f2ac52cc883254034ca9d80e099a5736b3679076 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 12 May 2015 13:08:10 +0200 Subject: [PATCH] Fix incorrect variable name in the ITL fixes #9253 --- itl/command-plugins-windows.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/itl/command-plugins-windows.conf b/itl/command-plugins-windows.conf index 420658555..54243ac00 100644 --- a/itl/command-plugins-windows.conf +++ b/itl/command-plugins-windows.conf @@ -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 +} -- 2.40.0