Skip to content

Commit 3651927

Browse files
authored
Merge pull request #630 from Al2Klimov/patch-3
Get-IcingaCheckCommandConfig: set vars.ifw_api_command in all commands
2 parents 351f758 + d4ddf67 commit 3651927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/core/tools/Get-IcingaCheckCommandConfig.psm1

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ function Get-IcingaCheckCommandConfig()
212212
'object_name' = $check;
213213
'object_type' = 'object';
214214
'vars' = @{
215+
'ifw_api_command' = $check;
215216
'ifw_api_arguments' = @{ };
216217
};
217218
}

0 commit comments

Comments
 (0)