Sha256: 077aa30d6718cfb49018a80e217962533ae57d50b219c95ec7dbb44dfcc9167b
Contents?: true
Size: 643 Bytes
Versions: 1
Compression:
Stored size: 643 Bytes
Contents
# fluent-plugin-http-healthcheck [Fluentd](https://fluentd.org/) input plugin to do something. * Just return HTTP status code 200 * 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> ``` ## Usage ``` $ curl http://localhost:8888/ -v ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-http-healthcheck-0.1.0 | README.md |