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
246a1c0100
commit
e2d0ea2924
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function Invoke-IcingaCheckUpdates()
|
||||||
$IcingaCheck.WarnOutOfRange($Warning).CritOutOfRange($Critical) | Out-Null;
|
$IcingaCheck.WarnOutOfRange($Warning).CritOutOfRange($Critical) | Out-Null;
|
||||||
$UpdateCount.AddCheck($IcingaCheck);
|
$UpdateCount.AddCheck($IcingaCheck);
|
||||||
|
|
||||||
$UpdatePackage = New-IcingaCheckPackage -Name 'Updates' -OperatorAnd -Verbose $Verbosity -Checks @(
|
$UpdatePackage = New-IcingaCheckPackage -Name 'Windows Updates' -OperatorAnd -Verbose $Verbosity -Checks @(
|
||||||
$UpdateCount
|
$UpdateCount
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue