mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 15:19:58 -05:00
Removed not required arguments for Service check
This commit is contained in:
parent
93951cd607
commit
c14efdcc9f
1 changed files with 1 additions and 3 deletions
|
|
@ -6,9 +6,7 @@ function Invoke-IcingaCheckService()
|
|||
{
|
||||
param(
|
||||
[string]$Status,
|
||||
[string]$Service,
|
||||
[switch]$NoPerfData,
|
||||
$Verbose
|
||||
[string]$Service
|
||||
);
|
||||
|
||||
$FoundService = Get-IcingaServices -Service $Service;
|
||||
|
|
|
|||
Loading…
Reference in a new issue