anryko / grafana-influx-dashboard

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

Missing query separator #52

Closed dhoppe closed 8 years ago

dhoppe commented 8 years ago

I use your scripted dashboard in the following environment:

Unfortunately I get several error messages about a missing query separator. Error

As you can see the selects are just seperated by an space instead of ;. Query

I use the default plugins of Collectd, but this should not matter. Do you have any idea what went wrong?

dhoppe commented 8 years ago

I was able to solve this issue, by upgrading Grafana to version 3.0.0-beta.

According to the documentation of InfluxDB the Query Editor of Grafana 2.6 is not compatible with InfluxDB 0.11.x or 0.12.x.

anryko commented 8 years ago

Nice. Thanks for sharing.