Skip to content
Snippets Groups Projects
Commit 24a2aaef authored by Cameron Sparr's avatar Cameron Sparr
Browse files

Ansible role in readme

parent 042cf517
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,10 @@ To extract only the binary, run: ...@@ -75,6 +75,10 @@ To extract only the binary, run:
tar -zxvf telegraf-v0.10.1-1_linux_amd64.tar.gz --strip-components=3 ./usr/bin/telegraf tar -zxvf telegraf-v0.10.1-1_linux_amd64.tar.gz --strip-components=3 ./usr/bin/telegraf
``` ```
### Ansible Role:
Ansible role: https://github.com/rossmcdonald/telegraf
### OSX via Homebrew: ### OSX via Homebrew:
``` ```
...@@ -94,7 +98,7 @@ if you don't have it already. You also must build with golang version 1.5+. ...@@ -94,7 +98,7 @@ if you don't have it already. You also must build with golang version 1.5+.
4. Run `cd $GOPATH/src/github.com/influxdata/telegraf` 4. Run `cd $GOPATH/src/github.com/influxdata/telegraf`
5. Run `make` 5. Run `make`
### How to use it: ## How to use it:
```console ```console
$ telegraf -help $ telegraf -help
...@@ -224,4 +228,4 @@ want to add support for another service or third-party API. ...@@ -224,4 +228,4 @@ want to add support for another service or third-party API.
Please see the Please see the
[contributing guide](CONTRIBUTING.md) [contributing guide](CONTRIBUTING.md)
for details on contributing a plugin or output to Telegraf. for details on contributing a plugin to Telegraf.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment