Monday, 15 August 2011

Grafana won't connect to InfluxDB -



Grafana won't connect to InfluxDB -

the database, username, , password combination work. next configuration grafana doesn't tho.

datasources: { influxdb: { type: 'influxdb', url: "http://xxx.xxx.xxx.xx:8086/db/dbname", username: 'username', password: 'password', default: true }, },

i've tried removing default parameter, changing influxdb influx, , append /series url, no avail. has gotten work?

influxdb v0.7.3 (git: 216a3eb) grafana 1.6.0 (2014-06-16)

i'm using below configuration , works. seek insert grafana database db , add together grafana db configuration.

...

datasources: {

influxdb: { type: 'influxdb', url: "http://localhost:8086/db/test", username: 'root', password: 'xxxx' }, grafana: { type: 'influxdb', url: "http://localhost:8086/db/grafana", username: 'root', password: 'xxxx', grafanadb: true } },

...

influxdb grafana

No comments:

Post a Comment