From c740dce36d773cddddac32e43d9335368aff2b46 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 18 Jul 2017 13:51:44 -0700 Subject: [PATCH] Update download information in readme --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 476d80dec..819880c67 100644 --- a/README.md +++ b/README.md @@ -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 ```