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

Update README.md

parent 071d5006
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,26 @@ In addition to the options in `curl_item_#.options` from the bakery rules the pl
</details>
<details><summary>Sample options file</summary>
```
PS C:\ProgramData\checkmk\agent\config\curl> cat .\curl_item_2.options
# Created by Check_MK Agent Bakery.
# This file is managed via WATO, do not edit manually or you
# lose your changes next time when you update the agent.
--url "https://thl-cmk.hopto.org"
--compressed
--connect-timeout 3
--user-agent "('user_agent', 'curl-checkmk')"
--location
--cacert C:/ProgramData/checkmk/agent/config/curl/curl_item_2.ca_cert
--output NUL
--header @C:/ProgramData/checkmk/agent/config/curl/curl_item_2.header
```
</details>
---
#### Configuration file
......
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