A little question about the Inventory history.
Checkmk Raw Edition 2.1.0p20
Ubuntu Jammy(Server and Client)
I am interested in the package changes of the inventory and thought , that the inventory together with the history would be a good tool to keep track of packages and changed versions over time.
However only change are being displayed in the inventory history.
As opposed the the screenshot from the Checkmk-Documentaion The HW/SW Inventory
And while the screenshot from the documentation includes entries in white, i could only find either red or green entries.
Playing around a bit with the inventory_delta_cache files, i got the history to display a package name.
Changing the auto generated content:
(0, 1, 0, {'Attributes': {}, 'Table': {}, 'Nodes': {'software': {'Attributes': {}, 'Table': {}, 'Nodes': {'packages': {'Attributes': {}, 'Table': {'KeyColumns': ['name'], 'Rows': [{'version': ('2.0.1p28.1', '2.1.0')}]}, 'Nodes': {}}}}}})
To:
(0, 1, 0, {'Attributes': {}, 'Table': {}, 'Nodes': {'software': {'Attributes': {}, 'Table': {}, 'Nodes': {'packages': {'Attributes': {}, 'Table': {'KeyColumns': ['name'], 'Rows': [{'name': ('package', 'package'),'version': ('2.0.1p28.1', '2.1.0')}]}, 'Nodes': {}}}}}})
I got checkmk to display package, in white as the name attribute.
Would it be possible to get an entry with both the changes and non changes?
Thanks in advance for any idea or comment.
Might be related to: HW/SW Inventory history: Display the whole row if there are any changes
P.S. This is a new installation with only one configured host.



