From 7cf45d3cc9a05e6e4d9a1278ca59556072435239 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 24 Mar 2022 19:45:43 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c911d99..8a88177 100644 --- a/README.md +++ b/README.md @@ -131,14 +131,14 @@ checkmk.com|curl_item_3|nocase_nomultiline| | cURL option | Bakery Option (Comment) | |-----| ------ | -| --anyauth | Configure user authentication -> Authentication method -> Any authentication | -| --basic | Configure user authentication -> Authentication method -> Basic authentication | +| --anyauth | Configure authentication -> Username/Password -> Authentication method -> Any authentication | +| --basic | Configure authentication -> Username/Password -> Authentication method -> Basic authentication | | --cacert | Configure verification of remote host -> Certificate to verify against | | --cert-status | Configure verification of remote host -> Use OCSP to check certificate status | | --compressed | Request compressed response | | --connect-timeout | Set connection limits -> Maximum time to connect | | --data-binary | Send HTTP POST data | -| --digest | Configure user authentication -> Authentication method -> Digest authentication | +| --digest | Configure authentication -> Username/Password -> Authentication method -> Digest authentication | | --disable | Hardcoded in the agent scripts | | --disable-eprt | Set FTP options -> Passive/Actrive mode FTP active mode -> Don't send EPRT command | | --disable-epsv | Set FTP options -> Passive/Actrive mode -> FTP passove mode -> Don't send EPSV command | @@ -169,19 +169,21 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --insecure | Configure verification of remote host -> Don't verify certificates | | --ipv4 | Set DNS options -> Resolve names -> IPv4 only | | --ipv6 | Set DNS options -> Resolve names -> IPv6 only | +| --key | Configure authentication -> Private/public key -> Private key | | --limit-rate | Set connection limits -> Maximum UP-/Download rate | | --location | Configure redirects -> Follow redirects | | --location-trusted | Configure redirects -> Use authentication on redirects | | --max-filesize | Set connection limits -> Maximum file size | | --max-redirs | Configure redirects -> Max. redirects | | --max-time | Set connection limits -> Maximum transfer time | -| --negotiate | Configure user authentication -> Authentication method -> HTTP Negotiate (SPNEGO) authentication | +| --negotiate | Configure authentication -> Username/Password -> Authentication method -> HTTP Negotiate (SPNEGO) authentication | | --no-alpn | Advanced settings -> Disable Application Layer Protocol Negotiation (ALPN) | | --no-npn | Advanced settings -> Disable Next Protocol Negotiation (NPN) | | --noproxy | Configure proxy server -> Don't use any proxy | -| --ntlm | Configure user authentication -> Authentication method -> NTLM authentication | -| --ntlm-wb | Configure user authentication -> Authentication method -> NTLM authentication with winbind | -| --proxy | Configure proxy server -> Use Proxy -> HTTP | +| --ntlm | Configure authentication -> Username/Passwordn -> Authentication method -> NTLM authentication | +| --ntlm-wb | Configure authentication -> Username/Password -> Authentication method -> NTLM authentication with winbind | +| --proxy | Configure proxy server -> Use Proxy -> HTTP | +| --pass | Configure authentication -> Private/public key -> Pass phrase | | --proxy-anyauth | Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> Any authentication | | --proxy-basic | Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> Basic authentication | | --proxy-digest |Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> Digest authentication | @@ -211,7 +213,7 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --tlsv1.2 | Use TLS/SSL version -> Use TLS 1.2 | | --tlsv1.3 | Use TLS/SSL version -> Use TLS 1.3 | | --url | URLs to check -> URL to check | -| --user | Configure user authentication -> Username | +| --user | Configure authentication -> Username/Password -> Username | | --user-agent | Set user agent | | --verbose | Hardcoded in the agent scripts | | --output | Strings to expect in response (By default `--output /dev/null` or `--output NUL`. If expect strings is configured set to `--output /var/tmp/curl_output` or `--output c:/windows/temp/curl_output`)| -- GitLab