Add fireboard to top level README

This commit is contained in:
Daniel Nelson 2019-07-22 15:37:52 -07:00
parent d364abf870
commit 92cabcd323
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 8 additions and 11 deletions

View File

@ -176,6 +176,7 @@ For documentation on the latest development code see the [documentation index][d
* [file](./plugins/inputs/file) * [file](./plugins/inputs/file)
* [filestat](./plugins/inputs/filestat) * [filestat](./plugins/inputs/filestat)
* [filecount](./plugins/inputs/filecount) * [filecount](./plugins/inputs/filecount)
* [fireboard](/plugins/inputs/fireboard)
* [fluentd](./plugins/inputs/fluentd) * [fluentd](./plugins/inputs/fluentd)
* [github](./plugins/inputs/github) * [github](./plugins/inputs/github)
* [graylog](./plugins/inputs/graylog) * [graylog](./plugins/inputs/graylog)

View File

@ -1,15 +1,11 @@
# Fireboard Input Plugin # Fireboard Input Plugin
The fireboard plugin gathers the real time temperature data from fireboard The fireboard plugin gathers the real time temperature data from fireboard
thermometers. In order to use this input plugin, you'll need to sign up thermometers. In order to use this input plugin, you'll need to sign up to use
to use their REST API, you can find more information on their website the [Fireboard REST API](https://docs.fireboard.io/reference/restapi.html).
here [https://docs.fireboard.io/reference/restapi.html]
### Configuration ### Configuration
This section contains the default TOML to configure the plugin. You can
generate it using `telegraf --usage <plugin-name>`.
```toml ```toml
[[inputs.fireboard]] [[inputs.fireboard]]
## Specify auth token for your account ## Specify auth token for your account
@ -22,9 +18,9 @@ generate it using `telegraf --usage <plugin-name>`.
#### auth_token #### auth_token
In lieu of requiring a username and password, this plugin requires the In lieu of requiring a username and password, this plugin requires an
authToken that you can generate using the Fireboard REST API as described authentication token that you can generate using the [Fireboard REST
in their docs [https://docs.fireboard.io/reference/restapi.html#Authentication] API](https://docs.fireboard.io/reference/restapi.html#Authentication).
#### url #### url
@ -39,7 +35,7 @@ value in seconds. The default value is four (4) seconds.
### Metrics ### Metrics
The Fireboard REST API docs have good examples of the data that is available, The Fireboard REST API docs have good examples of the data that is available,
currently this input only returns the real time temperatures. Temperature currently this input only returns the real time temperatures. Temperature
values are included if they are less than a minute old. values are included if they are less than a minute old.
- fireboard - fireboard
@ -59,4 +55,4 @@ this information.
``` ```
fireboard,channel=2,host=patas-mbp,scale=Farenheit,title=telegraf-FireBoard,uuid=b55e766c-b308-49b5-93a4-df89fe31efd0 temperature=78.2 1561690040000000000 fireboard,channel=2,host=patas-mbp,scale=Farenheit,title=telegraf-FireBoard,uuid=b55e766c-b308-49b5-93a4-df89fe31efd0 temperature=78.2 1561690040000000000
``` ```