Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 944
blob981ada8a8ccecd2f5588a939b1263745b2e0d304
1 Title: oracle_tablespaces: fixed calculation of space left and number of remaining increments
2 Level: 2
3 Component: checks
4 Version: 1.2.5i5
5 Date: 1403784236
6 Class: fix
8 The remaining increments and space left was not correctly calculated when the
9 remaining memory space was not a multiple of the increment size.<br>
10 For example:<br>
12 C+:
13 Tablespace
14 900 MB used
15 100 MB free space for autoincrement
17 200 MB increment size
18 C-:
20 The previous version calculated 900 MB as maximum size, because the increment size was greater
21 than the remaining autoincrement space. This was wrong. The last increment also uses the remaining
22 space, even if the remaining size is smaller than the increment size.<br><br>
24 As a result, this fix actually increases the amount of available free space,
25 so it should not have any negative side effects for already configured limits.