Sha256: e429c9424d136e01632e815d8b4d8b7622f02a6697b4ceec50f947a4d40839a3

Contents?: true

Size: 646 Bytes

Versions: 1

Compression:

Stored size: 646 Bytes

Contents

# fluent-plugin-http-healthcheck-do

[Fluentd](https://fluentd.org/) 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-http-healthcheck-do-0.1.0 README.md