Fix incorrect variable name in the ITL

fixes #9253
This commit is contained in:
Gunnar Beutner 2015-05-12 13:08:10 +02:00 committed by Michael Friedrich
parent bb7190e41f
commit 5c11eb8b47
1 changed files with 3 additions and 3 deletions

View 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"
}
}
}
}