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

Update README.md

parent a3805d52
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ It is build around cURL from [https://curl.se/](https://curl.se/). ...@@ -14,8 +14,8 @@ It is build around cURL from [https://curl.se/](https://curl.se/).
To check if your system provided `curl` will work you can test it on the cli like this: To check if your system provided `curl` will work you can test it on the cli like this:
- Linux `$ curl https://thl-cmk.hopto.org -s -o /dev/null -w %{json}` - Linux `$ curl https://thl-cmk.hopto.org -q -s -o /dev/null -w %{json}`
- Windows `C:\>curl https://thl-cmk.hopto.org -s -o NUL -w %{json}` - Windows `C:\>curl https://thl-cmk.hopto.org -q -s -o NUL -w %{json}`
The output should look like this The output should look like this
``` ```
......
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