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(
|
param(
|
||||||
[string]$Status,
|
[string]$Status,
|
||||||
[string]$Service,
|
[string]$Service
|
||||||
[switch]$NoPerfData,
|
|
||||||
$Verbose
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$FoundService = Get-IcingaServices -Service $Service;
|
$FoundService = Get-IcingaServices -Service $Service;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue