Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5362
blob6b42b14269c82c3ce9a5ab77f7358a043b96e5da
1 Title: Fixed possible exception on global settings page related to "diskspace cleanup"
2 Level: 1
3 Component: wato
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1507194818
8 Class: fix
10 In 1.2.8 or older it was possible to configure "max_file_age = None" in the etc/diskspace.conf
11 file. This value was not interpreted correctly by the current code which lead to an exception
12 "TypeError: unsupported operand type(s) for divmod(): 'NoneType' and 'int'" on the global settings
13 page.
15 To workaround this issue, you could remove this option form the etc/diskspace.conf file.