Werk #18030: HW/SW Inventory history: Fix confusion of old and new entries if changed
Component | User interface | ||||
Title | HW/SW Inventory history: Fix confusion of old and new entries if changed | ||||
Date | May 8, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Incompatible - Manual interaction might be required | ||||
Checkmk versions & editions |
|
If a value has changed then it will be displayed as <OLD_VALUE> -> <NEW_VALUE>
.
If you encounter wrong orders of history entries, ie <NEW_VALUE> -> <OLD_VALUE>
, then you have
to remove the delta cache files
var/check_mk/inventory_delta_cache/<HOST>/<OLD_TIMESTAMP>_<NEW_TIMESTAMP>
.
You can look up the timestamps below
Display > Modify display options > Time stamp format: Unix Timestamp (Epoch)
and delete the related files.