Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 800ff2cb5ce56a293ce171f79dd605682157d352
https://github.com/tribe29/checkmk/commit/800ff2cb5ce56a293ce171f79dd605682…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M omd/WORKSPACE
R omd/packages/monitoring-plugins/BUILD
R omd/packages/monitoring-plugins/BUILD.monitoring-plugins.bazel
A omd/packages/monitoring-plugins/monitoring-plugins-2.3.2.tar.gz
R omd/packages/monitoring-plugins/monitoring-plugins.bzl
M omd/packages/monitoring-plugins/monitoring-plugins.make
Log Message:
-----------
Revert "Adds Bazel configuration for nagios-plugins"
This reverts commit 1116d40b80a623b0364a59f3389793879574ed83.
Breaks the integration tests (see test-integration-single/2231)
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: a4571b7324319e478f2f69d26fc4ee4130c6dba7
https://github.com/tribe29/checkmk/commit/a4571b7324319e478f2f69d26fc4ee413…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A .werks/14303
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
14303 FIX Fix "omd config" terminating after changing a setting
When executing "omd config" in interactive mode, it terminated after changing
the first config option instead of continuing to run.
This change restores the behavior of earlier versions that kept the menu open
after changing one option.
Change-Id: I6609e11372858e10c7b7d6edd629e79aebad1d57
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 063069d6f0675359b0e1518aa292ab7064c13c51
https://github.com/tribe29/checkmk/commit/063069d6f0675359b0e1518aa292ab706…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M cmk/ec/config.py
M cmk/gui/mkeventd/wato.py
M cmk/gui/watolib/mkeventd.py
M tests/unit/cmk/gui/mkeventd/test_wato.py
M tests/unit/cmk/gui/watolib/test_groups.py
M tests/unit/cmk/gui/watolib/test_watolib_search.py
Log Message:
-----------
Remove gui parts from ECRulePackSpec
CMK-11987
The hits is a gui only part.
This is a step to unify rule matching
in Gui and EC
Change-Id: I016d402a187ef4ba730130e8cbf5f62915484551
Commit: 6591b045dc482d835b8c06fe4244d94b037d602c
https://github.com/tribe29/checkmk/commit/6591b045dc482d835b8c06fe4244d94b0…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M cmk/gui/mkeventd/wato.py
M cmk/gui/watolib/mkeventd.py
M tests/unit/cmk/gui/conftest.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_group_config.py
M tests/unit/cmk/gui/watolib/test_config_sync.py
Log Message:
-----------
Remove underscore from get_rule_stats_from_ec
Change-Id: I243dfb2c4aff614da54a993c8443642f87ba74c0
Compare: https://github.com/tribe29/checkmk/compare/6101bcfe6462...6591b045dc48
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 1116d40b80a623b0364a59f3389793879574ed83
https://github.com/tribe29/checkmk/commit/1116d40b80a623b0364a59f3389793879…
Author: Frans Fürst <frans.fuerst(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M omd/WORKSPACE
A omd/packages/monitoring-plugins/BUILD
A omd/packages/monitoring-plugins/BUILD.monitoring-plugins.bazel
R omd/packages/monitoring-plugins/monitoring-plugins-2.3.2.tar.gz
A omd/packages/monitoring-plugins/monitoring-plugins.bzl
M omd/packages/monitoring-plugins/monitoring-plugins.make
Log Message:
-----------
Adds Bazel configuration for nagios-plugins
Change-Id: Icb7373353c19df4c2cdce6bd0fff0d681315ac66
Commit: bd9a30398a488d6aac127a8ad4c10849f1974cf9
https://github.com/tribe29/checkmk/commit/bd9a30398a488d6aac127a8ad4c10849f…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M scripts/run-in-docker.sh
Log Message:
-----------
Try to preserve DOCKER_BUILDKIT environment variable
Change-Id: Ib149281c7c568d8df59f926b5e31d3b82d0f8fac
Commit: 91d87f013cd63615455c60f35bd5c3eb2e775b3c
https://github.com/tribe29/checkmk/commit/91d87f013cd63615455c60f35bd5c3eb2…
Author: Solomon Jacobs <solomon.jacobs(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A agents/special/agent_gcp_status
M checkman/gcp_health
M checks/agent_gcp
A checks/agent_gcp_status
A cmk/gui/plugins/wato/special_agents/gcp_status.py
M cmk/special_agents/agent_gcp.py
A cmk/special_agents/agent_gcp_status.py
M cmk/utils/man_pages.py
M tests/unit/agents/special/test_special_agent_args.py
M tests/unit/checks/test_agent_gcp.py
A tests/unit/checks/test_agent_gcp_status.py
M tests/unit/cmk/special_agents/test_agent_gcp.py
A tests/unit/cmk/special_agents/test_agent_gcp_status.py
Log Message:
-----------
gcp_status: add agent
GCP, Azure and AWS should all be configured in the same way, when it
comes to monitoring the public feed available via their health
dashboards.
In this change, we introduce the option to run GCP Status without
configuring credentials by running a separate special agent.
CMK-8322
Change-Id: Ie4f497b0b1d47769ce71b65454c8bc8be232096c
Commit: 1773c6f99bc5861c69afdbe4665c2609f1be79fe
https://github.com/tribe29/checkmk/commit/1773c6f99bc5861c69afdbe4665c2609f…
Author: Solomon Jacobs <solomon.jacobs(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M cmk/utils/aws_constants.py
M tests/unit/checks/generictests/datasets/aws_dynamodb_summary.py
M tests/unit/checks/generictests/datasets/aws_wafv2_summary.py
Log Message:
-----------
Update display hints for AWSRegions I
* Spell Europe in only one way
* Omit AWS
CMK-8322
Change-Id: I0e1e20ed8ff75d5c8896ebc9af8a6abc9d2da261
Commit: 690b289653791fd761f105778fc329df33954d12
https://github.com/tribe29/checkmk/commit/690b289653791fd761f105778fc329df3…
Author: Solomon Jacobs <solomon.jacobs(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M cmk/gui/plugins/wato/special_agents/aws.py
M cmk/utils/aws_constants.py
A tests/unit/cmk/utils/test_aws_constant.py
Log Message:
-----------
Update display hints for AWSRegions II
* Order the entries alphabetically by the name they display
* except for GovCloud entries. They belong at the bottom.
CMK-8322
Change-Id: I07596b85c9dff2a9a5ccacb88bdf21015c51f2b7
Commit: 503fd5f856fbef0873394f8dc5c134587e195bc4
https://github.com/tribe29/checkmk/commit/503fd5f856fbef0873394f8dc5c134587…
Author: Solomon Jacobs <solomon.jacobs(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M cmk/special_agents/agent_aws.py
Log Message:
-----------
agent_aws: make agent executable
Running the agent is now possible without a site with the command
$ python3 -m cmk.special_agents.agent_aws
Change-Id: Iaf6b9041c927cc5e2a1a6d4d5f4a3f0998608838
Commit: d9dc5d7342bbd09cc7a3e73566d69234adf4a627
https://github.com/tribe29/checkmk/commit/d9dc5d7342bbd09cc7a3e73566d69234a…
Author: Solomon Jacobs <solomon.jacobs(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M checks/agent_aws_status
M cmk/base/plugins/agent_based/aws_status.py
M cmk/gui/plugins/wato/special_agents/aws_status.py
M cmk/special_agents/agent_aws_status.py
M tests/unit/checks/test_agent_aws_status.py
M tests/unit/cmk/base/plugins/agent_based/test_aws_status.py
M tests/unit/cmk/special_agents/test_agent_aws_status.py
Log Message:
-----------
aws_status: add regions to monitor option
CMK-8322
Change-Id: I6287d2314af798433848f38a83fc2bfd4543bfc3
Commit: 6101bcfe6462274f6bc2dd1c982b38a4c0b22c48
https://github.com/tribe29/checkmk/commit/6101bcfe6462274f6bc2dd1c982b38a4c…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A .werks/14303
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
14303 FIX Fix "omd config" terminating after changing a setting
When executing "omd config" in interactive mode, it terminated after changing
the first config option instead of continuing to run.
This change restores the behavior of earlier versions that kept the menu open
after changing one option.
Change-Id: I6609e11372858e10c7b7d6edd629e79aebad1d57
Compare: https://github.com/tribe29/checkmk/compare/cca5ea4a8364...6101bcfe6462
Branch: refs/heads/2.2.0
Home: https://github.com/tribe29/checkmk
Commit: 703d9811384b00020ae58663093a1fae307b5803
https://github.com/tribe29/checkmk/commit/703d9811384b00020ae58663093a1fae3…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A .werks/15126
M cmk/gui/watolib/rulesets.py
Log Message:
-----------
15126 FIX Fix rule search for folders with same name
CMK-13393
Change-Id: I92eaecca453a87a8d1d382a6a7357cd1de08f8ce
Commit: 5e61e0642721b4b828ce72e6a1a647b78164fcd0
https://github.com/tribe29/checkmk/commit/5e61e0642721b4b828ce72e6a1a647b78…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M scripts/run-in-docker.sh
Log Message:
-----------
Try to preserve DOCKER_BUILDKIT environment variable
Change-Id: Ib149281c7c568d8df59f926b5e31d3b82d0f8fac
Commit: 9faea84259112d830dd97e41a3bc7f01a57de566
https://github.com/tribe29/checkmk/commit/9faea84259112d830dd97e41a3bc7f01a…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A .werks/14303
M omd/packages/omd/omdlib/main.py
Log Message:
-----------
14303 FIX Fix "omd config" terminating after changing a setting
When executing "omd config" in interactive mode, it terminated after changing
the first config option instead of continuing to run.
This change restores the behavior of earlier versions that kept the menu open
after changing one option.
Change-Id: I6609e11372858e10c7b7d6edd629e79aebad1d57
Compare: https://github.com/tribe29/checkmk/compare/1e4b283328ed...9faea8425911
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: b6316bd66f3f8fdc8f2b69ed29ccaf8854dbcc4f
https://github.com/tribe29/checkmk/commit/b6316bd66f3f8fdc8f2b69ed29ccaf885…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A .werks/15127
M cmk/gui/watolib/host_rename.py
Log Message:
-----------
15127 FIX Fix host rename for hosts with parents in same folder
CMK-13370
Change-Id: I0c45fd1bd000e7a7564f4779648492d28b424a53
Commit: 86f9f011b90b72006bcec182dc06da058ad37b3b
https://github.com/tribe29/checkmk/commit/86f9f011b90b72006bcec182dc06da058…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A .werks/15128
M cmk/gui/pagetypes.py
M cmk/gui/visuals/__init__.py
Log Message:
-----------
15128 FIX Fix visible published visuals without permission "See user ..."
SUP-13331
Change-Id: I3361c3c035d29de92116a3ee3f65a06ca83e074d
Commit: b29351ff33a196f2ab9a1f079a28defbb009480d
https://github.com/tribe29/checkmk/commit/b29351ff33a196f2ab9a1f079a28defbb…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
A .werks/15126
M cmk/gui/watolib/rulesets.py
Log Message:
-----------
15126 FIX Fix rule search for folders with same name
CMK-13393
Change-Id: I92eaecca453a87a8d1d382a6a7357cd1de08f8ce
Commit: cf5243c2dbea8159cb54b1403bf39adc890c4a9d
https://github.com/tribe29/checkmk/commit/cf5243c2dbea8159cb54b1403bf39adc8…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M Makefile
M omd/Makefile
Log Message:
-----------
Remove dead omd specific setversion target
The target broke a long time ago and was a noop since then.
The necessary changes are made by the top-level Makefile nowadays.
Change-Id: I10b8538a726e665b3c2f88e3dbe132c33c425ce1
Commit: 76d6e84973d0a67cf3265284c8b0600ad962eefe
https://github.com/tribe29/checkmk/commit/76d6e84973d0a67cf3265284c8b0600ad…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M Makefile
M bin/mkbackup
Log Message:
-----------
mkbackup: Replace version with central version number
Change-Id: I2f2b2b6a424ebb1332e7ca7d4e485127aaaa1798
Commit: c11402b3e8b9a0d7dbb9b8f94eef3af4a50f5e9d
https://github.com/tribe29/checkmk/commit/c11402b3e8b9a0d7dbb9b8f94eef3af4a…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M Makefile
Log Message:
-----------
Make setversion fail in case one command fails
Change-Id: I5956927c74c915dce500ced77d056c70f6eec39c
Commit: cca5ea4a8364593989a48f8364a0204953983c4e
https://github.com/tribe29/checkmk/commit/cca5ea4a8364593989a48f8364a020495…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M tests/unit/cmk/gui/conftest.py
M tests/unit/cmk/gui/plugins/views/test_painters.py
M tests/unit/cmk/gui/test_logged_in.py
M tests/unit/cmk/gui/utils/test_transaction_manager.py
Log Message:
-----------
Remove @pytest.mark.usefixtures from pytest fixtures
Using @pytest.mark.usefixtures on other fixtures has no effect, see the
warning at the end of
https://docs.pytest.org/en/6.2.x/fixture.html#use-fixtures-in-classes-and-m…
Change-Id: Ic7f1f8133b35ce548662678c34c8055c3ec1e8df
Compare: https://github.com/tribe29/checkmk/compare/40cd46cfbf7f...cca5ea4a8364