mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixed argument type of DisableTimeCache for EventLog check
This commit is contained in:
parent
7b7332b943
commit
d8fdea903f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function Invoke-IcingaCheckEventlog()
|
||||||
[array]$ExcludeMessage,
|
[array]$ExcludeMessage,
|
||||||
$After = $null,
|
$After = $null,
|
||||||
$Before = $null,
|
$Before = $null,
|
||||||
[bool]$DisableTimeCache,
|
[switch]$DisableTimeCache = $FALSE,
|
||||||
[switch]$NoPerfData,
|
[switch]$NoPerfData,
|
||||||
$Verbose
|
$Verbose
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue