README.md in fluent-plugin-ssl-check-1.1.0 vs README.md in fluent-plugin-ssl-check-2.0.0
- old
+ new
@@ -13,28 +13,27 @@
``` conf
<source>
@type ssl_check
tag ssl_check
- host my-service.com
- port 443
+ hosts my-service.com:4443
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
+* hosts: list of <host>:<port> to check
* interval: check every X seconds
* ca_path: directory that contains CA files
* ca_file: specify a CA file directly
+If no port is specified with host, default port is 443.
## Installation
Manual install, by executing:
@@ -46,11 +45,11 @@
## Compatibility
plugin in 1.x.x will work with:
-- ruby >= 2.4.10
-- td-agent >= 3.8.1-0
+- ruby >= 2.7.7
+- td-agent >= 4.0.0
## Copyright
* Copyright(c) 2023- Thomas Tych