-
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.
17222 HW/SW inventory: Retain inventory history on central site
This change squashes: Icba1ae13fcc2ee2da9dcd7a1d00701d46ae12ddd I46661437f4569b98418181334debd36cad0db844 I8e1b96c78bf3ff3677012e616e27d21ce5b4666e I22b2f98f58f04a66159a02f568fa6ab4c0c8784b Ie95938a60b65e69bfcc57792932e43b30e282df6 I6590e5bb43ea0bbfebc545b60d1cdeeb288709cd Ie5e94c183f816d7bdf52c63df03a8e5d6e76164a I0ec85cce2b740cb842d0c206edab85545a696816 I52263fb40e3eb831cc863eb459bdddb11e134614 SUP-20276 SUP-22016 Change-Id: I7dee3836008c14408fbf3b6589905c483ba82cbb
- Loading branch information
1 parent
a83a376
commit 37a726f
Showing
3 changed files
with
87 additions
and
92 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,17 @@ | ||
Title: HW/SW inventory: Retain inventory history on central site | ||
Class: fix | ||
Compatible: compat | ||
Component: omd | ||
Date: 1736779496 | ||
Edition: cre | ||
Level: 1 | ||
Version: 2.2.0p39 | ||
|
||
This change affects customers, which are monitoring hosts on a remote site. | ||
Previously, the <code>Inventory history of host</code> 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 historic data was only needed on the remote site. | ||
With this change, diskspace will only consider deleting the inventory history of hosts, which have been deleted. | ||
|
||
The faulty behaviour was introduced in <a href="https://checkmk.com/werk/13242">#Werk 13422</a>. | ||
A similar, but different issue, is addressed in <a href="https://checkmk.com/werk/17223">#Werk 17223</a>. |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
cleanup_paths = [ | ||
'var/mkeventd/history/*.log', | ||
'var/mkeventd/messages/*.log', | ||
'var/check_mk/inventory_archive/*/*', | ||
'var/check_mk/core/archive/history-*', | ||
] |
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