Werk #13134: custom_files: Place plugins under the right directory on windows
Component | Agent bakery | ||||
Title | custom_files: Place plugins under the right directory on windows | ||||
Date | Jan 18, 2022 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
This Werk fixes a regression that got introduced with Checkmk 2.0.0p18.
The changes from Werk #13131 lead to the situation that custom files placed under ~/var/check_mk/agents/custom/<pkg>/lib/plugins accidentally got packaged directly under the Windows agent's installation directory.
Now, they get placed correctly under <install_dir>\plugins, as it was the case before the regression.