Spelling error

This commit is contained in:
Mike Reeves
2022-12-15 12:02:01 -05:00
parent fd27044471
commit d37a4b14ca

View File

@@ -16,7 +16,7 @@
# Configuration for telegraf agent # Configuration for telegraf agent
[agent] [agent]
## Default data collection interval for all inputs ## Default data collection interval for all inputs
interval = {{ TGDEFAULTS.telegraf.config.interval }} interval = "{{ TGDEFAULTS.telegraf.config.interval }}"
## Rounds collection interval to 'interval' ## Rounds collection interval to 'interval'
## ie, if interval="10s" then always collect on :00, :10, :20, etc. ## ie, if interval="10s" then always collect on :00, :10, :20, etc.
round_interval = true round_interval = true