Fixed argument type of DisableTimeCache for EventLog check

This commit is contained in:
Lord Hepipud 2019-09-25 19:17:42 +02:00
parent 69f2d7551e
commit 632bb13d68

View file

@ -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
); );