Skip to content

F8Security/fluent-plugin-http-healthcheck

 
 

Repository files navigation

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

  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

About

Just return HTTP status code 200.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%