README.md in fluent-plugin-ssl-check-2.0.0 vs README.md in fluent-plugin-ssl-check-2.0.1

- old
+ new

@@ -28,9 +28,14 @@ * tag: Tag to emit events on * 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 +* timeout: timeout for ssl check execution (5sec) +* log_events: emit log format (true) +* metric_events: emit metric format (false) +* event_prefix: metric event prefix for extra dimension +* timestamp_format: iso, epochmillis timestamp format (iso) If no port is specified with host, default port is 443. ## Installation