From f390e7b068055c520394b55c6e06799abe6271c8 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 25 Mar 2022 17:11:26 +0000 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abe41bb..1701c76 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,27 @@ # cURL agent plugin for Linux and Windows -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/). +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@snowheaven.de) and Ingo Hambrock. + +cURL supports a lot of different protocols like: +- dict +- file +- ftp / ftps +- gopher / gophers +- http / https +- imap / imaps +- ldap / ldaps +- mqtt +- pop3 / pop3s +- rtsp +- scp +- sftp +- smb/smbs +- smtp/smtps +- telnet +- tftp + *Note*: At the end of this README you will find a list of cURL options implemented so far. -- GitLab