poxet / Influx-Capacitor

Influx-capacitor collects metrics from windows machines using Performance Counters. Data is sent to influxDB to be viewable by grafana.
http://influx-capacitor.com
MIT License
44 stars 13 forks source link

Influx-Capacitor is not compatible yet with InfluxDB 0.11 #60

Closed framiere closed 8 years ago

framiere commented 8 years ago

I would recommend to add a line in the InfluxCapacitor description that it is not yet compatible with InfluxDB 0.11.

The problem lies in InfluxDB.Net that is very specific about InfluxDB version

Please see https://github.com/ziyasal/InfluxDB.Net/blob/master/InfluxDB.Net/Client/InfluxDbClientAutoVersion.cs#L24

Cheers!

poxet commented 8 years ago

You are righ. Also I will contribute to InfluxDB.Net to have it support new versions.

Confusingboat commented 8 years ago

Interestingly enough, I have a single installation of Influx-Capacitor v1.0.16.0 (that for some reason has not been auto-updated) which appears to work with InfluxDB 0.11, while all my v1.0.17.0 installations do not.

poxet commented 8 years ago

Version 0.11.x should work from version 1.0.17.108 (http://influx-capacitor.com/Home/Download). I have yet not confirmed that it it so, but the packages are updated anyway. Will test before I create a new official package.

Papyruse commented 8 years ago

InfluxDB 0.12 will be supported too ?

poxet commented 8 years ago

Working on version 0.12 now,..

poxet commented 8 years ago

Just pushed version 1.0.18 with support for influxdb version 0.11 and 0.12.