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

Update README.md

parent 98a85842
No related branches found
No related tags found
No related merge requests found
......@@ -70,10 +70,14 @@ Don't forget to make the Linux script executable (`chmod a+x curl.sh`).
#### Configuration file
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 now comments allowed.
On each line you have the three fields _service_name_, _url_, _curl_options_. Thes fields are sepereated by `|`. There are now comments allowed. In addition to the _curl_option_ from _curl.cfg_ the plugin uses the hard coded options `-q -w @curl.format -o NUL -s` an Windows and on Linux `-q -w @curl.format -o /dev/null -s`.
<details><summary>Sample _curl.cfg_ file</summary>
Sample _curl.cfg_ file
```
forum.checkmk.com|https://forum.checkmk.com/|--location
thl-cmk.hopto.org|https://thl-cmk.hopto.org|--location
```
</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