mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixes header summary, no longer counts hidden
This commit is contained in:
parent
72c1495165
commit
e63bf3cbea
1 changed files with 4 additions and 0 deletions
|
|
@ -179,6 +179,10 @@ function New-IcingaCheckPackage()
|
||||||
|
|
||||||
$check.Compile();
|
$check.Compile();
|
||||||
|
|
||||||
|
if ($check.__IsHidden()) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if ($WorstState -lt $check.__GetCheckState()) {
|
if ($WorstState -lt $check.__GetCheckState()) {
|
||||||
$WorstState = $check.__GetCheckState();
|
$WorstState = $check.__GetCheckState();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue