-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17595 FIX Fix miscalculated summary of availability
When calculating the availability average, unmonitored hosts/services were subtracted twice from the total number of hosts/services. This resulted in average availabilities greater than 100%. Now the average availability is calculated and displayed correctly on when unmonitored hosts/services are present. Change-Id: I841ea98d1304a6904daa31cd41a99d1106897992
- Loading branch information
Showing
2 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[//]: # (werk v2) | ||
# Fix miscalculated summary of availability | ||
|
||
key | value | ||
---------- | --- | ||
date | 2025-02-05T14:49:03+00:00 | ||
version | 2.5.0b1 | ||
class | fix | ||
edition | cre | ||
component | multisite | ||
level | 1 | ||
compatible | yes | ||
|
||
When calculating the availability average, unmonitored hosts/services were subtracted twice from the total number of hosts/services. | ||
This resulted in average availabilities greater than 100%. | ||
|
||
Now the average availability is calculated and displayed correctly on when unmonitored hosts/services are present. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters