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