Fixed methods_execute variable naming

This commit is contained in:
Lord Hepipud 2019-09-16 12:06:05 +02:00
parent 10001cc84d
commit 516b915472

View file

@ -170,7 +170,7 @@ function Get-IcingaCheckCommandConfig()
'fields' = @{}; 'fields' = @{};
'imports' = @(); 'imports' = @();
'is_string' = $NULL; 'is_string' = $NULL;
'methods_excute' = 'PluginCheck'; 'methods_execute' = 'PluginCheck';
'object_name' = $Data.Syntax.syntaxItem.Name; 'object_name' = $Data.Syntax.syntaxItem.Name;
'object_type' = 'object'; 'object_type' = 'object';
'timeout' = '180'; 'timeout' = '180';