Remove trailing whitespace and wordwrap readme in vsphere

This commit is contained in:
Daniel Nelson 2019-03-11 12:31:48 -07:00
parent 9db15651ea
commit c61c48e10b
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 11 additions and 9 deletions

View File

@ -200,10 +200,12 @@ var sampleConfig = `
## timeout applies to any of the api request made to vcenter ## timeout applies to any of the api request made to vcenter
# timeout = "60s" # timeout = "60s"
## When set to true, all samples are sent as integers. This makes the output data types backwards compatible ## When set to true, all samples are sent as integers. This makes the output
## with Telegraf 1.9 or lower. Normally all samples from vCenter, with the exception of percentages, are ## data types backwards compatible with Telegraf 1.9 or lower. Normally all
## integer values, but under some conditions, some averaging takes place internally in the plugin. Setting this ## samples from vCenter, with the exception of percentages, are integer
## flag to "false" will send values as floats to preserve the full precision when averaging takes place. ## values, but under some conditions, some averaging takes place internally in
## the plugin. Setting this flag to "false" will send values as floats to
## preserve the full precision when averaging takes place.
# use_int_samples = true # use_int_samples = true
## Optional SSL Config ## Optional SSL Config