MonitoFi icon indicating copy to clipboard operation
MonitoFi copied to clipboard

Monitofi Installation , Showing no data and complaining no database found

Open bentech4u opened this issue 3 years ago • 0 comments

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.

bentech4u avatar Oct 31 '22 05:10 bentech4u