From fbb82a80f6a26519807020b8962ed6b0bec13be6 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 25 Mar 2022 17:18:55 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1701c76..1bccd48 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ It is build around cURL from [https://curl.se/](https://curl.se/) based on an id cURL supports a lot of different protocols like: - dict - file -- ftp / ftps -- gopher / gophers -- http / https -- imap / imaps -- ldap / ldaps +- ftp/ftps +- gopher/gophers +- http/https +- imap/imaps +- ldap/ldaps - mqtt -- pop3 / pop3s +- pop3/pop3s - rtsp - scp - sftp @@ -22,13 +22,13 @@ cURL supports a lot of different protocols like: - telnet - tftp - +*Note*: The Plugin is intended to be used with the bakery of the CMK enterprise edition.\ *Note*: At the end of this README you will find a list of cURL options implemented so far. --- ### Download - [curl.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl.mkp) the main package -- [curl_executable.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl_executable.mkp) the Linux and Windows executable and the cURL cert bundle (this package is optional see below). +- [curl_executable.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl_executable.mkp) the Linux and Windows executable in version 7.8.1 and the cURL cert bundle (this package is optional see below). **Note**: this plugin needs at leat `curl` version 7.70.0 from April 29 2020 to work. -- GitLab