Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 7cf45d3c authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent cacbeaea
No related branches found
No related tags found
No related merge requests found
......@@ -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`)|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment