-
Notifications
You must be signed in to change notification settings - Fork 15
Monitofi Installation , Showing no data and complaining no database found #6
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
