mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 15:19:58 -05:00
Added exit statement for command execution
This commit is contained in:
parent
95cfaf4638
commit
59236ee0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ function Get-IcingaCheckCommandConfig()
|
||||||
'arguments' = @{
|
'arguments' = @{
|
||||||
# Set the Command handling for every check command
|
# Set the Command handling for every check command
|
||||||
'-C' = @{
|
'-C' = @{
|
||||||
'value' = [string]::Format('Use-Icinga; {0}', $Data.Name);
|
'value' = [string]::Format('Use-Icinga; exit {0}', $Data.Name);
|
||||||
'order' = '0';
|
'order' = '0';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue