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
Hello,
i installed Monitofi and grafana containers and it is running without issues, even i could able to access grafana dashboard
i have imported all the data and dashboard like below:
curl -X "POST" "http://localhost:3003/api/datasources" -H "Content-Type: application/json" --user $GRAFANA_USERNAME:$GRAFANA_PASSWORD --data-binary @Grafana/Datasources/influxql.json | jq curl -X "POST" "http://localhost:3003/api/datasources" -H "Content-Type: application/json" --user $GRAFANA_USERNAME:$GRAFANA_PASSWORD --data-binary @Grafana/Datasources/influxflux.json | jq curl -X "POST" "http://localhost:3003/api/dashboards/db" -H "Content-Type: application/json" --user $GRAFANA_USERNAME:$GRAFANA_PASSWORD --data-binary @Grafana/Dashboards/NiFiMonitorDashboard.json | jq
but when i access dashboard, graphs are not showing and it is complaining about no database found
can anyone help me to fix issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i installed Monitofi and grafana containers and it is running without issues, even i could able to access grafana dashboard
i have imported all the data and dashboard like below:
but when i access dashboard, graphs are not showing and it is complaining about no database found
can anyone help me to fix issue.
The text was updated successfully, but these errors were encountered: