README cleanup and update

This commit is contained in:
Cameron Sparr 2016-03-21 14:30:59 -06:00
parent d09bb13cb6
commit fbe1664214
1 changed files with 4 additions and 29 deletions

View File

@ -17,13 +17,6 @@ new plugins.
## Installation: ## Installation:
NOTE: Telegraf 0.10.x is **not** backwards-compatible with previous versions
of telegraf, both in the database layout and the configuration file. 0.2.x
will continue to be supported, see below for download links.
For more details on the differences between Telegraf 0.2.x and 0.10.x, see
the [release blog post](https://influxdata.com/blog/announcing-telegraf-0-10-0/).
### Linux deb and rpm Packages: ### Linux deb and rpm Packages:
Latest: Latest:
@ -34,10 +27,6 @@ Latest (arm):
* http://get.influxdb.org/telegraf/telegraf_0.11.1-1_armhf.deb * http://get.influxdb.org/telegraf/telegraf_0.11.1-1_armhf.deb
* http://get.influxdb.org/telegraf/telegraf-0.11.1-1.armhf.rpm * http://get.influxdb.org/telegraf/telegraf-0.11.1-1.armhf.rpm
0.2.x:
* 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: ##### Package Instructions:
* Telegraf binary is installed in `/usr/bin/telegraf` * Telegraf binary is installed in `/usr/bin/telegraf`
@ -50,8 +39,9 @@ controlled via `systemctl [action] telegraf`
### yum/apt Repositories: ### yum/apt Repositories:
There is a yum/apt repo available for the whole InfluxData stack, see There is a yum/apt repo available for the whole InfluxData stack, see
[here](https://docs.influxdata.com/influxdb/v0.9/introduction/installation/#installation) [here](https://docs.influxdata.com/influxdb/v0.10/introduction/installation/#installation)
for instructions, replacing the `influxdb` package name with `telegraf`. for instructions on setting up the repo. Once it is configured, you will be able
to use this repo to install & update telegraf.
### Linux tarballs: ### Linux tarballs:
@ -60,11 +50,6 @@ Latest:
* http://get.influxdb.org/telegraf/telegraf-0.11.1-1_linux_i386.tar.gz * http://get.influxdb.org/telegraf/telegraf-0.11.1-1_linux_i386.tar.gz
* http://get.influxdb.org/telegraf/telegraf-0.11.1-1_linux_armhf.tar.gz * http://get.influxdb.org/telegraf/telegraf-0.11.1-1_linux_armhf.tar.gz
0.2.x:
* 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
##### tarball Instructions: ##### tarball Instructions:
To install the full directory structure with config file, run: To install the full directory structure with config file, run:
@ -86,17 +71,7 @@ Latest:
##### tarball Instructions: ##### tarball Instructions:
To install the full directory structure with config file, run: See linux instructions above.
```
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: