Removed not required arguments for Service check

This commit is contained in:
Lord Hepipud 2019-07-24 14:37:42 +02:00
parent 8b3fcaaa9c
commit c4bb5359a2

View file

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