Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 4435
blob4a389e02f7863612888dfc32d3e73f5516f57eae
1 Title: Fixed pending_flex_downtime column in host/service-related tables
2 Level: 1
3 Component: livestatus
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0i1
7 Date: 1492698749
8 Class: fix
10 In the NEB plugin, the pending_flex_downtime column has always been an
11 integer, although the column comment claimed it was a boolean.  The
12 Livestatus interface of the Check_MK Micro Core was inconsistent and
13 returned a boolean.  Furthermore, the calculation of the value was not
14 totally correct.
16 Now pending_flex_downtime is always returned as an integer, and the column
17 comment has been fixed to reflect that.