Skip to content

Commit

Permalink
Telegraf 0.2.4 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Dec 8, 2015
1 parent 03e66d5 commit d62e63c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.2.4 [unreleased]
## v0.2.4 [2015-12-08]

### Features
- [#412](https://github.com/influxdb/telegraf/pull/412): Additional memcached stats. Thanks @mgresser!
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ writing new plugins.
### Linux deb and rpm packages:

Latest:
* http://get.influxdb.org/telegraf/telegraf_0.2.3_amd64.deb
* http://get.influxdb.org/telegraf/telegraf-0.2.3-1.x86_64.rpm
* http://get.influxdb.org/telegraf/telegraf_0.2.4_amd64.deb
* http://get.influxdb.org/telegraf/telegraf-0.2.4-1.x86_64.rpm

##### Package instructions:

Expand All @@ -33,9 +33,9 @@ controlled via `systemctl [action] telegraf`
### Linux binaries:

Latest:
* http://get.influxdb.org/telegraf/telegraf_linux_amd64_0.2.3.tar.gz
* http://get.influxdb.org/telegraf/telegraf_linux_386_0.2.3.tar.gz
* http://get.influxdb.org/telegraf/telegraf_linux_arm_0.2.3.tar.gz
* http://get.influxdb.org/telegraf/telegraf_linux_amd64_0.2.4.tar.gz
* http://get.influxdb.org/telegraf/telegraf_linux_386_0.2.4.tar.gz
* http://get.influxdb.org/telegraf/telegraf_linux_arm_0.2.4.tar.gz

##### Binary instructions:

Expand Down Expand Up @@ -243,7 +243,8 @@ Telegraf also supports specifying multiple output sinks to send data to,
configuring each output sink is different, but examples can be
found by running `telegraf -sample-config`.

Outputs also support the same configurable options as plugins (pass, drop, tagpass, tagdrop)
Outputs also support the same configurable options as plugins
(pass, drop, tagpass, tagdrop), added in 0.2.4

```toml
[[outputs.influxdb]]
Expand Down

0 comments on commit d62e63c

Please sign in to comment.