Merge pull request #7 from influxdb/beckettsean-patch-3

use localhost by default
This commit is contained in:
Evan Phoenix 2015-05-22 19:06:08 -07:00
commit 92acd88523
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ var header = `# Telegraf configuration
# 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.