Update etc/telegraf.conf, mqtt_cons readme

This commit is contained in:
Cameron Sparr 2016-05-04 11:00:07 -06:00
parent ed492fe950
commit aeadc2c43a
1 changed files with 6 additions and 2 deletions

View File

@ -21,8 +21,12 @@ The plugin expects messages in the
"sensors/#",
]
## Maximum number of metrics to buffer between collection intervals
metric_buffer = 100000
# if true, messages that can't be delivered while the subscriber is offline
# will be delivered when it comes back (such as on service restart).
# NOTE: if true, client_id MUST be set
persistent_session = false
# If empty, a random client ID will be generated.
client_id = ""
## username and password to connect MQTT server.
# username = "telegraf"