Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6706
blobb9cfc91f1b4af2bdc581ca219067ce59216966ef
1 Title: BI availability no longer creates N/A periods if an element within the BI was not known at the time
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1550580832
11 WK:4202 introduced some special handling for BI aggregations:
13 <tt>
14 When computing the availability of a BI aggregation for a time range during which new hosts or services were added to the monitoring the state of these objects would be displayed as PEND before point of time they were added. But this is not correct. These objects where not pending but simply not yet existing and thus not contained in the aggregation tree at all at that time.
15 </tt> 
17 This introduced an side effect, so that some availability reports of an aggregation still shows N/A even when the
18 user has explicitly switched off <tt>Include unmonitored time</tt>.