fluent-plugin-http-healthcheck-do
Fluentd input plugin to do something.
- return HTTP status code 200 only
- Used for health check with load balancer such as AWS
Installation
$ gem install fluent-plugin-http-healthcheck
Usage
<source>
@type http_healthcheck
port 8888
bind 0.0.0.0
</source>
Check
$ curl http://localhost:8888/ -v
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request