Commit Graph

25 Commits (e98b0edab4722a92821bb1bc4a2cb58498f4b7f6)

Author SHA1 Message Date
artushin 2ae843d51c oops. DefaultTransport being used.
10 years ago
artushin 5ec92971ac close idle connections after stopping http checks to service
10 years ago
arnaud briche e87afe341b - add Timeout field to CheckType and CheckHTTP to make http request timeout configurable by the client
10 years ago
Ryan Uber 674be58e55 agent: support multiple checks per service
10 years ago
Armon Dadgar 96c7ce120e command/agent: Minor cleanups
10 years ago
Nicholas Capo 98eb935392 command/agent: HTTP Check: Create httpClient in Start()
10 years ago
Nicholas Capo bcb983edbe command/agent: HTTP Check: Include response in check status
10 years ago
Nicholas Capo 6a2d763d5c command/agent: HTTP check: Any 2xx is OK, 429 is WARNING
10 years ago
Nicholas Capo fb5ba8d97d command/agent: Add simple HTTP check type
10 years ago
Ryan Breen f2bd641402 Clean up log line and reduce test time.
10 years ago
Ryan Breen 2e58f54a26 Well, that sure is cleaner.
10 years ago
Ryan Breen 60dacecb39 Add a randomized start before running CheckMonitors.
10 years ago
Ryan Uber dd4fadfc9e agent: persist CheckType with health checks
10 years ago
Ryan Uber df5859580f agent: pass notes field through for checks inside of service definitions. Fixes #449
10 years ago
Ryan Uber 2f93e13da8 consul: kill remaining use of HealthUnknown
10 years ago
Armon Dadgar 46a96d9c42 agent: Refactor script invoke
10 years ago
Armon Dadgar 64efde9be0 agent: Limit health check output to 4K. Fixes #83.
11 years ago
Armon Dadgar 018482dc4c Store check output in dedicated field. Fixes #59.
11 years ago
Armon Dadgar 6bbe8fd493 agent: Adding minimum check interval. Fixes #64.
11 years ago
Armon Dadgar 1eb0a76ee8 agent: Adding methods to register services and checks
11 years ago
Armon Dadgar 438c9537d3 agent: Adding CheckType which is used to wrap either a CheckMonitor or CheckTTL
11 years ago
Armon Dadgar 7aa278e2ef Allow setting the health check notes
11 years ago
Armon Dadgar 939c381d87 Adding CheckTTL for TTL based checks
11 years ago
Armon Dadgar 9e63d1fa32 CheckMonitor runs forever and runs the first check immediately
11 years ago
Armon Dadgar a4201255df Adding basic CheckMonitor to invoke scripts
11 years ago