issue 5 closed, updating readme

This commit is contained in:
Sean Beckett 2015-05-26 12:33:08 -07:00
parent 92acd88523
commit dcd7861c1a
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@
Telegraf has a few options you can configure under the `agent` section of the config. If you don't see an `agent` section run `telegraf -sample-config > telegraf.toml` to create a valid initial configuration:
* **hostname**: The hostname is passed as a tag. By default this will be the hostname of the machine running Telegraf. You can override that value here.
* **hostname**: The hostname is passed as a tag. By default this will be the value retured by `hostname` on the machine running Telegraf. You can override that value here.
* **interval**: How ofter to gather metrics. Uses a simple number + unit parser, ie "10s" for 10 seconds or "5m" for 5 minutes.
* **debug**: currently non-functional. Run `telegraf -config telegraf.toml -debug` to gather and send metrics to InfluxDB and to STDOUT for debugging purposes
* **debug**: Set to true to gather and send metrics to STDOUT as well as InfluxDB.
## Plugin Options