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
Example provisioning config:
apiVersion: 1 datasources: - name: Zabbix Provisioned type: alexanderzobnin-zabbix-datasource url: http://zabbix.grafana-zabbix.org/api_jsonrpc.php access: proxy jsonData: username: zabbix password: zabbix dbConnectionEnable: true dbConnectionDatasourceName: MySQL Zabbix Provisioned orgId: 1 version: 1 editable: false - name: MySQL Zabbix Provisioned type: mysql url: localhost:3306 database: zabbix user: grafana password: password orgId: 1 version: 1 editable: false
Configured SQL datasource doesn't appear and there's an error when you're trying to test datasource:
Connection failed: Query missing datasourceId
The text was updated successfully, but these errors were encountered:
fix ds provisioning with direct DB connection #711
9919e67
Fix ds provisioning with direct DB connection enabled (#723)
869634e
* fix ds provisioning with direct DB connection #711 * fix linter error
Successfully merging a pull request may close this issue.
Example provisioning config:
Configured SQL datasource doesn't appear and there's an error when you're trying to test datasource:
The text was updated successfully, but these errors were encountered: