Commit d17a173a authored by David McKay's avatar David McKay Committed by David McKay

chore: only enable file output by default, as we shouldn't guess were they want to store metrics

parent fc730cf0
......@@ -71,16 +71,16 @@ config:
hostname: "$HOSTNAME"
omit_hostname: false
outputs:
- influxdb:
urls:
- "http://influxdb:8086"
database: "telegraf"
retention_policy: ""
timeout: "5s"
username: ""
password: ""
user_agent: "telegraf"
insecure_skip_verify: false
# - influxdb:
# urls:
# - "http://influxdb:8086"
# database: "telegraf"
# retention_policy: ""
# timeout: "5s"
# username: ""
# password: ""
# user_agent: "telegraf"
# insecure_skip_verify: false
- file:
files:
- stdout
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment