mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-22 07:39:52 -05:00
Removed not required arguments for Service check
This commit is contained in:
parent
1ee90a95dc
commit
521ed5eb09
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