We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
since the removing the "3" suffix
the veeam and the huawei plugins are throwing exceptions
lib/huawei.py", line 43, in get_creds result = base.coe(url.fetch_json( AttributeError: 'str' object has no attribute 'fetch_json'
lib/veeam.py", line 43, in get_token success, result = url.fetch_json( AttributeError: 'str' object has no attribute 'fetch_json'
x
No response
5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
git
The text was updated successfully, but these errors were encountered:
Fixed in Linuxfabrik/lib@498d6fd. Please test.
Sorry, something went wrong.
markuslf
No branches or pull requests
This issue respects the following points:
Which variant of the Monitoring Plugins do you use?
Bug description
since the removing the "3" suffix
the veeam and the huawei plugins are throwing exceptions
lib/huawei.py", line 43, in get_creds
result = base.coe(url.fetch_json(
AttributeError: 'str' object has no attribute 'fetch_json'
lib/veeam.py", line 43, in get_token
success, result = url.fetch_json(
AttributeError: 'str' object has no attribute 'fetch_json'
Steps to reproduce - Plugin call
x
Steps to reproduce - Data
No response
Environment
5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
Plugin Version
git
Python version
No response
List of Python modules
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: