Skip to content

Commit

Permalink
Update download information in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jul 18, 2017
1 parent f2adecd commit 5224e17
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand All @@ -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
```


Expand Down

0 comments on commit 5224e17

Please sign in to comment.