We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When setting the dbConnectionEnable to True according to the documentation The Direct DB Connection is not Enable.
Expected behavior The Direct DB Connection set to True is the web interface.
Screenshots
Software versions
The text was updated successfully, but these errors were encountered:
@sdestivelle Yes, got it. This problem caused by wrong config schema migration. In order to solve it, add schema: 2 to your config:
schema: 2
jsonData: schema: 2 username: zabbix password: zabbix dbConnectionEnable: true dbConnectionDatasourceName: MySQL Zabbix
Sorry, something went wrong.
e52e296
add note about #688 to change log
d36af49
Thanks for your quick response Alexander. Forget to mention.
@sdestivelle I fixed it in 3.10.1, so try to check it out (should work without schema field).
3.10.1
schema
@alexanderzobnin I will try. Thanks.
No branches or pull requests
Describe the bug
When setting the dbConnectionEnable to True according to the documentation
The Direct DB Connection is not Enable.
Expected behavior
The Direct DB Connection set to True is the web interface.
Screenshots
Software versions
The text was updated successfully, but these errors were encountered: