Improves naming of Windows update check result

This commit is contained in:
Lord Hepipud 2019-10-30 17:51:02 +01:00
parent 57af086055
commit 75ff1061de

View file

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