Update download information in readme

This commit is contained in:
Daniel Nelson 2017-07-18 13:51:44 -07:00
parent 475a926d43
commit c740dce36d
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 4 additions and 11 deletions

View File

@ -32,15 +32,8 @@ There are many ways to contribute:
## Installation:
You can either download the binaries directly from the
[downloads](https://www.influxdata.com/downloads) page.
A few alternate installs are available here as well:
### FreeBSD tarball:
Latest:
* https://dl.influxdata.com/telegraf/releases/telegraf-VERSION_freebsd_amd64.tar.gz
You can download the binaries directly from the [downloads](https://www.influxdata.com/downloads) page
or from the [releases](https://github.com/influxdata/telegraf/releases) section.
### Ansible Role:
@ -81,7 +74,7 @@ telegraf --input-filter cpu --output-filter influxdb config
#### Run a single telegraf collection, outputing metrics to stdout
```
telegraf --config telegraf.conf -test
telegraf --config telegraf.conf --test
```
#### Run telegraf with all plugins defined in config file
@ -93,7 +86,7 @@ telegraf --config telegraf.conf
#### Run telegraf, enabling the cpu & memory input, and influxdb output plugins
```
telegraf --config telegraf.conf -input-filter cpu:mem -output-filter influxdb
telegraf --config telegraf.conf -input-filter cpu:mem --output-filter influxdb
```