Skip to content

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

@bentech4u

Description

@bentech4u

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions