Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7065
blob86cf01a3a2a535384863f1d0a096011199e0af2d
1 Title: k8s_stats: fix crashes regarding timestamp parsing
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1551979057
8 Class: fix
10 The Kubernetes API provides timestamps for the k8s_stats checks
11 in the RFC3339Nano format with different timezones and a varying
12 number of trailing zeros in the seconds field. This lead to
13 a crash of the k8s_stats.network check. To resolve this issues
14 the timestamps are now converted to unix timestamps in the
15 special agent.