Skip to content

Commit

Permalink
Merge pull request #630 from Al2Klimov/patch-3
Browse files Browse the repository at this point in the history
Get-IcingaCheckCommandConfig: set vars.ifw_api_command in all commands
  • Loading branch information
LordHepipud authored Jul 25, 2023
2 parents 351f758 + d4ddf67 commit 3651927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/tools/Get-IcingaCheckCommandConfig.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ function Get-IcingaCheckCommandConfig()
'object_name' = $check;
'object_type' = 'object';
'vars' = @{
'ifw_api_command' = $check;
'ifw_api_arguments' = @{ };
};
}
Expand Down

0 comments on commit 3651927

Please sign in to comment.