Cannot save dashboard - https://grafana.com/dashboards/893

I’m unable to import and save the dashboard https://grafana.com/dashboards/893.

Getting the following error in the Prometheus Log:

t=2018-03-14T12:40:53+0000 lvl=eror msg=“Failed to import dashboard” logger=context userId=1 orgId=1 uname=admin error=“Invalid alert data. Cannot save dashboard”
t=2018-03-14T12:40:53+0000 lvl=eror msg=“Request Completed” logger=context userId=1 orgId=1 uname=admin method=POST path=/api/dashboards/import status=500 remote_addr=10.255.0.2 time_ms=5 size=40 referer=http://manager.example.com:3000/dashboard/import

Running Docker 17.06.2-ee-6

grafana/grafana:latest
prom/prometheus:latest
prom/node-exporter:latest
google/cadvisor:latest

Any ideas?

Hi,

See https://github.com/grafana/grafana/issues/11227

Marcus

Thanks, so it is a known Grafana bug/issue.

Fixed and included in v5.0.2 that was released a couple of minutes ago. See https://github.com/grafana/grafana/releases/tag/v5.0.2

Marcus

Just re-ran with the latest grafana image, same dashboard.
https://grafana.com/dashboards/893
Different error this time: “Templating init failed”.

Well I was seeing “proxy” errors in the log. I stopped and restarted the docker grafana/prometheus stack and it’s working now. No idea what happened.

1 Like