Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1406
blobb645eb0e52a1c92d7470e7d51554f78b01738ee9
1 Title: Assume PEND in count_ok aggregations if all nodes are PEND
2 Level: 2
3 Component: bi
4 Compatible: compat
5 Version: 1.2.5i6
6 Date: 1411721844
7 Class: feature
9 If you are using the BI aggregation function <tt>count_ok</tt> then nodes
10 with the state <tt>PEND</tt> (which essentially means unmonitored or not
11 present) are handled differently from now.
13 If <b>all</b> nodes are pending then the total state will also be pending.
14 If just some of the nodes are pending then they will not taken into account.
15 This is especially imported when doing availability computations on
16 BI aggregates.