Update example config

This commit is contained in:
Daniel Nelson 2018-06-04 18:17:59 -07:00
parent 145cea6a71
commit 8584d0485c
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 7 additions and 6 deletions

View File

@ -398,7 +398,7 @@
# ## 0 : No compression # ## 0 : No compression
# ## 1 : Gzip compression # ## 1 : Gzip compression
# ## 2 : Snappy compression # ## 2 : Snappy compression
# compression_codec = 0 # # compression_codec = 0
# #
# ## RequiredAcks is used in Produce Requests to tell the broker how many # ## RequiredAcks is used in Produce Requests to tell the broker how many
# ## replica acknowledgements it must see before responding # ## replica acknowledgements it must see before responding
@ -414,10 +414,11 @@
# ## received the data. This option provides the best durability, we # ## received the data. This option provides the best durability, we
# ## guarantee that no messages will be lost as long as at least one in # ## guarantee that no messages will be lost as long as at least one in
# ## sync replica remains. # ## sync replica remains.
# required_acks = -1 # # required_acks = -1
# #
# ## The total number of times to retry sending a message # ## The maximum number of times to retry sending a metric before failing
# max_retry = 3 # ## until the next flush.
# # max_retry = 3
# #
# ## Optional SSL Config # ## Optional SSL Config
# # ssl_ca = "/etc/telegraf/ca.pem" # # ssl_ca = "/etc/telegraf/ca.pem"
@ -434,7 +435,7 @@
# ## Each data format has its own unique set of configuration options, read # ## Each data format has its own unique set of configuration options, read
# ## more about them here: # ## more about them here:
# ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md # ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md
# data_format = "influx" # # data_format = "influx"
# # Configuration for the AWS Kinesis output. # # Configuration for the AWS Kinesis output.
@ -2830,7 +2831,7 @@
# #
# ## Optional name for the varnish instance (or working directory) to query # ## Optional name for the varnish instance (or working directory) to query
# ## Usually appened after -n in varnish cli # ## Usually appened after -n in varnish cli
# #name = instanceName # # instance_name = instanceName
# # Read metrics of ZFS from arcstats, zfetchstats, vdev_cache_stats, and pools # # Read metrics of ZFS from arcstats, zfetchstats, vdev_cache_stats, and pools