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