From d359551095e8a187cb5497028234d94a6afa5b6d Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 7 Jun 2023 08:30:23 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c0783..e6f415f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ With this agent plugin you can monitor URLs from the perspective of the monitored host and not the monitoring server ;-) -It is build around cURL from [https://curl.se/](https://curl.se/) based on an idea of Christian Wirtz (doc[at]snowheaven[dot]de) and Ingo Hambrock. +It is build around cURL from [https://curl.se/](https://curl.se/) based on a idea of Christian Wirtz (doc[at]snowheaven[dot]de) and Ingo Hambrock. cURL supports a lot of different protocols like: - dict @@ -27,7 +27,7 @@ cURL supports a lot of different protocols like: --- ### Download -- [curl.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl.mkp) the main package +- [curl.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl.mkp) the main package - [curl_executable-20220410.v7.82.0.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/curl/-/raw/master/curl_executable-20220410.v7.82.0.mkp) the Linux and Windows executable in version 7.82.0 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