From 518824e9d3da89c64a1f90205a1dc924498422fd Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Wed, 11 Nov 2015 11:50:55 +0300 Subject: [PATCH] Fix InfluxDB docs --- docs/INFLUXDB_INTEGRATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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