Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 6ce788a78407af3ff36ef43030b9718564d4c617
https://github.com/tribe29/checkmk/commit/6ce788a78407af3ff36ef43030b971856…
Author: Joerg Herbel <joerg.herbel(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
R agent-receiver/agent_receiver/apps.py
A agent-receiver/agent_receiver/apps_and_routers.py
M agent-receiver/agent_receiver/endpoints.py
A agent-receiver/agent_receiver/main.py
A omd/packages/check_mk/skel/etc/init.d/.f12
M omd/packages/check_mk/skel/etc/init.d/agent-receiver
M tests/testlib/site.py
M tests/unit/agent_receiver/conftest.py
M tests/unit/agent_receiver/test_apps.py
Log Message:
-----------
Resolve import cycle in agent receiver
Change-Id: Ib7575bc941c4649231f6370ebabc7039cf52248c
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 83cfd2f0ccc1f325da60df01c3f65554f35c2699
https://github.com/tribe29/checkmk/commit/83cfd2f0ccc1f325da60df01c3f65554f…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
A .werks/14975
M agents/plugins/mk_postgres.py
M tests/agent-plugin-unit/test_mk_postgres.py
Log Message:
-----------
14975 FIX mk_postgres.py: correct UNIX socket not found when instances are configured
SUP-11729
Change-Id: Ica46d6a16391abf9ec6b4b1292c292dfb72f853b
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4a74aad328dd4f280d202541578e80bc592c2b83
https://github.com/tribe29/checkmk/commit/4a74aad328dd4f280d202541578e80bc5…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M agents/plugins/mk_postgres.py
M tests/agent-plugin-unit/test_mk_postgres.py
Log Message:
-----------
mk_postgres.py: refactor psql bin path determination
* detangle psql path and psql dirname methods
* use more self-explanatory variable names
* use full path of psql binary again (see cmk v 1.6.0)
SUP-11729
Change-Id: Ifb1bd675c4f93f582fb989a3538a581c72ec21c2
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: bb7d73baef08d766cd5a9f7457375d1428c47190
https://github.com/tribe29/checkmk/commit/bb7d73baef08d766cd5a9f7457375d142…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M Makefile
Log Message:
-----------
add cmake format to root file
This is a first patch in row to make formatting standard.
To be estimated:
- install cmake-format as a part of make setup or make .venv
- enforce checking of cmake formatting in CI
Change-Id: I75a7c7948b90e83512c9e06e79edd4b46592058f
Commit: ee521e147e9bc0cdea439559255f07068c0f38b6
https://github.com/tribe29/checkmk/commit/ee521e147e9bc0cdea439559255f07068…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M Makefile
M buildscripts/scripts/stages.yml
M packages/livestatus/src/CMakeLists.txt
M packages/livestatus/test/test.cc
Log Message:
-----------
include livestatus files into iwyu tooling
Some files from old livestatus and core project had
been moved to the livestatus project thus disabling
checking of those file with tools like IWYU and Tidy in
test-gerrit JOB.
This CL fixes the problem.
This CL doesn't fix the Gerrit nor tidy, it will be done with separate patch.
Change-Id: I68ad1f328aeea04b64d7abc4eb5792697c9c0b75
Commit: 6bb538eb77a9c614b259b1523e963ce3eb28d20a
https://github.com/tribe29/checkmk/commit/6bb538eb77a9c614b259b1523e963ce3e…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M cmk/base/config.py
M cmk/base/sources.py
M tests/unit/cmk/base/test_config.py
Log Message:
-----------
Move SNMP-related config from HostConfig to ConfigCache
CMK-11755
Change-Id: I07ac241af94c16bb6ad5547f027f8b05a411087f
Commit: a99f1acc9384cab54cf1ea7a822a847c6f8eacda
https://github.com/tribe29/checkmk/commit/a99f1acc9384cab54cf1ea7a822a847c6…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M cmk/base/agent_based/data_provider.py
M cmk/base/agent_based/inventory/_inventory.py
M cmk/base/agent_based/utils.py
M cmk/base/submitters.py
Log Message:
-----------
Some typing fixes under agent_based
* SourceResults was used only twice, with `summarize_host_sections()`
actually requiring the elements of this type and not this type.
=> 🧹---Fairbairn Threshold
* CacheInfo is a tuple[int, int]. Then, the CacheInfo may be optional,
which is CacheInfo | None. Factoring the | None in the type is
semantically wrong.
CMK-11755
Change-Id: Ib36da5d41d9cd600a6d8fe5a935f2ddc145cff16
Compare: https://github.com/tribe29/checkmk/compare/5fd494bbe417...a99f1acc9384
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 7f85081f9090b10b484a201c2f97ec4f1889eec6
https://github.com/tribe29/checkmk/commit/7f85081f9090b10b484a201c2f97ec4f1…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M agents/plugins/mk_postgres.py
M tests/agent-plugin-unit/test_mk_postgres.py
Log Message:
-----------
mk_postgres.py: refactor psql bin path determination
* detangle psql path and psql dirname methods
* use more self-explanatory variable names
* use full path of psql binary again (see cmk v 1.6.0)
SUP-11729
Change-Id: Ifb1bd675c4f93f582fb989a3538a581c72ec21c2
Commit: e2ab1c7331322f4a52eb2498491b4f5b54f67f1f
https://github.com/tribe29/checkmk/commit/e2ab1c7331322f4a52eb2498491b4f5b5…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
A .werks/14975
M agents/plugins/mk_postgres.py
M tests/agent-plugin-unit/test_mk_postgres.py
Log Message:
-----------
14975 FIX mk_postgres.py: correct UNIX socket not found when instances are configured
SUP-11729
Change-Id: Ica46d6a16391abf9ec6b4b1292c292dfb72f853b
Compare: https://github.com/tribe29/checkmk/compare/3548d55e8811...e2ab1c733132
Branch: refs/heads/2.0.0
Home: https://github.com/tribe29/checkmk
Commit: 44bea24444ffc10a03dc2a14cd0428f78b0c7acb
https://github.com/tribe29/checkmk/commit/44bea24444ffc10a03dc2a14cd0428f78…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M agents/plugins/mk_postgres.py
M tests/agent-plugin-unit/test_mk_postgres.py
Log Message:
-----------
mk_postgres.py: refactor psql bin path determination
* detangle psql path and psql dirname methods
* use more self-explanatory variable names
* use full path of psql binary again (see cmk v 1.6.0)
SUP-11729
Change-Id: Ifb1bd675c4f93f582fb989a3538a581c72ec21c2
Commit: 48dcd82be24960250fc810c540431a4f85577e36
https://github.com/tribe29/checkmk/commit/48dcd82be24960250fc810c540431a4f8…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
A .werks/14975
M agents/plugins/mk_postgres.py
M tests/agent-plugin-unit/test_mk_postgres.py
Log Message:
-----------
14975 FIX mk_postgres.py: correct UNIX socket not found when instances are configured
SUP-11729
Change-Id: Ica46d6a16391abf9ec6b4b1292c292dfb72f853b
Compare: https://github.com/tribe29/checkmk/compare/af36bca6c7cc...48dcd82be249
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d3a803581393bea04311c4797719e1b935a640a8
https://github.com/tribe29/checkmk/commit/d3a803581393bea04311c4797719e1b93…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M cmk/gui/http.py
M tests/unit/cmk/gui/test_http.py
Log Message:
-----------
Parse pydantic model from request vars
Change-Id: Ifb20c39df1ab680b623778ea84c4b31fe29a6007
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: db3f4ba64161a807549820a53b4d47e25058f342
https://github.com/tribe29/checkmk/commit/db3f4ba64161a807549820a53b4d47e25…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M cmk/base/config.py
M cmk/base/core_config.py
M cmk/base/core_nagios.py
M cmk/base/dump_host.py
M cmk/base/modes/check_mk.py
M cmk/base/sources.py
M tests/unit/cmk/base/test_config.py
Log Message:
-----------
Remove some HostConfig uses from `core_nagios`
CMK-11755
Change-Id: I238ccc12a3efb7c9db7ea02b976e583274aae5d1
Commit: 622f53cf2f460197896f153ff6f1e1abaddcdd97
https://github.com/tribe29/checkmk/commit/622f53cf2f460197896f153ff6f1e1aba…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M cmk/base/config.py
M cmk/base/core_config.py
M tests/unit/cmk/base/test_config.py
Log Message:
-----------
Remove some HostConfig uses from `core_config`
CMK-11755
Change-Id: I04b93a2de3ed0bcc81be5cc30c0f9540cd63b98d
Compare: https://github.com/tribe29/checkmk/compare/e4345f528b4c...622f53cf2f46
Branch: refs/heads/2.1.0
Home: https://github.com/tribe29/checkmk
Commit: 3548d55e8811995fb27e84e7e3d680df40b4611f
https://github.com/tribe29/checkmk/commit/3548d55e8811995fb27e84e7e3d680df4…
Author: Philipp Siegmantel <philipp.siegmantel(a)tribe29.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
A .werks/13967
M cmk/gui/plugins/openapi/endpoints/host_tag.py
M cmk/gui/plugins/openapi/restful_objects/request_schemas.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_host_tag_group.py
Log Message:
-----------
13967 FIX "Topic" attribute for host tags is now optional in REST API
When creating a host tag group using the REST API, it is now optional to specify a topic.
When reading a host tag group without a specifically set topic, it will be displayed as "Tags".
This matches the behaviour of the GUI.
Change-Id: Ifc04cdfa57bd195f6539c423ebb90450da3946cb
(cherry picked from commit 3ef0bfcfbb32de5fcdcc943cf070e0e2dadd000c)