From bf28942814213fb91b7ddd5cfcf21ca274e21052 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Mon, 30 Sep 2024 17:10:55 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 5389942..e051679 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 -- GitLab