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 9fc20d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[#112](://github.com/influxdb/telegraf/pull/112): Datadog output. Thanks @jipperinbham!

### Bugfixes
[113](https://github.com/influxdb/telegraf/issues/113): Update README with Telegraf/InfluxDB compatibility

## v0.1.5 [2015-08-13]

Expand All @@ -30,6 +31,7 @@
- [#89](https://github.com/influxdb/telegraf/pull/89): go fmt fixes
- [#94](https://github.com/influxdb/telegraf/pull/94): Fix for issue #93, explicitly call sarama.v1 -> sarama
- [#101](https://github.com/influxdb/telegraf/issues/101): switch back from master branch if building locally
- [#99](https://github.com/influxdb/telegraf/issues/99): update integer output to new InfluxDB line protocol format

## v0.1.4 [2015-07-09]

Expand Down
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 (this includes any nightly builds)

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 9fc20d0

Please sign in to comment.