Skip to content

Commit

Permalink
README update to address issue #113
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Aug 14, 2015
1 parent cad0a76 commit a1a0de5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,22 @@ agent is NOT backwards-compatible with a config file from 0.1.4 and below.
That being said, the difference is not huge, see below for an example on
how to setup the new config file.

As well, due to a breaking change to the InfluxDB integer line-protocol, there
are some InfluxDB compatibility requirements:

InfluxDB <= 0.9.2 requires Telegraf <= 0.1.4
InfluxDB > 0.9.2 requires Telegraf >= 0.1.5

Telegraf 0.1.5
```
http://get.influxdb.org/telegraf/telegraf_0.1.5_amd64.deb
http://get.influxdb.org/telegraf/telegraf-0.1.5-1.x86_64.rpm
```
Telegraf 0.1.4
```
http://get.influxdb.org/telegraf/telegraf_0.1.4_amd64.deb
http://get.influxdb.org/telegraf/telegraf-0.1.4-1.x86_64.rpm
```

### OSX via Homebrew:

Expand Down

0 comments on commit a1a0de5

Please sign in to comment.