mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 04:09:29 -05:00
Merge pull request #630 from Al2Klimov/patch-3
Get-IcingaCheckCommandConfig: set vars.ifw_api_command in all commands
This commit is contained in:
commit
3651927820
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ function Get-IcingaCheckCommandConfig()
|
|||
'object_name' = $check;
|
||||
'object_type' = 'object';
|
||||
'vars' = @{
|
||||
'ifw_api_command' = $check;
|
||||
'ifw_api_arguments' = @{ };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue