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

Update README.md

parent 2bcd4879
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ Don't forget to make the Linux script executable (`chmod a+x curl.sh`).
If you are not using the CheckMK agent bakery, than you need to create the config file for the plugin your self.
On each line you have the three fields _service_name_, _url_, _curl_options_. Thes fields are sepereated by `|`. There are no comments or empty lines allowed. In addition to the _curl_option_ from _curl.cfg_ the plugin uses the hard coded options `-q -w @curl.format -o NUL -s` on Windows and on Linux `-q -w @curl.format -o /dev/null -s`.
<details><summary>Sample _curl.cfg_ file</summary>
<details><summary>Sample curl.cfg file</summary>
```
forum.checkmk.com|https://forum.checkmk.com/|--location
......
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