Werk #11632: Bulk discovery: Fix 'too many values to unpack' if old performance parameters are still used
Component | Setup | ||||
Title | Bulk discovery: Fix 'too many values to unpack' if old performance parameters are still used | ||||
Date | Feb 24, 2021 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Old bulk performance parameters in etc/check_mk/multisite.d/wato/global.mk
may consists of three values: use-cache, do-scan, bulk-size.
With some refactorings the first parameter was removed (which had no effect
since Checkmk 1.5.0) and causes above error while executing bulk discovery.