From 6bb0dfdd213295b0bab3a6a91377333d16f77251 Mon Sep 17 00:00:00 2001 From: Chris Laws Date: Sun, 24 May 2015 09:25:07 +0930 Subject: [PATCH 1/3] Fixes typos in sample config file --- etc/config.sample.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/config.sample.toml b/etc/config.sample.toml index 12bd5a9984..97d15e885b 100644 --- a/etc/config.sample.toml +++ b/etc/config.sample.toml @@ -43,7 +43,7 @@ port = 8083 [[graphite]] # 1 or more of these sections may be present. enabled = false # protocol = "" # Set to "tcp" or "udp" -# address = "0.0.0.0" # If not set, is actually set to bind-address. +# bind-address = "0.0.0.0" # If not set, is actually set to bind-address. # port = 2003 # name-position = "last" # name-separator = "-" @@ -52,23 +52,23 @@ enabled = false # Configure the collectd input. [collectd] enabled = false -#address = "0.0.0.0" # If not set, is actually set to bind-address. -#port = 25827 -#database = "collectd_database" -#typesdb = "types.db" +# bind-address = "0.0.0.0" # If not set, is actually set to bind-address. +# port = 25827 +# database = "collectd_database" +# typesdb = "types.db" # Configure the OpenTSDB input. [opentsdb] enabled = false -#address = "0.0.0.0" # If not set, is actually set to bind-address. -#port = 4242 -#database = "opentsdb_database" +# address = "0.0.0.0" # If not set, is actually set to bind-address. +# port = 4242 +# database = "opentsdb_database" # Configure UDP listener for series data. [udp] enabled = false -#bind-address = "0.0.0.0" -#port = 4444 +# bind-address = "0.0.0.0" +# port = 4444 # Broker configuration. Brokers are nodes which participate in distributed # consensus. From 2c9fe24695c0a9cdfc39b6541b27e3ec9a84eec0 Mon Sep 17 00:00:00 2001 From: Chris Laws Date: Thu, 28 May 2015 21:48:18 +0930 Subject: [PATCH 2/3] Update changelog file --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d541c389c2..c461ce9e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Bugfixes - [2635](https://github.com/influxdb/influxdb/issues/2635): Fix querying against boolean field in WHERE clause. - [2644](https://github.com/influxdb/influxdb/issues/2644): Make SHOW queries work with FROM //. +- [2647](https://github.com/influxdb/influxdb/pull/2647): Fixes typos in sample config file ## v0.9.0-rc31 [2015-05-21] From ac76e5c297afc6bd70a5d7c6deed69e311722745 Mon Sep 17 00:00:00 2001 From: Chris Laws Date: Thu, 28 May 2015 22:04:55 +0930 Subject: [PATCH 3/3] Fix issues path in change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c461ce9e8f..193e818d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Bugfixes - [2635](https://github.com/influxdb/influxdb/issues/2635): Fix querying against boolean field in WHERE clause. - [2644](https://github.com/influxdb/influxdb/issues/2644): Make SHOW queries work with FROM //. -- [2647](https://github.com/influxdb/influxdb/pull/2647): Fixes typos in sample config file +- [2647](https://github.com/influxdb/influxdb/issues/2647): Fixes typos in sample config file ## v0.9.0-rc31 [2015-05-21]