mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Improves naming of Windows update check result
This commit is contained in:
parent
b22d180217
commit
7d89b1f877
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function Invoke-IcingaCheckUpdates()
|
|||
$IcingaCheck.WarnOutOfRange($Warning).CritOutOfRange($Critical) | Out-Null;
|
||||
$UpdateCount.AddCheck($IcingaCheck);
|
||||
|
||||
$UpdatePackage = New-IcingaCheckPackage -Name 'Updates' -OperatorAnd -Verbose $Verbosity -Checks @(
|
||||
$UpdatePackage = New-IcingaCheckPackage -Name 'Windows Updates' -OperatorAnd -Verbose $Verbosity -Checks @(
|
||||
$UpdateCount
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue