Branch: refs/heads/2.0.0
Home: https://github.com/Checkmk/checkmk
Commit: 4b75325bcb0d424d9038c819a35d1f2c39000048
https://github.com/Checkmk/checkmk/commit/4b75325bcb0d424d9038c819a35d1f2c3…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M agents/wnx/src/check_mk_service.vcxproj
M agents/wnx/src/engine/engine.vcxproj
M agents/wnx/watest/watest.vcxproj
Log Message:
-----------
disable build of STL modules
- required for compatability with future C++ compilers
- may be reverted if CI will be red
Change-Id: Ib0e41faad3fb1caf04488888eea3aa68988521b0
Branch: refs/heads/2.1.0
Home: https://github.com/Checkmk/checkmk
Commit: 951ed778426c7c138e982763c1cea56a6b8a6333
https://github.com/Checkmk/checkmk/commit/951ed778426c7c138e982763c1cea56a6…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M agents/wnx/src/check_mk_service.vcxproj
M agents/wnx/src/engine/engine.vcxproj
M agents/wnx/watest/watest.vcxproj
Log Message:
-----------
disable build of STL modules
- required for compatability with future C++ compilers
- may be reverted if CI will be red
Change-Id: I81eb17e7096d729b8d95f0333eaa1d85d74bd10d
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 9863959d752fd7e31a61f693e196f7ab0b2707f8
https://github.com/Checkmk/checkmk/commit/9863959d752fd7e31a61f693e196f7ab0…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M packages/livestatus/include/livestatus/Interface.h
M packages/neb/include/neb/NebContact.h
M packages/neb/include/neb/NebContactGroup.h
M packages/neb/include/neb/NebHost.h
M packages/neb/include/neb/NebService.h
Log Message:
-----------
Pushed IContact::handle() down to NebContact.
We can get rid of a void* by doing this, a downcast is much nicer and safer.
Change-Id: I14dfef14c6b16d3fea607207f408cddc2bc33e54
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 8d55d4a4005626ab4c7968eaaeee4cad93c9c8d9
https://github.com/Checkmk/checkmk/commit/8d55d4a4005626ab4c7968eaaeee4cad9…
Author: Wontek Hong <wontek.hong(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
A .werks/16015
M cmk/gui/wato/pages/userdb_common.py
Log Message:
-----------
16015 FIX ldap: resolve error when saving LDAP connection config with global customer
Prior to this werk, Checkmk raised an error whenever the user attempted to create
a LDAP connection config with the customer option set to "Global". This werk resolves
this issue.
Change-Id: Id9fa2cd6bd635c1612c86b7ebc5078b71bd830fd
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 83ce77f086fab40b4000cfe15141cb31a8f78706
https://github.com/Checkmk/checkmk/commit/83ce77f086fab40b4000cfe15141cb31a…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/plugins/openapi/endpoints/host_config/response_schemas.py
Log Message:
-----------
host_config: effective_attributes field set to nullable
The response schema for the host_config endpoints can include
effective_attributes: null
however the schema previously didn't mention that null was
a valid value for the response. It does now.
CMK-14110
Change-Id: Ideae2c9cfec4520f6fd05c4578b0ec47f2a751e8
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: b3a8eae3e781caa5f740f239ad614ba549552dd6
https://github.com/Checkmk/checkmk/commit/b3a8eae3e781caa5f740f239ad614ba54…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
A .werks/14612
M cmk/base/plugins/agent_based/heartbeat_crm.py
Log Message:
-----------
14612 FIX CheckMK Server discovers wrong items as service
Due to missing grouping delimiter `Failed Fencing Actions` the `heartbeat_crm` would discover invalid
items as service.
This change adds the missing delimiter making `heartbeat_crm` discover valid items only.
Change-Id: Ic87cfe03d39ea8ccf605fab0a33fcca6742dd99f
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 771ea3eeb19283b669d0c92b8c3b398d16b004d0
https://github.com/Checkmk/checkmk/commit/771ea3eeb19283b669d0c92b8c3b398d1…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/autocompleters.py
M cmk/gui/dashboard/dashlet/dashlets/graph.py
M cmk/gui/dashboard/page_show_dashboard.py
A cmk/gui/graphing/_utils.py
M cmk/gui/metrics.py
M cmk/gui/painter/v0/base.py
M cmk/gui/painter/v0/painters.py
M cmk/gui/plugins/metrics/apache.py
M cmk/gui/plugins/metrics/application.py
M cmk/gui/plugins/metrics/artwork.py
M cmk/gui/plugins/metrics/aws.py
M cmk/gui/plugins/metrics/checkmk.py
M cmk/gui/plugins/metrics/citrix.py
M cmk/gui/plugins/metrics/couchbase.py
M cmk/gui/plugins/metrics/cpu.py
M cmk/gui/plugins/metrics/docker.py
M cmk/gui/plugins/metrics/elasticsearch.py
M cmk/gui/plugins/metrics/emcvnx.py
M cmk/gui/plugins/metrics/environment.py
M cmk/gui/plugins/metrics/explicit_graphs.py
M cmk/gui/plugins/metrics/fc.py
M cmk/gui/plugins/metrics/fireeye.py
M cmk/gui/plugins/metrics/fs.py
M cmk/gui/plugins/metrics/gcp.py
M cmk/gui/plugins/metrics/gpu.py
M cmk/gui/plugins/metrics/graph_images.py
M cmk/gui/plugins/metrics/graph_pdf.py
M cmk/gui/plugins/metrics/graph_recipe_builder.py
M cmk/gui/plugins/metrics/graph_templates.py
M cmk/gui/plugins/metrics/html_render.py
M cmk/gui/plugins/metrics/ibm_mq.py
M cmk/gui/plugins/metrics/if.py
M cmk/gui/plugins/metrics/jenkins.py
M cmk/gui/plugins/metrics/job.py
M cmk/gui/plugins/metrics/kube.py
M cmk/gui/plugins/metrics/licenses.py
M cmk/gui/plugins/metrics/mail.py
M cmk/gui/plugins/metrics/mongodb.py
M cmk/gui/plugins/metrics/mqtt.py
M cmk/gui/plugins/metrics/mssql.py
M cmk/gui/plugins/metrics/netapp.py
M cmk/gui/plugins/metrics/network.py
M cmk/gui/plugins/metrics/nimble.py
M cmk/gui/plugins/metrics/omd.py
M cmk/gui/plugins/metrics/oracle.py
M cmk/gui/plugins/metrics/perfometers.py
M cmk/gui/plugins/metrics/printer.py
M cmk/gui/plugins/metrics/prism.py
M cmk/gui/plugins/metrics/ps.py
M cmk/gui/plugins/metrics/qos.py
M cmk/gui/plugins/metrics/redis.py
M cmk/gui/plugins/metrics/rmon.py
M cmk/gui/plugins/metrics/rrd_fetch.py
M cmk/gui/plugins/metrics/skype.py
M cmk/gui/plugins/metrics/storage.py
M cmk/gui/plugins/metrics/timeseries.py
M cmk/gui/plugins/metrics/translation.py
M cmk/gui/plugins/metrics/unit.py
M cmk/gui/plugins/metrics/utils.py
M cmk/gui/plugins/metrics/valuespecs.py
M cmk/gui/plugins/metrics/varnish.py
M cmk/gui/plugins/wato/special_agents/prometheus.py
M cmk/gui/raw/plugins/main_modules/registration.py
M cmk/gui/views/graph.py
M cmk/gui/views/perfometer/base.py
M tests/integration/cmk/gui/plugins/metrics/helper_test_load_metrics_plugin.py
M tests/integration/cmk/gui/plugins/metrics/metric_info_plugin.py
A tests/unit/cmk/gui/graphing/__init__.py
A tests/unit/cmk/gui/graphing/test_utils.py
M tests/unit/cmk/gui/plugins/metrics/test_graph_templates.py
M tests/unit/cmk/gui/plugins/metrics/test_metrics_graph_template.py
R tests/unit/cmk/gui/plugins/metrics/test_metrics_utils.py
M tests/unit/cmk/gui/plugins/metrics/test_rrd_fetch.py
M tests/unit/cmk/gui/plugins/metrics/test_translations.py
M tests/unit/cmk/gui/plugins/metrics/test_unit.py
M tests/unit/cmk/gui/valuespecs/test_vs_metricname.py
Log Message:
-----------
Move metric utils to cmk.gui.graphing
CMK-14136
Change-Id: I55b7ad6d3d048e4c356d852656daa05457b0fccf
Commit: 399bcc48d3062c32fefde0c681fcd20cda117e7e
https://github.com/Checkmk/checkmk/commit/399bcc48d3062c32fefde0c681fcd20cd…
Author: Joerg Herbel <joerg.herbel(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/graphing/_utils.py
M cmk/gui/type_defs.py
Log Message:
-----------
Move some types from cmk.gui.type_defs to cmk.gui.graphing
CMK-14136
Change-Id: I0545ed9645b0b09386fc22a409f6916ba02839ae
Compare: https://github.com/Checkmk/checkmk/compare/69ebb80d1998...399bcc48d306
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: 639263cc24530048a90f29eec5218310601445a6
https://github.com/Checkmk/checkmk/commit/639263cc24530048a90f29eec52183106…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M agents/wnx/src/check_mk_service.vcxproj
M agents/wnx/src/engine/engine.vcxproj
M agents/wnx/watest/watest.vcxproj
Log Message:
-----------
disable build of STL modules
- required for compatability with future C++ compilers
- may be reverted if CI will be red
Change-Id: I02d2203fc7ac164db94dbc2c42828aff95bd35a5
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 69ebb80d1998ab73e86a41487acd34f8d667b329
https://github.com/Checkmk/checkmk/commit/69ebb80d1998ab73e86a41487acd34f8d…
Author: Kenneth Okoh <kenneth.okoh(a)checkmk.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M cmk/gui/mkeventd/registration.py
M cmk/gui/mkeventd/views.py
M cmk/gui/painter/v0/painters.py
M cmk/gui/plugins/main_modules/registration.py
M cmk/gui/views/sorter/sorters.py
Log Message:
-----------
EC: Centralize registry of 'Service level' painters
+ some refactoring of the EC view related registries
(CMK-13868)
Change-Id: I4faf4909ca02ccf1263a095aa5784db668194e97