Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add directories 'lib' and 'agent_based' #9

Open
nedjitef opened this issue May 5, 2021 · 3 comments
Open

Add directories 'lib' and 'agent_based' #9

nedjitef opened this issue May 5, 2021 · 3 comments

Comments

@nedjitef
Copy link

nedjitef commented May 5, 2021

I tried to unpack an mkp, which included bakery plugins.
These haven't been unpacked but just the agent plugin and web plugin.
The check wasn't extracted as well.

I used code similar to that in README.mk on a mkp for 2.0.0 (developed and testet on 2.0.0p3),
so I'm making use of the new API.

#!/usr/bin/env python3

from sys import argv
import mkp

package = mkp.load_file(argv[1])
print(package.info)
package.extract_files('.')

Maybe this affects packaging too and maybe it's worth to support.

@nedjitef nedjitef changed the title Add bakery support Add directories 'lib' and 'agent_based' May 6, 2021
@nedjitef
Copy link
Author

nedjitef commented May 6, 2021

As it turns out, the package contains the archives 'lib' and 'agent_based', so I changed the title

@gizmo84
Copy link

gizmo84 commented Jul 12, 2021

Same issue here. @tom-mi could you please merge #10 and make a new release?

@gizmo84
Copy link

gizmo84 commented Jun 8, 2022

Hello @tom-mi, could you please considere merging #10 and make a new release ? With checkmk 2.0 and the new special agent this is a must have :)
Can I somehow help managing your repo / release process ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants