diff --git a/README.md b/README.md index 5389942b7ef784009b6bb2909472a8b9c412d033..e0516799950087633f1563d09d0f5c870ee93b5f 100644 --- a/README.md +++ b/README.md @@ -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