Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5618
blob1e84f4eba346b44fb1c798142e63115140fe9029
1 Title: skype.sip_stack: Fixed "missing key" error which caused a check crash
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i3
7 Date: 1516097649
8 Class: fix
10 Above error was a result of different key notations for
11 the same object, eg. in "skype.sip_stack" we got
12 - "SIP - Incoming Responses Dropped /Sec" and
13 - "SIP - Incoming Responses Dropped/sec"
14 Now we normalize these keys by ignoring upper/lower
15 case and spaces.