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

AttributeError: 'bool' object has no attribute 'get' #26

Open
novllus opened this issue Sep 11, 2024 · 1 comment
Open

AttributeError: 'bool' object has no attribute 'get' #26

novllus opened this issue Sep 11, 2024 · 1 comment

Comments

@novllus
Copy link

novllus commented Sep 11, 2024

After upgrading checkmk and updating the plugin, you receive the following error message in the agent backery:

Exception: Error running automation call bake-agents (exit code 2), error:
Error in bakery plug-in "veeam_o365" ("files" section): 'bool' object has no attribute 'get'

Traceback (most recent call last):
File "/omd/sites/novellus/lib/python3/cmk/base/cee/bakery/_package_builder.py", line 154, in _consume_bakelet_functions
objects += function(**func_args)
File "/omd/sites/novellus/lib/python3/cmk/base/api/bakery/function_types.py", line 92, in filtered_generator
for element in function(*args, **kwargs):
File "/omd/sites/novellus/local/lib/python3/cmk/base/cee/plugins/bakery/veeam_o365.py", line 28, in get_veeam_o365_files
if conf.get('agent', 'do_not_deploy') == 'deploy':
^^^^^^^^
AttributeError: 'bool' object has no attribute 'get'

More information can be found in ~/var/log/web.log

@47k
Copy link

47k commented Nov 9, 2024

#28

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