Werk #7065: k8s_stats: fix crashes regarding timestamp parsing

Component Checks & agents
Title k8s_stats: fix crashes regarding timestamp parsing
Date Mar 7, 2019
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 1.5.0p13 1.6.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

The Kubernetes API provides timestamps for the k8s_stats checks in the RFC3339Nano format with different timezones and a varying number of trailing zeros in the seconds field. This lead to a crash of the k8s_stats.network check. To resolve this issues the timestamps are now converted to unix timestamps in the special agent.

To the list of all Werks