Add FreeBSD tarball location to README

This commit is contained in:
Dirk Pahl 2016-03-17 16:53:55 +01:00
parent 530b4f3bee
commit eee6b0059c
1 changed files with 19 additions and 0 deletions

View File

@ -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