Sha256: be52a7921e253d70cc77d3f898961b9e14233cd355469098d483809942914c3b

Contents?: true

Size: 906 Bytes

Versions: 2

Compression:

Stored size: 906 Bytes

Contents

# fluent-plugin-ssl-check

[Fluentd](https://fluentd.org/) input plugin to check ssl service.

## plugins

### in - ssl_check

Poll ssl service, to report status.

Example:

``` conf
<source>
  @type ssl_check
  tag ssl_check

  host my-service.com
  port 443

  interval 600

  ca_path /my/ca_dir/
  ca_file /my/ca_file
</source>
```

Options are:
* tag: Tag to emit events on
* host: host of the service to check
* port: port of the service to check
* interval: check every X seconds
* ca_path: directory that contains CA files
* ca_file: specify a CA file directly


## Installation

Manual install, by executing:

    $ gem install fluent-plugin-ssl-check

Add to Gemfile with:

    $ bundle add fluent-plugin-ssl-check


## Compatibility

plugin in 1.x.x will work with:
- ruby >= 2.4.10
- td-agent >= 3.8.1-0


## Copyright

* Copyright(c) 2023- Thomas Tych
* License
  * Apache License, Version 2.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-ssl-check-1.1.0 README.md
fluent-plugin-ssl-check-1.0.0 README.md