Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The export-datasources-and-dashboards process keeps crashing #116

Open
circuitry2 opened this issue Dec 29, 2017 · 3 comments
Open

The export-datasources-and-dashboards process keeps crashing #116

circuitry2 opened this issue Dec 29, 2017 · 3 comments

Comments

@circuitry2
Copy link

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)

@jryberg
Copy link

jryberg commented Apr 20, 2018

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

@Stonesjtu
Copy link

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.

@jdmarshall
Copy link

I don't suppose there's a flag we can pass to stop it from generating the default boards in the first place?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants