anryko / grafana-influx-dashboard

Grafana InfluxDB scripted dashboard
MIT License
132 stars 44 forks source link

Please make sure it exists and returns a valid dashboard #57

Closed yangdehua closed 8 years ago

yangdehua commented 8 years ago

dashboard/script/getdash.js

Script Error Please make sure it exists and returns a valid dashboard

hello , how to solve this problem?

thanks so much

anryko commented 8 years ago

Hi yangdehua,

Please provide grafana version, influxdb version and getdash branch you are using.

noesedeno commented 8 years ago

Hi,

I am trying to create a new scripted dashboard, but keep getting "Please make sure it exists and returns a valid dashboard", Is there a log that has some details about the errors?

anryko commented 8 years ago

Hi @noesedeno,

You should open a JS console in your browser and check what is going on there. In my experience the most common problem is datasource misconfiguration or there might be no data in influxdb.

noesedeno commented 8 years ago

Thank you very much.

anryko commented 8 years ago

@noesedeno you are welcome :).