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 82b38d55 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent 3069d141
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ thl-cmk.hopto.org|"https://thl-cmk.hopto.org"|-o /dev/null --user-agent "your us
| cURL option | Bakery Option | Comment |
|-----| ------ | ------ |
| --url | URLs to check -> URL to check | |
| -o | Strings to expect in response | |
| -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}` |
| --insecure | Don't verify certificates | |
| --location | Follow redirects | |
......@@ -170,6 +170,8 @@ thl-cmk.hopto.org|"https://thl-cmk.hopto.org"|-o /dev/null --user-agent "your us
| --connect-timeout | Connect timeout | |
| --user-agent | User agent | |
| --referer | Referer | |
| --dump-header | Strings to expect in header | Configured as `--dump-header /var/tmp/curl_header` or `c:/windows/temp/curl_header` |
| --verbose --stderr | Get TLS/SSL session data | Configured as `--dump-header /var/tmp/curl_tls_info` or `c:/windows/temp/curl_tls_info` |
</details>
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