Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 802752aca5f4696dd2df51712fdebea12cc1d0bb
https://github.com/Checkmk/checkmk/commit/802752aca5f4696dd2df51712fdebea12…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
R livestatus/src/HostListRenderer.cc
R livestatus/src/HostListRenderer.h
M livestatus/src/HostListState.h
M livestatus/src/Makefile.am
M livestatus/src/NagiosCore.cc
M livestatus/src/NagiosCore.h
M livestatus/src/TableHostGroups.cc
M livestatus/src/TableHosts.cc
M livestatus/src/TableHostsByGroup.cc
M livestatus/src/TableServicesByHostGroup.cc
M livestatus/src/test/test_Table.cc
A packages/livestatus/include/livestatus/HostListRenderer.h
M packages/livestatus/include/livestatus/MonitoringCore.h
M packages/livestatus/src/CMakeLists.txt
A packages/livestatus/src/HostListRenderer.cc
Log Message:
-----------
unify TableHostGroups.cc implementation.
Change-Id: I3efb361c7aaae0aa67c5be59b142979ea9bf7cd4
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: f86228bf7f291aa8cd9ecf931e570f13e2152c2e
https://github.com/Checkmk/checkmk/commit/f86228bf7f291aa8cd9ecf931e570f13e…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
A .werks/15256
M livestatus/src/TimeperiodsCache.cc
Log Message:
-----------
15256 FIX Fixed handling of unknown time periods when using the Nagios core
An unknown/unspecified time period has to be interpreted as "24X7", but
there was a regression from 1.6.0 to 2.0.0 which could lead to segfaults
when using Livestatus (pointed out by Gerald Eisenkölbl via feedback).
This has been fixed.
Change-Id: I97ec423544791019a09dc43b7246b38e8f779479
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 352f6b7151cb72524fd9aa480d892658b4c7fcf4
https://github.com/Checkmk/checkmk/commit/352f6b7151cb72524fd9aa480d892658b…
Author: Martin <martin.hirschvogel(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M cmk/gui/pagetypes.py
M cmk/gui/type_defs.py
M cmk/gui/views/builtin_views.py
M tests/unit/cmk/gui/test_permissions.py
Log Message:
-----------
New views for measuring IT utilization
Change-Id: Idb4763ad1f4efe452b3bfa4b8ec09e57c56e56fe
(cherry picked from commit d7fe65b5f2499a6145934538386a5add64666d18)
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 1cb00bbb59299f3a132ad277796e6de0fa7be36c
https://github.com/Checkmk/checkmk/commit/1cb00bbb59299f3a132ad277796e6de0f…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M omd/WORKSPACE
M omd/bazel_variables.bzl
R omd/packages/Python/BUILD
R omd/packages/Python/BUILD.Python.bazel
A omd/packages/Python/Python-3.11.2.tar.xz
M omd/packages/Python/Python.make
R omd/packages/Python/Python_http.bzl
Log Message:
-----------
Revert "Bazelize Python (attempt #3)"
This reverts commit 8fe16a8707739c163c460a7d50decda58fd164db.
Commit: 93a8bfcb4722c2affcd2173f96565f17fdbf8236
https://github.com/Checkmk/checkmk/commit/93a8bfcb4722c2affcd2173f96565f17f…
Author: Stefan Mayr <stefan(a)mayr-stefan.de>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
A .werks/15749
M agents/plugins/apache_status.py
Log Message:
-----------
15749 FIX apache_status: Add "httpd-worker" to the list of processes to detect
Agent plugin apache_status detects apache processes based on their name.
Process named "httpd-worker" wasn't detected until now which lead to
process not being discovered on SLES12 and SLES15.
closes: #581
Change-Id: I98ee5a4e2cd29e443938a54abac7df0c3992a895
Compare: https://github.com/Checkmk/checkmk/compare/c494cc936fcd...93a8bfcb4722
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 56b2e96f6a726f4f4b6effdcdcbe9a33926747d3
https://github.com/Checkmk/checkmk/commit/56b2e96f6a726f4f4b6effdcdcbe9a339…
Author: Teresa Siegmantel <teresa.siegmantel(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/acknowledgement.py
M cmk/gui/plugins/openapi/endpoints/activate_changes/__init__.py
M cmk/gui/plugins/openapi/endpoints/bi.py
M cmk/gui/plugins/openapi/endpoints/comments.py
M cmk/gui/plugins/openapi/endpoints/downtime.py
M cmk/gui/plugins/openapi/endpoints/event_console/__init__.py
M cmk/gui/plugins/openapi/endpoints/host.py
M cmk/gui/plugins/openapi/endpoints/host_config.py
M cmk/gui/plugins/openapi/endpoints/service.py
M cmk/gui/plugins/openapi/restful_objects/decorators.py
M cmk/gui/plugins/openapi/restful_objects/permissions.py
Log Message:
-----------
rest-api: rename permissions.Ignore to permissions.Undocumented
Change-Id: Ic50f4304455eb0bfec613218bed3b0e562a3b60e
(cherry picked from commit fde72d0b3e5a36ef4412b6def0815fec146b893d)
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 17bcad3589371dd4e84489af6b02db66975ac343
https://github.com/Checkmk/checkmk/commit/17bcad3589371dd4e84489af6b02db669…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M cmk/gui/watolib/hosts_and_folders.py
Log Message:
-----------
Improve WATO folder info typing
Change-Id: Ia1d06dfcd7dbfb04ce7dc53ac594f9f803681ad3
Commit: 0f029480e962d199b92abc36917211fa107c4952
https://github.com/Checkmk/checkmk/commit/0f029480e962d199b92abc36917211fa1…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M cmk/gui/watolib/hosts_and_folders.py
Log Message:
-----------
Remove dead code
Change-Id: I4c7fc0bb17df82302bbd4df510f16552dda7e033
Commit: 6c15ed062973773840ba7fb2baadaa06c377359b
https://github.com/Checkmk/checkmk/commit/6c15ed062973773840ba7fb2baadaa06c…
Author: Lars Michelsen <lm(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M cmk/gui/watolib/hosts_and_folders.py
Log Message:
-----------
Inline WithUniqueIdentifier
This abstraction was not really useful. It was initially meant to
be used for host and folder objects, but it is only used as one
of the base classes by CREFolder. The indirection of the abstract
methods adds unnecessary complexity.
Removing it enables the following constructor cleanup.
Change-Id: I6171ce087db1cb3a0fd966f6561cf60a0bbd657b
Commit: 8fe16a8707739c163c460a7d50decda58fd164db
https://github.com/Checkmk/checkmk/commit/8fe16a8707739c163c460a7d50decda58…
Author: Timotheus Bachinger <timotheus.bachinger(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M omd/WORKSPACE
M omd/bazel_variables.bzl
A omd/packages/Python/BUILD
A omd/packages/Python/BUILD.Python.bazel
R omd/packages/Python/Python-3.11.2.tar.xz
M omd/packages/Python/Python.make
A omd/packages/Python/Python_http.bzl
Log Message:
-----------
Bazelize Python (attempt #3)
Change-Id: I9c974b7bd66743377380aaead5945d01d8be4391
Commit: c494cc936fcd2765baeabee7ffc1827fb7cfb93d
https://github.com/Checkmk/checkmk/commit/c494cc936fcd2765baeabee7ffc1827fb…
Author: Moritz Kiemer <moritz.kiemer(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M bin/check_mk
M cmk/base/automations/__init__.py
M cmk/base/automations/check_mk.py
M cmk/base/config.py
M cmk/update_config/main.py
M cmk/update_config/plugins/pre_actions/deprecated_config_style.py
M tests/unit/conftest.py
Log Message:
-----------
Make checks_dir an argument when loading plugins
Change-Id: I381854ce7f4ee46ac43fd91762e6f4af580ad445
Compare: https://github.com/Checkmk/checkmk/compare/20fd6c1e2517...c494cc936fcd
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: d7fe65b5f2499a6145934538386a5add64666d18
https://github.com/Checkmk/checkmk/commit/d7fe65b5f2499a6145934538386a5add6…
Author: Martin <martin.hirschvogel(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M cmk/gui/pagetypes.py
M cmk/gui/type_defs.py
M cmk/gui/views/builtin_views.py
M tests/unit/cmk/gui/test_permissions.py
Log Message:
-----------
New views for measuring IT utilization
Change-Id: Idb4763ad1f4efe452b3bfa4b8ec09e57c56e56fe
Commit: 20fd6c1e2517a98f059e9a767e8b9bb95ea550cd
https://github.com/Checkmk/checkmk/commit/20fd6c1e2517a98f059e9a767e8b9bb95…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M web/htdocs/themes/facelift/scss/_login.scss
M web/htdocs/themes/facelift/scss/_variables_common.scss
Log Message:
-----------
Login page: Fix button color to new brand green
Change-Id: I86d7063f5708ad6649f2f02c6433ec66b5b27012
Compare: https://github.com/Checkmk/checkmk/compare/1e0577073644...20fd6c1e2517