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