-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for InfluxDB 2.0 #16
Comments
Unfortunately the InfluxDB python module ( https://pypi.org/project/influxdb/ ) doesn't yet support 2.0 and I see Grafana support for 2.0 is still in Beta. |
Thanks. I agree probably wait until there better support for it :)
Le ven. 5 mars 2021 à 03:34, Mihai Cindea <[email protected]> a
écrit :
Unfortunately the InfluxDB python module (
https://pypi.org/project/influxdb/ ) doesn't yet support 2.0 and I see
Grafana support for 2.0 is still in Beta.
I just noticed that my setup broke on Unraid, and I think the only
solution for now is to stick to pre 2.0 until proper support is released or
we find a python module which supports it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGZMZRPBSELQE3HP6A2LWA3TCCJQ3ANCNFSM4YLWW7IQ>
.
--
JF
|
Hi, I forked and added InfluxDBv2 support. Is minor change in python. My code will diverge to cover multiple NUT servers from single docker container and only key metrics but code might still be useful if you want to add v2 support. https://github.com/dbsqp/nut-influxdbv2 will get docker container working asap |
I used this code base and the one from @dbsqp to create another version that is compatible with InfluxDBv2 and the data structure of the original code base. That way all tutorials/templates on the internet will work out of the box. You can find the project in the jwillmer/nut-influxdbv2 repository. It hopefully will also show up in the Unraid community store soon. The support page can already be found at forums.unraid.net/topic/130458-support-nut-influxdbv2-exporter |
@jwillmer @dbsqp thank you for your work |
Since InfluxDB 2.0 has been released, I was wondering if you could add support for InfluxDB 2.0 ?
Thanks
The text was updated successfully, but these errors were encountered: