This repository was archived by the owner on Jun 11, 2026. It is now read-only.
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
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.