Bakery API: wrong paths

Hi,

the bakery API documentation

check_mk/plugin-api/apidoc/cmk/cmk.base.cee.plugins.bakery.bakery_api.html#example-bakery-plugin

contains wrong paths for the example files:
Wrong is:

  • ~/local/share/check_mk/agents/my_example_plugin.linux.py: Linux agent plugin
  • ~/local/share/check_mk/agents/my_example_plugin.solaris.sh: Solaris agent plugin
  • ~/local/share/check_mk/agents/windows/my_example_plugin.vbs: Windows agent plugin

Correct is:

  • ~/local/share/check_mk/agents/plugins/my_example_plugin.linux.py: Linux agent plugin
  • ~/local/share/check_mk/agents/plugins/my_example_plugin.solaris.sh: Solaris agent plugin
  • ~/local/share/check_mk/agents/windows/plugins/my_example_plugin.vbs: Windows agent plugin

(the first three paths are missing the directory β€œplugins”)

By the way, thanks for providing this documentation. It helps me a lot to understand the inner working …to some extend :wink:

BR
Simon

Hi Simon, thanks for finding this issue. It will be corrected soon.
Best regards Thomas

1 Like