Werk #14206: Improved checker performance for hosts using HW/SW inventory checks
Component | Checks & agents |
Title | Improved checker performance for hosts using HW/SW inventory checks |
Date | Jul 17, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0p8 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
HW/SW inventory checks usually generate persisted data on the monitoring server. This data is parsed on every check interval and there causes some CPU load. The format of the data has been changed, so that the data can be parsed multiple times faster.