-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17223 FIX HW/SW Inventory: Fix sporadic disappearing
SUP-20276 SUP-22016 Change-Id: Ia8ebb2b8f4bc3b6df5adff6a897f298960b57c5f
- Loading branch information
1 parent
00dcd2d
commit aa67206
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[//]: # (werk v2) | ||
# HW/SW Inventory: Fix sporadic disappearing | ||
|
||
key | value | ||
---------- | --- | ||
date | 2025-01-13T17:53:39+00:00 | ||
version | 2.3.0p25 | ||
class | fix | ||
edition | cre | ||
component | inv | ||
level | 1 | ||
compatible | yes | ||
|
||
This change affects customers, which are monitoring hosts on a remote site. | ||
Previously, the HW/SW inventory would sporadically disappear on the central site, even though it was shown correctly on the remote site. | ||
This was due to an incorrect implementation of the diskspace utility. | ||
This implementation assumed that the inventory data was only needed on the remote site. | ||
With this change, diskspace will only consider deleting the inventory data of hosts, which have been deleted. | ||
|
||
The faulty behaviour was introduced in [#Werk 13422](https://checkmk.com/werk/13242). | ||
A similar, but different issue, is addressed in [#Werk 17222](https://checkmk.com/werk/17222). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters