Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 4399
blobd0be212e8a3df3335ec9c317dbac9d674e067aad
1 Title: Views: Fixed graph showing views of services with invalid perfdata
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1487930278
11 Some checks that produced invalid perfdata like 'key=" "' were causing the
12 metric parsing to crash with a "IndexError (list index out of range)" error.
14 The metric parsing is now skipping those invalid values.