You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified export-datasources-and-dashboards.sh to ignore if one or more exports failed since it just happens after everything has been exported the first time. It fails because one or more dashboards already exists.
#!/bin/bash
# sleeping for 10 seconds to let grafana get up and running
sleep 10 ; wizzy export datasources ; wizzy export dashboards
exit 0
I delete the pre-built dashboards on grafana, and the job export-datasources-and-dashboards does exit with 0. It seems like the entry script tries to add the dashboard over and over again.
After running "make up" and connecting to http://localhost:80 I cannot see any data in my charts.
It looks like the export-datasources-and-dashboards process keeps crashing.
Any ideas on what to do here? Thanks!
2017-12-29 05:15:32,874 INFO exited: export-datasources-and-dashboards (exit status 1; not expected)
The text was updated successfully, but these errors were encountered: