Branch: refs/heads/2.2.0
Home:
https://github.com/Checkmk/checkmk
Commit: 52504e423a732848fe1b53945bed021e232270e1
https://github.com/Checkmk/checkmk/commit/52504e423a732848fe1b53945bed021e2…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2024-09-23 (Mon, 23 Sep 2024)
Changed paths:
A .werks/16896
M checks/mbg_lantime_ng_state
M cmk/base/check_legacy_includes/mbg_lantime.py
Log Message:
-----------
16896 FIX mbg_lantime_ng_state: ValueError (could not convert string to float:
'n/a')
Value for {{mbgLtNgNtpRefclockOffset}} may be 'n/a' instead of a float
representation, resulting in {{ValueError (could not convert string to
float: 'n/a')}} being thrown in the check function.
This change skips preprocessing and evaluating a value of {{'n/a'}} for
{{mbgLtNgNtpRefclockOffset}}.
SUP-20609
Change-Id: I49886e5eabc8e607c6864fadf8c12a04b07877e3
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications