No commit activity in last 3 years
No release in over 3 years
fluentd plug-in for HTTP Health Check
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 12.0
~> 3.0

Runtime

< 2, >= 0.14.10
 Project Readme

fluent-plugin-http-healthcheck

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