Open vonpupp opened 7 years ago
Having the same issue here. Prevents me from saving dashboards or alerts.
+1
Seeing the same crash:
grafana_1 | 2018-01-29 07:41:43,275 INFO exited: export-datasources-and-dashboards (exit status 1; not expected) grafana_1 | 2018-01-29 07:41:43,796 INFO spawned: 'export-datasources-and-dashboards' with pid 617 grafana_1 | 2018-01-29 07:41:44,835 INFO success: export-datasources-and-dashboards entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
However it does not seem to keep me from using anything. I can create and save dashboards just fine. My "only" problem with this is the log cluttering so far :D
This looks like it relates to #116 . @jryberg posted a potential workaround solution but it would be nice to see a real fix.
It looks like relevant code in the main wizzy project for the most part it appears to be behaving as expected - it checks for a non HTTP 200
status and then aborts.
According to the Grafana HTTP API, it returns an HTTP 412
if the dashboard already exists.
The export-datasources-and-dashboards
responds with output:
{"message":"A dashboard with the same name already exists","status":"name-exists"}
Is there a workaround for this?
Hi,
I am trying to run this as follows:
Since it is
export-datasources-and-dashboards
that seems to fail, I open up the script and saw a wizzy call. So I shell into the container and executed manually the command with the following result:If you just type
wizzy
without arguments it also fails.Any idea, please?
Thanks a lot.