Matthew Irish
|
bc79b65f3f
|
Merge pull request #1338 from hashicorp/js-cleaning
Clean up the JS a bit and make Ember code more idiomatic
|
2015-10-26 13:24:06 -05:00 |
Matthew Irish
|
b19993a6be
|
Merge pull request #1340 from hashicorp/failing-node-service
Show node status as failing if a service on the node is failing
|
2015-10-26 13:19:35 -05:00 |
Diptanu Choudhury
|
d478fa9470
|
Marking the state of a service as critical if the Docker Daemon doesn't respond while running checks
|
2015-10-26 11:16:11 -07:00 |
Diptanu Choudhury
|
b35836fdad
|
Adding a debug log to indicate the exit code of failed check
|
2015-10-26 10:35:51 -07:00 |
Diptanu Choudhury
|
a68c6cbd3d
|
Fixed merge conflicts
|
2015-10-26 10:32:57 -07:00 |
Diptanu Choudhury
|
1b1518512c
|
Registering the Exec with Docker Daemon everytime the check is invoked
|
2015-10-26 10:23:57 -07:00 |
Diptanu Choudhury
|
c4b85010fb
|
Implemented Docker health checks
|
2015-10-26 10:23:57 -07:00 |
Seth Vargo
|
5ac45317d6
|
Merge pull request #1336 from hashicorp/sethvargo/releases
Use releases for pulling binaries
|
2015-10-26 12:49:16 -04:00 |
Seth Vargo
|
f6abfc1cd1
|
Use vendored fastly logo
|
2015-10-26 12:08:30 -04:00 |
Seth Vargo
|
75dd4004ff
|
Use releases for releases
|
2015-10-26 11:44:22 -04:00 |
James Phillips
|
41458dbbed
|
Merge pull request #1339 from hashicorp/b-1334
Revert "Fixed Header background"
|
2015-10-26 08:27:59 -07:00 |
Matthew Irish
|
b45cde637f
|
Show node status as failing if a service on the node is failing
|
2015-10-26 10:26:16 -05:00 |
James Phillips
|
8986ee320a
|
Revert "Fixed Header background"
This reverts commit 809ed3634403a90dbc62d05e18351262fed10d4c.
|
2015-10-26 07:58:01 -07:00 |
Matthew Irish
|
2fe7dd1ea8
|
Clean up the JS a bit and make Ember code more idiomatic
|
2015-10-26 09:39:18 -05:00 |
James Phillips
|
2a51d55ce3
|
Runs go fmt (sorts new go-cleanhttp imports).
|
2015-10-23 17:14:35 -07:00 |
James Phillips
|
f6c774bec3
|
Merge pull request #1331 from slackpad/f-network-tomography
Adds network tomography features to Consul.
|
2015-10-23 16:34:13 -07:00 |
James Phillips
|
b91e2d3a97
|
Completes rebase of network coordinates to new memdb.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
b3b1c6940b
|
Updates docs for network coordinates.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
132e1d813b
|
Fixes configs now that Serf always caches coordinates.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
b9732e3c39
|
Gives RTT class a more Go-like name.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
c48e3e1179
|
Defaults second node to agent if not given. Removes -short option and tweaks output formatting.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
a51e170eef
|
Cleans up after code review, adds a -short option to "consul rtt" command.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
43df5c6784
|
Adds a "consul rtt" command.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
dc1c22f895
|
Adds support for coordinates to client API.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
aea2194ce3
|
Makes the default protocol 2 and lets 3 interoperate with 2.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
7dd88f7de6
|
Zeroes out the height when testing exact distances.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
7d5e29f6c6
|
Cleans up after latest rebase.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
baa223ab4a
|
Runs go fmt after latest rebase.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
8e67c37398
|
Adds a test for the `DisableCoordinate` config.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
3f11bfaea4
|
Adds coordinate of agent to self endpoint.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
a74bdcba49
|
Moves sorting up into coordinate endpoint HTTP handlers.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
0e7d5871c5
|
Installs a friendly handler for coordinate endpoints when coordinates are disabled.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
def8c6087d
|
Fixes config merge fn for disabling coordinates and adds it to JSON.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
a2bcef00a0
|
Adds endpoints for raw network coordinates.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
e900fef95a
|
Fixes bad name for DC forwarding of Coordinate.Get.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
fecd639b02
|
Changes ?near=self to a safer ?near=_agent, which is also clearer about what it does.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
ee1cf1e13b
|
Adds distance sorting to health endpoint. Cleans up unit tests.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
019f656f39
|
Switches to the median over all DC nodes with known coordinates.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
1724b9a6be
|
Adds a magic "self" node name to distance queries.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
5609b2e889
|
Adds explicit check for empty node in source parameter.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
5d75ce7852
|
Moves disable checks down into the sort routine.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
59b710894d
|
Adds tests for HTTP interface. Removes a stray mark.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
033e8e6625
|
Adds sort of DCs in catalog queries based on RTT. Cleans up.
* Makes the catalog endpoint respect disabling coordinates for all
RTT-sorting query types.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
b63909cf67
|
Adds coordinate sorting support to catalog queries for nodes and service nodes.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
d7bac0e808
|
Turns down the coordinate sync rate a bit more.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
9ba9a708f6
|
Scales coordinate sends to hit a fixed aggregate rate across the cluster.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
d8b8a3719f
|
Simplifies the batching function and adds some comments.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
a93a1a68b6
|
Adds snapshot save and restore of coordinates.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
f71c79c53f
|
Does some small cleanups based on PR feedback.
* Holds coordinate updates in map and gets rid of the update channel.
* Cleans up config variables a bit.
|
2015-10-23 15:23:01 -07:00 |
James Phillips
|
1222772452
|
Hardens Consul from bad coordinates from other nodes.
|
2015-10-23 15:23:01 -07:00 |