Removed not required arguments for Service check

This commit is contained in:
Lord Hepipud 2019-07-24 14:37:42 +02:00
parent 93951cd607
commit c14efdcc9f

View file

@ -6,9 +6,7 @@ function Invoke-IcingaCheckService()
{
param(
[string]$Status,
[string]$Service,
[switch]$NoPerfData,
$Verbose
[string]$Service
);
$FoundService = Get-IcingaServices -Service $Service;