From 434e06ceda4ac2140c61a02e78538b3a28d38253 Mon Sep 17 00:00:00 2001 From: Sean Beckett Date: Fri, 22 May 2015 17:09:20 -0700 Subject: [PATCH] use localhost by default should make the config work with very little modification --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index f3c75750f..9f4d4a594 100644 --- a/config.go +++ b/config.go @@ -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.