Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 2f77eaa502723920a42579b5c67fd3e5bb0791a0
https://github.com/Checkmk/checkmk/commit/2f77eaa502723920a42579b5c67fd3e5b…
Author: thl-cmk <65558014+thl-cmk(a)users.noreply.github.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
A .werks/15999
M cmk/base/plugins/agent_based/utils/entity_mib.py
Log Message:
-----------
Fixes: is not a valid PhysicalClasses
In PhysicalClasses are only the values from 1 to 12 defined (this acording to the MIB
description).
For all other values is an explicit errorhandling implemented (currently only for
"0","" and "14").
This fix will change this, so that for every value other than 1-12 the physical classe
"unknown" is returned.
Werk 15633 was only fixing ths error for the value 14.
One Example from a Cisco Stack:
['1001', '13', 'StackPort1'],
['1002', '14', 'StackAdapter1'],
Here the value 13 results in a crash of the inventory plugins.
Change-Id: I4f59caf1f5899eb726dc8e86d1435df00610b68a
Commit: 9448a2c9d6b091841a1e7235f97a64206f152edd
https://github.com/Checkmk/checkmk/commit/9448a2c9d6b091841a1e7235f97a64206…
Author: Simon Jess <simon.jess(a)checkmk.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
A .werks/16002
M cmk/base/plugins/agent_based/veeam_cdp_jobs.py
M tests/unit/cmk/base/plugins/agent_based/test_veeam_cdp_jobs.py
Log Message:
-----------
16002 FIX veeam_cdp_jobs: Fix parsing of last sync which may contain floats like
'123,456'
Change-Id: Ide447ecdfb9e6fd70edc71a171b76edb7f2365ed
Compare:
https://github.com/Checkmk/checkmk/compare/77877c3868af...9448a2c9d6b0