Merge pull request #630 from Al2Klimov/patch-3

Get-IcingaCheckCommandConfig: set vars.ifw_api_command in all commands
This commit is contained in:
Lord Hepipud 2023-07-25 15:21:21 +02:00 committed by GitHub
commit 3651927820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,6 +212,7 @@ function Get-IcingaCheckCommandConfig()
'object_name' = $check;
'object_type' = 'object';
'vars' = @{
'ifw_api_command' = $check;
'ifw_api_arguments' = @{ };
};
}