Skip to content

Commit

Permalink
Add FreeBSD tarball location to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkaholic committed Mar 17, 2016
1 parent 530b4f3 commit eee6b00
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,25 @@ To extract only the binary, run:
tar -zxvf telegraf-0.11.1-1_linux_amd64.tar.gz --strip-components=3 ./usr/bin/telegraf
```

### FreeBSD tarball:

Latest:
* http://get.influxdb.org/telegraf/telegraf-0.11.1-1_freebsd_amd64.tar.gz

##### tarball Instructions:

To install the full directory structure with config file, run:

```
sudo tar -C / -zxvf ./telegraf-0.11.1-1_freebsd_amd64.tar.gz
```

To extract only the binary, run:

```
tar -zxvf telegraf-0.11.1-1_freebsd_amd64.tar.gz --strip-components=3 ./usr/bin/telegraf
```

### Ansible Role:

Ansible role: https://github.com/rossmcdonald/telegraf
Expand Down

0 comments on commit eee6b00

Please sign in to comment.