diff --git a/docs/INFLUXDB_INTEGRATION.md b/docs/INFLUXDB_INTEGRATION.md index 6aa849d5..12359812 100644 --- a/docs/INFLUXDB_INTEGRATION.md +++ b/docs/INFLUXDB_INTEGRATION.md @@ -5,11 +5,11 @@ InfluxDB is a very fast time series database written in awesome Go language. You You could install InfluxDB from [binary packages](https://influxdb.com/download/index.html). For Debian 8 Jessie I could offer part of this manual here: -Recommended version: >=0.9.3 (Nightly build) - more lightweight than 0.9.2 and support graphite/batch +Recommended version: >=0.9.4 with support for graphite/batch ```bash -wget https://s3.amazonaws.com/influxdb/influxdb_nightly_amd64.deb -sudo dpkg -i influxdb_nightly_amd64.deb +wget https://s3.amazonaws.com/influxdb/influxdb_0.9.4.2_amd64.deb +dpkg -i influxdb_0.9.4.2_amd64.deb ``` Then we should enable graphite protocol emulation in configuration file: /etc/opt/influxdb/influxdb.conf