Skip to content

Commit

Permalink
Merge pull request #9 from influxdb/sample-config
Browse files Browse the repository at this point in the history
Rename sample config
  • Loading branch information
toddboom committed Jun 18, 2015
2 parents d30bbde + 7abdd3b commit 8d6b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegraf.toml → etc/config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d6b333

Please sign in to comment.