ID: 13134
Title: custom_files: Place plugins under the right directory on windows
Component: agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
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 <tt>~/var/check_mk/agents/custom/<pkg>/lib/plugins</tt>
accidentally
got packaged directly under the Windows agent's installation directory.
Now, they get placed correctly under
<tt><install_dir>\plugins</tt>,
as it was the case before the regression.