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: ...@@ -71,16 +71,16 @@ config:
hostname: "$HOSTNAME" hostname: "$HOSTNAME"
omit_hostname: false omit_hostname: false
outputs: outputs:
- influxdb: # - influxdb:
urls: # urls:
- "http://influxdb:8086" # - "http://influxdb:8086"
database: "telegraf" # database: "telegraf"
retention_policy: "" # retention_policy: ""
timeout: "5s" # timeout: "5s"
username: "" # username: ""
password: "" # password: ""
user_agent: "telegraf" # user_agent: "telegraf"
insecure_skip_verify: false # insecure_skip_verify: false
- file: - file:
files: files:
- stdout - 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