open-consul/agent/checks
Pierre Souchay e394a9469b Support for maximum size for Output of checks (#5233)
* Support for maximum size for Output of checks

This PR allows users to limit the size of output produced by checks at the agent 
and check level.

When set at the agent level, it will limit the output for all checks monitored
by the agent.

When set at the check level, it can override the agent max for a specific check but
only if it is lower than the agent max.

Default value is 4k, and input must be at least 1.
2019-06-26 09:43:25 -06:00
..
alias.go agent: fix several data races and bugs related to node-local alias checks (#5876) 2019-05-24 13:36:56 -05:00
alias_test.go Move internal/ to sdk/ (#5568) 2019-03-27 08:54:56 -04:00
check.go Support for maximum size for Output of checks (#5233) 2019-06-26 09:43:25 -06:00
check_test.go Support for maximum size for Output of checks (#5233) 2019-06-26 09:43:25 -06:00
docker.go Sets tty in docker client back to true, as a potential fix for docker exec weirdness 2017-11-05 09:44:55 -06:00
docker_unix.go Decouple the code that executes checks from the agent 2017-10-25 11:18:07 +02:00
docker_windows.go Decouple the code that executes checks from the agent 2017-10-25 11:18:07 +02:00
grpc.go Gets rid of named return parameters. 2018-01-25 14:29:50 -08:00
grpc_test.go Add gRPC health-check #3073 2018-01-04 16:42:30 -05:00