mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-01-06 15:09:53 -05:00
Add default status for service check plugin
This commit is contained in:
parent
d9516db82f
commit
b5eee2534e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ function Invoke-IcingaCheckService()
|
||||||
param(
|
param(
|
||||||
[array]$Service,
|
[array]$Service,
|
||||||
[ValidateSet('Stopped', 'StartPending', 'StopPending', 'Running', 'ContinuePending', 'PausePending', 'Paused')]
|
[ValidateSet('Stopped', 'StartPending', 'StopPending', 'Running', 'ContinuePending', 'PausePending', 'Paused')]
|
||||||
[string]$Status,
|
[string]$Status = 'Running',
|
||||||
[ValidateSet(0, 1, 2, 3)]
|
[ValidateSet(0, 1, 2, 3)]
|
||||||
[int]$Verbosity = 0
|
[int]$Verbosity = 0
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue