graphite-influxdb icon indicating copy to clipboard operation
graphite-influxdb copied to clipboard

Not sending data to InfluxDB

Open mistryvipul2002 opened this issue 9 years ago • 3 comments
trafficstars

Made changes in Graphite-web local_settings.py. Restarted all services. Now inserted values in InfluxDB using in-built Graphite listener. But data is not refelecting in Graphite web ui.

mistryvipul2002 avatar Mar 31 '16 21:03 mistryvipul2002

What versions are your libs? Assuming your graphite-influxdb is from the master branch, what version is your influxdb python lib? what about your influxdb server? I also am getting no actual data reflected in graphite-api, and am attempting to nail down the source.

There is no question that the present code is broken, I'm testing out a change now. However it could be due to python versions. RHEL 7 doesn't package python3, nor does EPEL.

I was able to modify a line so that influxdb data would return properly, it's now running as expected. https://github.com/techzilla/graphite-influxdb/tree/update

techzilla avatar Apr 06 '16 16:04 techzilla

Is there any update? Somebody made it work? Influx 0.11 graphite 9.15. All installed from pip.

leoleovich avatar Jul 21 '16 15:07 leoleovich

See #49 or the PR's forked repo for a current version that works on Influxdb >0.9 (author of PR).

There is a lot that is broken on the master branch - unfortunately have not had the time yet to finish up the PR.

Update - PR now ready for merging.

pkittenis avatar Sep 01 '16 11:09 pkittenis