influxdb/cmd/influxd
Jason Wilder 60c66c8515 Add data node join URLs
To add a new data node, it currently needs a broker
and another data node to join.  Temporarily adding
a JoinURLs option to the Data node section so a
standalone data node can be created but the intent is
that this will be removed.

Ideally, the the joinURL could point to either a data node
or a broker and it would get the required URLs from that
host but that is not possible currently.
2015-04-06 16:38:00 -06:00
..
backup.go Return fmt.Errorf() 2015-04-06 16:29:00 -06:00
backup_test.go fix unit test is failed with connection refused on the win32 2015-04-03 13:48:52 +08:00
config.go Add data node join URLs 2015-04-06 16:38:00 -06:00
config_test.go Add data node join URLs 2015-04-06 16:38:00 -06:00
handler.go Handle broker and data node endpoints regardless of role 2015-04-03 21:00:43 -06:00
help.go Refactor help into command 2015-04-06 16:37:59 -06:00
main.go Refactor execRun to RunCommand 2015-04-06 16:37:59 -06:00
restore.go Allow passing config to RunCommand.Open 2015-04-06 16:37:59 -06:00
restore_test.go First pass at separate data and broker nodes 2015-04-06 16:38:00 -06:00
run.go Add data node join URLs 2015-04-06 16:38:00 -06:00
server_integration_test.go Add data node join URLs 2015-04-06 16:38:00 -06:00