Werk #11032: Fixed consideration of local 'old style' perfometer customizations
Component | User interface | ||
Title | Fixed consideration of local 'old style' perfometer customizations | ||
Date | May 25, 2020 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
If a perfometer definition like:
perfometers["check_mk-mem.linux"] = my_perfometer
is set in '~/local/share/check_mk/web/plugins/perfometer" and the key is already present within the builtin perfometers, the local definition had no effect.
From now on, such local customizations are taken into account.