Merge pull request #9 from influxdb/sample-config

Rename sample config
This commit is contained in:
Todd Persen
2015-06-17 23:03:08 -07:00

View File

@@ -25,7 +25,7 @@
# Configuration for influxdb server to send metrics to
[influxdb]
# The full HTTP endpoint URL for your InfluxDB instance
url = "http://10.20.2.4:8086" # required.
url = "http://localhost:8086" # required.
# The target database for metrics. This database must already exist
database = "telegraf" # required.