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

Monitofi Installation , Showing no data and complaining no database found #6

Open
bentech4u opened this issue Oct 31, 2022 · 0 comments

Comments

@bentech4u
Copy link

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

image

can anyone help me to fix issue.

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

1 participant