Fixed argument type of DisableTimeCache for EventLog check

This commit is contained in:
Lord Hepipud 2019-09-25 19:17:42 +02:00
parent 7b7332b943
commit d8fdea903f

View file

@ -16,7 +16,7 @@ function Invoke-IcingaCheckEventlog()
[array]$ExcludeMessage,
$After = $null,
$Before = $null,
[bool]$DisableTimeCache,
[switch]$DisableTimeCache = $FALSE,
[switch]$NoPerfData,
$Verbose
);