From 73a4c23875b6a5539dc77cb379adb4d64ce265cf Mon Sep 17 00:00:00 2001 From: robin-checkmk <93658105+robin-checkmk@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:49:41 +0000 Subject: [PATCH] Update Docs and Changelogs upon Release --- CHANGELOG.rst | 13 ++++++++++ changelogs/.plugin-cache.yaml | 2 +- .../{fragments => archive/5.4.0}/agent.yml | 0 .../5.4.0}/release_summary.yml | 0 changelogs/changelog.yaml | 10 ++++++++ docs/activation_module.rst | 8 +++---- docs/agent_role.rst | 24 +++++++------------ docs/bakery_lookup.rst | 4 ++-- docs/bakery_module.rst | 8 +++---- docs/checkmk_inventory.rst | 8 +++---- docs/contact_group_module.rst | 8 +++---- docs/discovery_module.rst | 8 +++---- docs/downtime_module.rst | 8 +++---- docs/environment_variables.rst | 2 +- docs/folder_lookup.rst | 4 ++-- docs/folder_module.rst | 8 +++---- docs/folders_lookup.rst | 4 ++-- docs/host_group_module.rst | 8 +++---- docs/host_lookup.rst | 4 ++-- docs/host_module.rst | 8 +++---- docs/hosts_lookup.rst | 4 ++-- docs/index.rst | 4 ++-- docs/password_module.rst | 8 +++---- docs/rule_lookup.rst | 4 ++-- docs/rule_module.rst | 8 +++---- docs/rules_lookup.rst | 4 ++-- docs/ruleset_lookup.rst | 4 ++-- docs/rulesets_lookup.rst | 4 ++-- docs/server_role.rst | 4 ++-- docs/service_group_module.rst | 8 +++---- docs/site_lookup.rst | 4 ++-- docs/site_module.rst | 8 +++---- docs/sites_lookup.rst | 4 ++-- docs/tag_group_module.rst | 8 +++---- docs/timeperiod_module.rst | 8 +++---- docs/user_module.rst | 8 +++---- docs/version_lookup.rst | 4 ++-- 37 files changed, 125 insertions(+), 110 deletions(-) rename changelogs/{fragments => archive/5.4.0}/agent.yml (100%) rename changelogs/{fragments => archive/5.4.0}/release_summary.yml (100%) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d6a313ba..304c18944 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ checkmk.general Release Notes .. contents:: Topics +v5.4.0 +====== + +Release Summary +--------------- + +Enabling proxy registration for the agent role. + +Minor Changes +------------- + +- Agent role - Add option to perform a proxy registration. Refer to the README for details. + v5.3.2 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 6b8a16444..b99a2633a 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -151,4 +151,4 @@ plugins: strategy: {} test: {} vars: {} -version: 5.3.2 +version: 5.4.0 diff --git a/changelogs/fragments/agent.yml b/changelogs/archive/5.4.0/agent.yml similarity index 100% rename from changelogs/fragments/agent.yml rename to changelogs/archive/5.4.0/agent.yml diff --git a/changelogs/fragments/release_summary.yml b/changelogs/archive/5.4.0/release_summary.yml similarity index 100% rename from changelogs/fragments/release_summary.yml rename to changelogs/archive/5.4.0/release_summary.yml diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 63c93a8fb..96e39e1ce 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1062,3 +1062,13 @@ releases: fragments: - release.yml release_date: '2024-12-24' + 5.4.0: + changes: + minor_changes: + - Agent role - Add option to perform a proxy registration. Refer to the README + for details. + release_summary: Enabling proxy registration for the agent role. + fragments: + - agent.yml + - release_summary.yml + release_date: '2025-01-14' diff --git a/docs/activation_module.rst b/docs/activation_module.rst index 7eeef86d5..b1bfae2d7 100644 --- a/docs/activation_module.rst +++ b/docs/activation_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.activation module -- Activate changes in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -258,7 +258,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -292,7 +292,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/agent_role.rst b/docs/agent_role.rst index fea49990e..7cf4c04bc 100644 --- a/docs/agent_role.rst +++ b/docs/agent_role.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -20,7 +20,7 @@ checkmk.general.agent role -- Install Checkmk agents .. Collection note .. note:: - This role is part of the `checkmk.general collection `_ (version 5.3.2). + This role is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -785,12 +785,8 @@ Parameters
- Refer to the README for details. - + Refer to the README for details. This is mutually exclusive with 'checkmk\_agent\_secret'. - .. rst-class:: ansible-option-line - - :ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ checkmk\_var\_automation\_secret }}"` .. raw:: html @@ -917,7 +913,7 @@ Parameters .. rst-class:: ansible-option-line - :ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ checkmk\_agent\_server }}"` + :ansible-option-default-bold:`Default:` :ansible-option-default:`"localhost"` .. raw:: html @@ -958,7 +954,7 @@ Parameters .. rst-class:: ansible-option-line - :ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ checkmk\_agent\_server\_protocol }}"` + :ansible-option-default-bold:`Default:` :ansible-option-default:`"http"` .. raw:: html @@ -999,7 +995,7 @@ Parameters .. rst-class:: ansible-option-line - :ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ checkmk\_agent\_site }}"` + :ansible-option-default-bold:`Default:` :ansible-option-default:`"mysite"` .. raw:: html @@ -1035,12 +1031,8 @@ Parameters
- Refer to the README for details. - - - .. rst-class:: ansible-option-line + Refer to the README for details. This is mutually exclusive with 'checkmk\_agent\_pass'. - :ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ checkmk\_var\_automation\_secret }}"` .. raw:: html @@ -1409,7 +1401,7 @@ Parameters .. rst-class:: ansible-option-line - :ansible-option-default-bold:`Default:` :ansible-option-default:`"{{ automation\_user | default('automation') }}"` + :ansible-option-default-bold:`Default:` :ansible-option-default:`"automation"` .. raw:: html diff --git a/docs/bakery_lookup.rst b/docs/bakery_lookup.rst index d870203da..5dc2d0ee9 100644 --- a/docs/bakery_lookup.rst +++ b/docs/bakery_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.bakery lookup -- Get the bakery status of a Checkmk server .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/bakery_module.rst b/docs/bakery_module.rst index 98bdf324d..9a3163838 100644 --- a/docs/bakery_module.rst +++ b/docs/bakery_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.bakery module -- Trigger baking and signing in the agent bakery. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -173,7 +173,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -275,7 +275,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/checkmk_inventory.rst b/docs/checkmk_inventory.rst index 338ae65cc..964de0ca4 100644 --- a/docs/checkmk_inventory.rst +++ b/docs/checkmk_inventory.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.checkmk inventory -- Dynamic Inventory Source or Checkmk .. Collection note .. note:: - This inventory plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This inventory plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -263,7 +263,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -300,7 +300,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/contact_group_module.rst b/docs/contact_group_module.rst index 066be8214..9ebf2e64d 100644 --- a/docs/contact_group_module.rst +++ b/docs/contact_group_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.contact_group module -- Manage contact groups in Checkmk (bulk v .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -279,7 +279,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -313,7 +313,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/discovery_module.rst b/docs/discovery_module.rst index b92a2b5c5..0ed70b4dd 100644 --- a/docs/discovery_module.rst +++ b/docs/discovery_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.discovery module -- Discover services in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -367,7 +367,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -401,7 +401,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/downtime_module.rst b/docs/downtime_module.rst index 8bf06a8dd..1624b0577 100644 --- a/docs/downtime_module.rst +++ b/docs/downtime_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.downtime module -- Manage downtimes in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -401,7 +401,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -473,7 +473,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/environment_variables.rst b/docs/environment_variables.rst index bd3fc328a..716c0d3c6 100644 --- a/docs/environment_variables.rst +++ b/docs/environment_variables.rst @@ -1,7 +1,7 @@ :orphan: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. _list_of_collection_env_vars: diff --git a/docs/folder_lookup.rst b/docs/folder_lookup.rst index 120352f22..a0362cbca 100644 --- a/docs/folder_lookup.rst +++ b/docs/folder_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.folder lookup -- Get folder attributes .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/folder_module.rst b/docs/folder_module.rst index 75bbff1c5..8ad048bd8 100644 --- a/docs/folder_module.rst +++ b/docs/folder_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.folder module -- Manage folders in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -355,7 +355,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -389,7 +389,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/folders_lookup.rst b/docs/folders_lookup.rst index 8a0885239..36d5ccfe7 100644 --- a/docs/folders_lookup.rst +++ b/docs/folders_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.folders lookup -- Get various information about a folder .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/host_group_module.rst b/docs/host_group_module.rst index 1ce5ba4eb..0a97c8092 100644 --- a/docs/host_group_module.rst +++ b/docs/host_group_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.host_group module -- Manage host groups in Checkmk (bulk version .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -279,7 +279,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -313,7 +313,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/host_lookup.rst b/docs/host_lookup.rst index f8f1ee9a5..1a590f33b 100644 --- a/docs/host_lookup.rst +++ b/docs/host_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.host lookup -- Get host attributes .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/host_module.rst b/docs/host_module.rst index a6467edfe..a07ba1f56 100644 --- a/docs/host_module.rst +++ b/docs/host_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.host module -- Manage hosts in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -453,7 +453,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -487,7 +487,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/hosts_lookup.rst b/docs/hosts_lookup.rst index f7e16d98f..eadca99cd 100644 --- a/docs/hosts_lookup.rst +++ b/docs/hosts_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.hosts lookup -- Get various information about a host .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/index.rst b/docs/index.rst index 56f546410..b3f70677a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. _plugins_in_checkmk.general: @@ -7,7 +7,7 @@ Checkmk.General =============== -Collection version 5.3.2 +Collection version 5.4.0 .. contents:: :local: diff --git a/docs/password_module.rst b/docs/password_module.rst index 70f93d50d..e9804e841 100644 --- a/docs/password_module.rst +++ b/docs/password_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.password module -- Manage passwords in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -377,7 +377,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -445,7 +445,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/rule_lookup.rst b/docs/rule_lookup.rst index fd96923be..12f188662 100644 --- a/docs/rule_lookup.rst +++ b/docs/rule_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.rule lookup -- Show a rule .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/rule_module.rst b/docs/rule_module.rst index f55b89930..ae1c3103e 100644 --- a/docs/rule_module.rst +++ b/docs/rule_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.rule module -- Manage rules in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -621,7 +621,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -655,7 +655,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/rules_lookup.rst b/docs/rules_lookup.rst index 8b4408cc9..6df1b4fbd 100644 --- a/docs/rules_lookup.rst +++ b/docs/rules_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.rules lookup -- Get a list rules .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/ruleset_lookup.rst b/docs/ruleset_lookup.rst index 3b88a5328..b5e7204f8 100644 --- a/docs/ruleset_lookup.rst +++ b/docs/ruleset_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.ruleset lookup -- Show a ruleset .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/rulesets_lookup.rst b/docs/rulesets_lookup.rst index 959e74e7a..119376b53 100644 --- a/docs/rulesets_lookup.rst +++ b/docs/rulesets_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.rulesets lookup -- Search rulesets .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/server_role.rst b/docs/server_role.rst index 0eeeee443..84988a7aa 100644 --- a/docs/server_role.rst +++ b/docs/server_role.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -20,7 +20,7 @@ checkmk.general.server role -- Install and manage Checkmk servers .. Collection note .. note:: - This role is part of the `checkmk.general collection `_ (version 5.3.2). + This role is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/service_group_module.rst b/docs/service_group_module.rst index 0213c554b..5cc8aa252 100644 --- a/docs/service_group_module.rst +++ b/docs/service_group_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.service_group module -- Manage service groups in Checkmk (bulk v .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -279,7 +279,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -313,7 +313,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/site_lookup.rst b/docs/site_lookup.rst index 50bfbbbc7..2bdfd9cdd 100644 --- a/docs/site_lookup.rst +++ b/docs/site_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.site lookup -- Show the configuration of a site .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/site_module.rst b/docs/site_module.rst index 0d4f114ac..c7520cc02 100644 --- a/docs/site_module.rst +++ b/docs/site_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.site module -- Manage distributed monitoring in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -173,7 +173,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -207,7 +207,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/sites_lookup.rst b/docs/sites_lookup.rst index c8399f19e..8a0266ef4 100644 --- a/docs/sites_lookup.rst +++ b/docs/sites_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.sites lookup -- Get a list of all sites .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. diff --git a/docs/tag_group_module.rst b/docs/tag_group_module.rst index 7c551313b..43778af42 100644 --- a/docs/tag_group_module.rst +++ b/docs/tag_group_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.tag_group module -- Manage tag groups in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -291,7 +291,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -325,7 +325,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/timeperiod_module.rst b/docs/timeperiod_module.rst index 7122777be..803a2647c 100644 --- a/docs/timeperiod_module.rst +++ b/docs/timeperiod_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.timeperiod module -- Manage time periods in checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -343,7 +343,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -377,7 +377,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/user_module.rst b/docs/user_module.rst index 396be1f83..f9366a225 100644 --- a/docs/user_module.rst +++ b/docs/user_module.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.user module -- Manage users in Checkmk. .. Collection note .. note:: - This module is part of the `checkmk.general collection `_ (version 5.3.2). + This module is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. @@ -974,7 +974,7 @@ Parameters
- The base url of your Checkmk server including the protocol. + The base url of your Checkmk server including the protocol but excluding the site. .. raw:: html @@ -1094,7 +1094,7 @@ Parameters
- The site you want to connect to. + The site you want to connect to. This will be appended to the server\_url as part of the API request url. .. raw:: html diff --git a/docs/version_lookup.rst b/docs/version_lookup.rst index f8d473453..1c1b3a791 100644 --- a/docs/version_lookup.rst +++ b/docs/version_lookup.rst @@ -6,7 +6,7 @@ :trim: .. meta:: - :antsibull-docs: 2.16.1 + :antsibull-docs: 2.16.2 .. Anchors @@ -22,7 +22,7 @@ checkmk.general.version lookup -- Get the version of a Checkmk server .. Collection note .. note:: - This lookup plugin is part of the `checkmk.general collection `_ (version 5.3.2). + This lookup plugin is part of the `checkmk.general collection `_ (version 5.4.0). It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`.