diff --git a/README.md b/README.md index 080084cb612f1c5747ab456dc8749256c2cc66ef..2c39057c16ce2ca9f865af0d55b6551ef00dc626 100644 --- a/README.md +++ b/README.md @@ -138,14 +138,15 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --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 user authentication -> 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 | | --dns-interface | Set DNS options -> Source interface | | --dns-ipv4-addr | Set DNS options -> IPv4 source address | | --dns-ipv6-addr | Set DNS options -> IPv6 source address | | --dns-servers | Set DNS options -> DNS servers | -| --dump-header | Strings to expect in header (Configured as `--dump-header /var/tmp/curl_header` or `c:/windows/temp/curl_header`) | +| --dump-header | Strings to expect in header (Configured as `--dump-header /var/tmp/curl_header` or `--dump-header c:/windows/temp/curl_header`) | | --ftp-account | Set FTP options -> Account data string | | --ftp-alternative-to-user | Set FTP options -> String to replace USER command | | --ftp-create-dirs | Set FTP options -> Create remote dir(s) | @@ -161,7 +162,8 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --header | Set request headers and Set API key header | | --http1.0 | Use HTTP version -> Use HTTP 1.0 | | --http1.1 | Use HTTP version -> Use HTTP 1.1 | -| --http2 | Use HTTP version -> Use HTTP/2 | +| --http2 | Use HTTP version -> Use HTTP/2 | +| --include | Hardcoded in the agent scripts | | --insecure | Configure certificate verification -> Don't verify certificates | | --ipv4 | Set DNS options -> Resolve names -> IPv4 only | | --ipv6 | Set DNS options -> Resolve names -> IPv6 only | @@ -184,7 +186,8 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --proxy-negotiate | Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> HTTP Negotiate (SPNEGO) authentication | | --proxy-ntlm | Configure proxy server -> Use Proxy -> Proxy authentication -> Authentication method -> NTLM authentication | | --proxy-user | Configure proxy server -> Use Proxy -> Proxy authentication -> Proxy username | -| --referer | Set referer | +| --referer | Set referer | +| --silent | Hardcoded in the agent scripts | | --socks4 | Configure proxy server -> Use Proxy -> SOCKS4 | | --socks4a |Configure proxy server -> Use Proxy -> SOCKS4a | | --socks5 | Configure proxy server -> Use Proxy -> SOCKS5 | @@ -197,7 +200,7 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --ssl-reqd | Use TLS/SSL version -> Require SSL/TLS | | --sslv2 | Use TLS/SSL version -> Use SSLv2 | | --sslv3 | Use TLS/SSL version -> Use SSLv3 | -| --stderr | Hardcoded in the scripts to `/var/tmp/url_session` or `c:\windows\temp\url_session` | +| --stderr | Hardcoded in the agent scripts to `--stderr /var/tmp/url_session` or `--stderr c:\windows\temp\url_session` | | --tcp-fastopen | Advanced settings -> Use TCP fast open option | | --tcp-nodelay | Advanced settings -> Use TCP no delay option | | --tlsv1 | Use TLS/SSL version -> Use TLS 1.0 or greater | @@ -208,9 +211,9 @@ checkmk.com|curl_item_3|nocase_nomultiline| | --url | URLs to check -> URL to check | | --user | Configure user authentication -> Username | | --user-agent | Set user agent | -| --verbose | Hardcoded in the scripts | -| -o | Strings to expect in response (By default `-o /dev/null` or `-o NUL`. If expect strings configured as `-o /var/tmp/curl_output` or `c:/windows/temp/curl_output`)| -| -w | Hardcoded in the scripts to `-w %{json}` | +| --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`)| +| --write-out | Hardcoded in the agent scripts to `--write-out %{json}` | </details>